/linux/tools/testing/selftests/kvm/x86_64/ |
A D | set_sregs_test.c | 51 uint64_t cr4; in calc_cr4_feature_bits() local 87 uint64_t cr4; in main() local
|
A D | cr4_cpuid_sync_test.c | 30 uint64_t cr4; in cr4_cpuid_is_sync() local 45 uint64_t cr4; in guest_code() local
|
/linux/include/xen/interface/hvm/ |
A D | hvm_vcpu.h | 25 uint32_t cr4; member 88 uint64_t cr4; member
|
/linux/arch/x86/include/asm/ |
A D | suspend_32.h | 20 unsigned long cr0, cr2, cr3, cr4; member
|
A D | suspend_64.h | 37 unsigned long cr0, cr2, cr3, cr4; member
|
A D | tlbflush.h | 114 unsigned long cr4; member
|
/linux/arch/x86/kernel/ |
A D | process_32.c | 62 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
|
A D | sev-shared.c | 488 u32 cr4 = native_read_cr4(); in vc_handle_cpuid() local
|
A D | process_64.c | 69 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
|
A D | process.c | 643 unsigned long newval, cr4 = this_cpu_read(cpu_tlbstate.cr4); in cr4_toggle_bits_irqsoff() local
|
/linux/arch/x86/kernel/cpu/mtrr/ |
A D | cyrix.c | 135 static u32 cr4, ccr3; variable
|
A D | generic.c | 719 static unsigned long cr4; variable
|
/linux/arch/powerpc/boot/ |
A D | ppc_asm.h | 17 #define cr4 4 macro
|
/linux/tools/testing/selftests/kvm/lib/x86_64/ |
A D | vmx.c | 136 unsigned long cr4; in prepare_for_vmx_operation() local
|
/linux/arch/x86/kernel/cpu/ |
A D | common.c | 411 unsigned long newval, cr4 = this_cpu_read(cpu_tlbstate.cr4); in cr4_update_irqsoff() local 432 unsigned long cr4 = __read_cr4(); in cr4_init() local
|
/linux/arch/x86/kvm/vmx/ |
A D | vmcs.h | 36 unsigned long cr4; /* May not match real cr4 */ member
|
A D | vmx.c | 3126 static bool vmx_is_valid_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vmx_is_valid_cr4() 3142 void vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vmx_set_cr4() 3983 unsigned long cr0, cr3, cr4; in vmx_set_constant_host_state() local 5700 unsigned long cr4; in dump_vmcs() local 6618 unsigned long cr3, cr4; in vmx_vcpu_run() local
|
/linux/arch/x86/kvm/ |
A D | emulate.c | 2342 u64 cr0, u64 cr3, u64 cr4) in rsm_enter_protected_mode() 2392 u32 val, cr0, cr3, cr4; in rsm_load_state_32() local 2452 u64 val, cr0, cr3, cr4; in rsm_load_state_64() local 2520 unsigned long cr0, cr4, efer; in em_rsm() local 4147 u64 cr4; in check_dr_read() local 4205 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdtsc() local 4215 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdpmc() local
|
/linux/drivers/misc/lkdtm/ |
A D | bugs.c | 451 unsigned long cr4; in lkdtm_UNSET_SMEP() local
|
/linux/arch/x86/mm/ |
A D | tlb.c | 1151 unsigned long cr4, flags; in native_flush_tlb_global() local
|
/linux/arch/x86/kvm/svm/ |
A D | svm.c | 1840 static bool svm_is_valid_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in svm_is_valid_cr4() 1845 void svm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in svm_set_cr4() 4465 unsigned long cr4; in svm_can_emulate_instruction() local
|
/linux/tools/testing/selftests/kvm/include/x86_64/ |
A D | processor.h | 236 uint64_t cr4; in get_cr4() local
|
/linux/arch/x86/xen/ |
A D | enlighten_pv.c | 905 static void xen_write_cr4(unsigned long cr4) in xen_write_cr4()
|
/linux/arch/x86/include/uapi/asm/ |
A D | kvm.h | 156 __u64 cr0, cr2, cr3, cr4, cr8; member 167 __u64 cr0, cr2, cr3, cr4, cr8; member
|
/linux/tools/arch/x86/include/uapi/asm/ |
A D | kvm.h | 156 __u64 cr0, cr2, cr3, cr4, cr8; member 167 __u64 cr0, cr2, cr3, cr4, cr8; member
|