extern BYTE IntrMask []; ParametersNone.Return ValueNone.RemarksBecause there is no hard-coded priority scheme in MIPS architecture, the kernel uses two structures that provide information about nested interrupts, IntrMask and IntrPriorityThe IntrMask table defines how to set the interrupt mask while...
ddi_intr_set_mask , ddi_intr_clr_mask - set or clear mask for a given interrupt Solaris DDI specific (Solaris DDI).
ScalarizedMaskedMemIntr contains an optimization where the <N x i1> mask is bitcast into an iN and then bit-tests with powers of two are used to determine whether to load/store/... or not. However, on machines with branch divergence (mainly GPUs), this is a mis-optimization, since ea...