SEL_RPL_MASK
ASSYM(SEL_RPL_MASK, SEL_RPL_MASK);
testb $SEL_RPL_MASK,PTI_CS-PTI_ERR-((1-\has_err)*8)(%rsp)
testb $SEL_RPL_MASK,PTI_CS-3*8(%rsp) /* err, %rax, %rdx not pushed */
testb $SEL_RPL_MASK,PTI_CS-3*8(%rsp) /* come from kernel? */
testb $SEL_RPL_MASK,TF_CS(%rsp) /* come from kernel ? */
.L\@.1: testb $SEL_RPL_MASK, TF_CS(%esp)
cpl = cs & SEL_RPL_MASK;
rpl = sel & SEL_RPL_MASK;
ts->paging.cpl = tss->tss_cs & SEL_RPL_MASK;