Searched refs:SEL_RPL_MASK (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/i386/i386/ |
H A D | exception.S | 132 testb $SEL_RPL_MASK, TF_CS-TF_ERR(%esp) 233 testb $SEL_RPL_MASK, TF_CS-TF_TRAPNO(%esp) 349 testb $SEL_RPL_MASK,TF_CS(%esp) 505 testb $SEL_RPL_MASK,TF_CS(%esp) /* are we returning to user mode? */ 541 testl $SEL_RPL_MASK, TF_CS(%esp) 606 testb $SEL_RPL_MASK,TF_CS-TF_DS(%esp) 612 testb $SEL_RPL_MASK,TF_CS-TF_ES(%esp) 618 testb $SEL_RPL_MASK,TF_CS-TF_FS(%esp) 644 testb $SEL_RPL_MASK,TF_CS(%esp)
|
/freebsd/sys/amd64/amd64/ |
H A D | exception.S | 125 testb $SEL_RPL_MASK,TF_CS(%rsp) 160 testb $SEL_RPL_MASK,TF_CS(%rsp) 196 testb $SEL_RPL_MASK,TF_CS(%rsp) 262 testb $SEL_RPL_MASK,TF_CS(%rsp) /* Did we come from kernel? */ 314 testb $SEL_RPL_MASK,TF_CS(%rsp) 364 testb $SEL_RPL_MASK,PTI_CS-PTI_ERR(%rsp) 380 testb $SEL_RPL_MASK,TF_CS-TF_ERR(%rsp) /* Did we come from kernel? */ 453 testb $SEL_RPL_MASK,PTI_CS-2*8(%rsp) /* %rax, %rdx not yet pushed */ 478 testb $SEL_RPL_MASK,TF_CS(%rsp) /* Did we come from kernel? */ 658 testb $SEL_RPL_MASK,TF_CS(%rsp) [all …]
|
H A D | genassym.c | 276 ASSYM(SEL_RPL_MASK, SEL_RPL_MASK);
|
/freebsd/sys/amd64/include/ |
H A D | asmacros.h | 138 testb $SEL_RPL_MASK,PTI_CS-PTI_ERR-((1-\has_err)*8)(%rsp) 149 testb $SEL_RPL_MASK,PTI_CS-3*8(%rsp) /* err, %rax, %rdx not pushed */ 160 testb $SEL_RPL_MASK,PTI_CS-3*8(%rsp) /* come from kernel? */ 186 testb $SEL_RPL_MASK,TF_CS(%rsp) /* come from kernel ? */
|
/freebsd/sys/i386/include/ |
H A D | asmacros.h | 61 #define SEL_RPL_MASK 0x0003 macro 145 .L\@.1: testb $SEL_RPL_MASK, TF_CS(%esp)
|
/freebsd/sys/x86/include/ |
H A D | segments.h | 46 #define SEL_RPL_MASK 3 /* requester priv level */ macro
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | task_switch.c | 396 cpl = cs & SEL_RPL_MASK; in validate_seg_desc() 397 rpl = sel & SEL_RPL_MASK; in validate_seg_desc() 588 ts->paging.cpl = tss->tss_cs & SEL_RPL_MASK; in tss32_restore()
|
/freebsd/sys/cddl/dev/dtrace/amd64/ |
H A D | dtrace_asm.S | 53 testb $SEL_RPL_MASK,TF_CS(%rsp); \
|