Searched refs:SEL_RPL_MASK (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/i386/i386/
H A Dexception.s136 testb $SEL_RPL_MASK, TF_CS-TF_ERR(%esp)
193 testb $SEL_RPL_MASK, TF_CS-TF_TRAPNO(%esp)
313 testb $SEL_RPL_MASK,TF_CS(%esp)
479 testb $SEL_RPL_MASK,TF_CS(%esp) /* are we returning to user mode? */
520 1: testl $SEL_RPL_MASK, TF_CS(%esp)
583 testb $SEL_RPL_MASK,TF_CS-TF_DS(%esp)
589 testb $SEL_RPL_MASK,TF_CS-TF_ES(%esp)
595 testb $SEL_RPL_MASK,TF_CS-TF_FS(%esp)
621 testb $SEL_RPL_MASK,TF_CS(%esp)
H A Ddb_trace.c420 (tf->tf_cs & SEL_RPL_MASK) != 0)
/freebsd-12-stable/sys/amd64/include/
H A Dasmacros.h214 testb $SEL_RPL_MASK,PTI_CS-PTI_ERR-((1-\has_err)*8)(%rsp)
225 testb $SEL_RPL_MASK,PTI_CS-3*8(%rsp) /* err, %rax, %rdx not pushed */
236 testb $SEL_RPL_MASK,PTI_CS-3*8(%rsp) /* come from kernel? */
262 testb $SEL_RPL_MASK,TF_CS(%rsp) /* come from kernel ? */
/freebsd-12-stable/sys/amd64/amd64/
H A Dexception.S129 testb $SEL_RPL_MASK,TF_CS(%rsp)
164 testb $SEL_RPL_MASK,TF_CS(%rsp)
200 testb $SEL_RPL_MASK,TF_CS(%rsp)
267 testb $SEL_RPL_MASK,TF_CS(%rsp) /* Did we come from kernel? */
318 testb $SEL_RPL_MASK,TF_CS(%rsp)
348 testb $SEL_RPL_MASK,TF_CS(%rsp) /* Did we come from kernel? */
365 testb $SEL_RPL_MASK,PTI_CS-PTI_ERR(%rsp)
381 testb $SEL_RPL_MASK,TF_CS-TF_ERR(%rsp) /* Did we come from kernel? */
454 testb $SEL_RPL_MASK,PTI_CS-2*8(%rsp) /* %rax, %rdx not yet pushed */
479 testb $SEL_RPL_MASK,TF_C
[all...]
H A Dgenassym.c254 ASSYM(SEL_RPL_MASK, SEL_RPL_MASK);
/freebsd-12-stable/sys/i386/include/
H A Dasmacros.h141 #define SEL_RPL_MASK 0x0003 macro
224 .L\@.1: testb $SEL_RPL_MASK, TF_CS(%esp)
/freebsd-12-stable/sys/x86/include/
H A Dsegments.h49 #define SEL_RPL_MASK 3 /* requester priv level */ macro
/freebsd-12-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_asm.S56 testb $SEL_RPL_MASK,TF_CS(%rsp); \
/freebsd-12-stable/usr.sbin/bhyve/
H A Dtask_switch.c400 cpl = cs & SEL_RPL_MASK;
401 rpl = sel & SEL_RPL_MASK;
592 ts->paging.cpl = tss->tss_cs & SEL_RPL_MASK;

Completed in 1526 milliseconds