Searched refs:X86_CR4_FSGSBASE (Results 1 – 6 of 6) sorted by relevance
62 #define X86_CR4_FSGSBASE 0x00010000 /* enable {rd,wr}{fs,gs}base */ macro
618 X86_CR4_FSGSBASE)) \624 X86_CR4_FSGSBASE | X86_CR4_SMAP))
1538 set_in_cr4(X86_CR4_FSGSBASE); in __start_xen()
736 pv_cr4_mask &= ~X86_CR4_FSGSBASE; in init_pv_cr4_masks()
957 (p->feat.fsgsbase ? X86_CR4_FSGSBASE : 0) | in hvm_cr4_guest_valid_bits()
6558 generate_exception_if(!(cr4 & X86_CR4_FSGSBASE), EXC_UD); in x86_emulate()
Completed in 28 milliseconds