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

/darwin-on-arm/xnu/bsd/arm/
H A Dparam.h137 #define BASEPRI(x) (((x) & (255 << 8)) == 0) macro
/darwin-on-arm/xnu/bsd/i386/
H A Dparam.h165 #define BASEPRI(x) (((x) & (255 << 8)) == 0) macro
/darwin-on-arm/xnu/osfmk/arm/
H A Dparam.h137 #define BASEPRI(x) (((x) & (255 << 8)) == 0) macro

Completed in 73 milliseconds