Searched refs:read_cr4 (Results 1 – 17 of 17) sorted by relevance
44 write_cr4(read_cr4() & ~X86_CR4_VMXE); in cpu_vmxoff()49 return read_cr4() & X86_CR4_VMXE; in cpu_vmx_enabled()
605 cr4 = read_cr4(); in set_in_cr4()615 cr4 = read_cr4(); in clear_in_cr4()
312 #define read_cr4() (native_read_cr4()) macro
82 static inline unsigned long read_cr4(void) in read_cr4() function84 return PVOP_CALL0(unsigned long, pv_cpu_ops.read_cr4); in read_cr4()
106 unsigned long (*read_cr4)(void); member
525 write_cr4(read_cr4() | X86_CR4_PGE); in adjust_pge()527 write_cr4(read_cr4() & ~X86_CR4_PGE); in adjust_pge()
105 ctxt->cr4 = read_cr4(); in __save_processor_state()
135 write_cr4(read_cr4() | X86_CR4_TSD); in hard_disable_TSC()152 write_cr4(read_cr4() & ~X86_CR4_TSD); in hard_enable_TSC()
331 .read_cr4 = native_read_cr4,
195 cr4 = read_cr4(); in __show_regs()
981 mmu_cr4_features = read_cr4(); in setup_arch()
141 cr4 = read_cr4(); in prepare_set()
684 cr4 = read_cr4(); in prepare_set()
1287 pv_cpu_ops.read_cr4 = lguest_read_cr4; in lguest_init()
958 .read_cr4 = native_read_cr4,
1370 if (read_cr4() & X86_CR4_VMXE) in hardware_enable()1385 write_cr4(read_cr4() | X86_CR4_VMXE); /* FIXME: not cpu hotplug safe */ in hardware_enable()1422 write_cr4(read_cr4() & ~X86_CR4_VMXE); in hardware_disable()2671 vmcs_writel(HOST_CR4, read_cr4()); /* 22.2.3, 22.2.5 */ in vmx_vcpu_setup()
1426 unsigned long host_cr4_mce = read_cr4() & X86_CR4_MCE; in svm_set_cr4()