Searched refs:read_cr4 (Results 1 – 17 of 17) sorted by relevance
43 write_cr4(read_cr4() & ~X86_CR4_VMXE); in cpu_vmxoff()48 return read_cr4() & X86_CR4_VMXE; in cpu_vmx_enabled()
140 static inline unsigned long read_cr4(void) in read_cr4() function
554 cr4 = read_cr4(); in set_in_cr4()564 cr4 = read_cr4(); in clear_in_cr4()
83 static inline unsigned long read_cr4(void) in read_cr4() function85 return PVOP_CALL0(unsigned long, pv_cpu_ops.read_cr4); in read_cr4()
114 unsigned long (*read_cr4)(void); member
450 write_cr4(read_cr4() | X86_CR4_PGE); in adjust_pge()452 write_cr4(read_cr4() & ~X86_CR4_PGE); in adjust_pge()
108 ctxt->cr4 = read_cr4(); in __save_processor_state()
156 write_cr4(read_cr4() | X86_CR4_TSD); in hard_disable_TSC()173 write_cr4(read_cr4() & ~X86_CR4_TSD); in hard_enable_TSC()
346 .read_cr4 = native_read_cr4,
97 cr4 = read_cr4(); in __show_regs()
1071 mmu_cr4_features = read_cr4(); in setup_arch()
141 cr4 = read_cr4(); in prepare_set()
684 cr4 = read_cr4(); in prepare_set()
1310 pv_cpu_ops.read_cr4 = lguest_read_cr4; in lguest_init()
1135 .read_cr4 = native_read_cr4,
2301 if (read_cr4() & X86_CR4_VMXE) in hardware_enable()2316 write_cr4(read_cr4() | X86_CR4_VMXE); /* FIXME: not cpu hotplug safe */ in hardware_enable()2353 write_cr4(read_cr4() & ~X86_CR4_VMXE); in hardware_disable()3632 vmcs_writel(HOST_CR4, read_cr4()); /* 22.2.3, 22.2.5 */ in vmx_set_constant_host_state()
1594 unsigned long host_cr4_mce = read_cr4() & X86_CR4_MCE; in svm_set_cr4()