Home
last modified time | relevance | path

Searched refs:SOFTINT2IPL (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/riscv/riscv/
H A Dsoftint_machdep.c50 #define SOFTINT2IPL(l) ((SOFTINT2IPLMAP >> ((l) * 4)) & 0x0f) macro
76 *machdep = 1 << SOFTINT2IPL(level); in softint_init_md()
/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/aarch64/aarch64/
H A Dcpu_machdep.c79 #define SOFTINT2IPL(l) ((SOFTINT2IPLMAP >> ((l) * 4)) & 0x0f)
103 *machdep = 1 << SOFTINT2IPL(level); in softint_init_md()
76 #define SOFTINT2IPL(l) ((SOFTINT2IPLM global() macro
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dsoftint_machdep.c111 *machdep_p = 1 << SOFTINT2IPL(si_level); in powerpc_softint_init_md()
/netbsd-src/sys/arch/arm/arm32/
H A Darm32_machdep.c651 #define SOFTINT2IPL(l) ((SOFTINT2IPLMAP >> ((l) * 4)) & 0x0f) macro
677 *machdep = 1 << SOFTINT2IPL(level); in softint_init_md()