Searched refs:SEL_RPL (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/arch/amd64/include/ |
| D | segments.h | 57 #define ISPL(s) ((s) & SEL_RPL) /* what is the priority level of a selector */ 60 #define SEL_RPL 3 /* requester's privilege level mask */ macro 75 #define IDXDYNSEL(s) ((((s) & ~SEL_RPL) - DYNSEL_START) >> 4)
|
| D | frameasm.h | 67 testb $SEL_RPL,IRETQ_CS(%rsp) ; \
|
| /openbsd/src/sys/arch/i386/include/ |
| D | segments.h | 52 #define ISPL(s) ((s) & SEL_RPL) /* what is the priority level of a selector */ 55 #define SEL_RPL 3 /* requester's privilege level mask */ macro
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | spl.S | 164 testb $SEL_RPL,TF_CS(%rsp)
|
| D | vector.S | 191 testb $SEL_RPL,24(%rsp) 439 testb $SEL_RPL,24(%rsp) 977 testb $SEL_RPL,TF_CS(%rsp) ;\
|
| /openbsd/src/sys/arch/i386/isa/ |
| D | icu.s | 98 testb $SEL_RPL,TF_CS(%esp)
|
| /openbsd/src/sys/arch/i386/i386/ |
| D | locore.s | 129 testb $SEL_RPL,IRF_CS(%esp) ; \ 930 testb $SEL_RPL,TSS_CS(%eax) 1243 testb $SEL_RPL,TF_CS(%esp) 1406 testb $SEL_RPL,IRF_CS(%esp)
|