Home
last modified time | relevance | path

Searched refs:ss_rpl (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/x86/kvm/vmx/
Dvmx.c3515 unsigned int ss_rpl; in stack_segment_valid() local
3518 ss_rpl = ss.selector & SEGMENT_RPL_MASK; in stack_segment_valid()
3526 if (ss.dpl != ss_rpl) /* DPL != RPL */ in stack_segment_valid()