Home
last modified time | relevance | path

Searched refs:IUNMASK (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/arch/i386/include/
Dintr.h48 #define IUNMASK(level) iunmask[IPL(level)] macro
97 if (curcpu()->ci_ipending & IUNMASK(ncpl)) \
/openbsd/src/sys/arch/amd64/amd64/
Dspl.S127 movq CPUVAR(IUNMASK)(,%rax,8),%rax
159 movq CPUVAR(IUNMASK)(,%rax,8),%rax
Dintr.c794 imask = IUNMASK(ci, nlevel);
/openbsd/src/sys/arch/amd64/include/
Dintr.h105 #define IUNMASK(ci,level) (ci)->ci_iunmask[(level)] macro