Searched refs:native_read_cr4 (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dspecial_insns.h57 static inline unsigned long native_read_cr4(void) function
125 return native_read_cr4();
/linux-master/drivers/firmware/efi/libstub/
H A Dx86-5lvl.c66 bool have_la57 = native_read_cr4() & X86_CR4_LA57;
/linux-master/arch/x86/boot/compressed/
H A Dpgtable_64.c140 if (l5_required == !!(native_read_cr4() & X86_CR4_LA57))
/linux-master/drivers/misc/lkdtm/
H A Dbugs.c532 cr4 = native_read_cr4();
542 if (cr4 == native_read_cr4()) {
577 if (native_read_cr4() & X86_CR4_SMEP) {
/linux-master/arch/x86/kernel/
H A Dsev-shared.c291 u32 cr4 = native_read_cr4();
452 if (native_read_cr4() & X86_CR4_OSXSAVE)
458 if (native_read_cr4() & X86_CR4_PKE)
476 if (native_read_cr4() & X86_CR4_OSXSAVE)
956 u32 cr4 = native_read_cr4();
H A Dhead64.c81 if (!(native_read_cr4() & X86_CR4_LA57))
H A Dsev.c1027 cr4 = native_read_cr4() & X86_CR4_MCE;
/linux-master/arch/x86/hyperv/
H A Dhv_vtl.c124 input->vp_context.cr4 = native_read_cr4();

Completed in 170 milliseconds