HomeSort by: relevance | last modified time | path
    Searched refs:SEL_RPL (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/i386/include/
segments.h 91 #define ISPL(s) ((s) & SEL_RPL) /* what is the priority level of a selector */
99 #define SEL_RPL 3 /* requester's privilege level mask */
103 #define CHK_UPL SEL_RPL
115 #define IDXDYNSEL(s) ((((s) & ~SEL_RPL) - DYNSEL_START) >> 3)
  /src/sys/arch/amd64/include/
segments.h 98 #define ISPL(s) ((s) & SEL_RPL) /* what is the priority level of a selector */
106 #define SEL_RPL 3 /* requester's privilege level mask */
130 #define IDXDYNSEL(s) ((((s) & ~SEL_RPL) - DYNSEL_START) >> 4)
  /src/sys/arch/amd64/amd64/
spl.S 256 testq $SEL_RPL,TF_CS(%rsp)
368 testb $SEL_RPL,TF_CS(%rsp)
amd64_trap.S 668 testb $SEL_RPL,TF_CS(%rsp)
  /src/tests/lib/libc/sys/
t_lwp_create.c 189 uc->uc_mcontext.__gregs[_REG_CS] &= ~SEL_RPL;

Completed in 15 milliseconds