Home
last modified time | relevance | path

Searched defs:SOFTINT2IPL (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/powerpc/include/
H A Dsoftint.h59 #define SOFTINT2IPL(si_level) ((SOFTINT2IPL_MAP >> (4 * (si_level))) & 0x0f) macro
/netbsd-src/sys/arch/riscv/riscv/
H A Dsoftint_machdep.c50 #define SOFTINT2IPL(l) ((SOFTINT2IPLMAP >> ((l) * 4)) & 0x0f) macro
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dcpu_machdep.c76 #define SOFTINT2IPL(l) ((SOFTINT2IPLM global() macro
/netbsd-src/sys/arch/arm/arm32/
H A Darm32_machdep.c651 #define SOFTINT2IPL(l) ((SOFTINT2IPLMAP >> ((l) * 4)) & 0x0f) macro