Searched refs:BASEPRI (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/i386/
H A Dparam.h159 #define BASEPRI(x) (((x) & (255 << 8)) == 0) macro
/macosx-10.5.8/xnu-1228.15.4/bsd/ppc/
H A Dparam.h129 #define BASEPRI(msr) (msr & MASK(MSR_EE) ? TRUE : FALSE) macro

Completed in 73 milliseconds