static VECTOR_OWNER_DIRTY: [AtomicBool; 2]Expand description
Whether the live vector register file contains state that is newer than the
saved per-task context of VECTOR_OWNER.
This is needed because we sometimes keep vregs live across timeslices while forcing sstatus.VS to Clean/Off to avoid mis-attributing Dirtiness to another task.