/linux/tools/testing/selftests/kvm/x86/ |
H A D | set_sregs_test.c | 51 uint64_t cr4 = KVM_ALWAYS_ALLOWED_CR4; in calc_supported_cr4_feature_bits() local 77 test_cr_bits(struct kvm_vcpu * vcpu,uint64_t cr4) test_cr_bits() argument [all...] |
H A D | sync_regs_test.c | 138 __u64 *cr4 = &run->s.regs.sregs.cr4; in race_sregs_cr4() local
|
/linux/include/xen/interface/hvm/ |
H A D | hvm_vcpu.h | 25 uint32_t cr4; member 88 uint64_t cr4; member
|
/linux/arch/x86/kernel/ |
H A D | process_32.c | 62 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
|
H A D | process_64.c | 72 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
|
H A D | process.c | 698 unsigned long newval, cr4 = this_cpu_read(cpu_tlbstate.cr4); in cr4_toggle_bits_irqsoff() local
|
/linux/arch/x86/include/asm/ |
H A D | suspend_32.h | 16 unsigned long cr0, cr2, cr3, cr4; member
|
H A D | tlbflush.h | 130 unsigned long cr4; member 486 static inline void __native_tlb_flush_global(unsigned long cr4) in __native_tlb_flush_global() argument
|
H A D | suspend_64.h | 42 unsigned long cr0, cr2, cr3, cr4; member
|
H A D | svm.h | 331 u64 cr4; member 388 u64 cr4; member
|
/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | cyrix.c | 135 static u32 cr4, ccr3; variable
|
/linux/arch/powerpc/boot/ |
H A D | ppc_asm.h | 17 #define cr4 4 macro
|
/linux/arch/x86/kvm/ |
H A D | smm.h | 31 u32 cr4; member 127 u64 cr4; member
|
H A D | x86.h | 642 static inline bool __kvm_is_valid_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in __kvm_is_valid_cr4() argument
|
H A D | emulate.c | 3851 u64 cr4; in check_dr_read() local 3909 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdtsc() local 3919 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdpmc() local
|
/linux/arch/x86/coco/sev/ |
H A D | vc-shared.c | 435 u32 cr4 = native_read_cr4(); in vc_handle_cpuid() local
|
/linux/arch/x86/kvm/vmx/ |
H A D | main.c | 400 static bool vt_is_valid_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vt_is_valid_cr4() argument 408 static void vt_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vt_set_cr4() argument
|
H A D | vmcs.h | 36 unsigned long cr4; /* May not match real cr4 */ member
|
H A D | vmx.c | 3411 bool vmx_is_valid_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vmx_is_valid_cr4() argument 3427 void vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vmx_set_cr4() argument 4212 unsigned long cr0, cr3, cr4; vmx_set_constant_host_state() local 6178 unsigned long cr4; dump_vmcs() local 7254 unsigned long cr3, cr4; vmx_vcpu_run() local [all...] |
/linux/tools/testing/selftests/kvm/lib/x86/ |
H A D | vmx.c | 119 unsigned long cr4; in prepare_for_vmx_operation() local
|
/linux/drivers/misc/lkdtm/ |
H A D | bugs.c | 558 unsigned long cr4; in lkdtm_UNSET_SMEP() local [all...] |
/linux/arch/x86/boot/startup/ |
H A D | sev-shared.c | 347 u32 cr4 = native_read_cr4(); in __sev_cpuid_hv_ghcb() local
|
/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 1083 static void xen_write_cr4(unsigned long cr4) in xen_write_cr4() argument
|
/linux/tools/testing/selftests/kvm/include/x86/ |
H A D | svm.h | 205 u64 cr4; member
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 1801 static bool svm_is_valid_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in svm_is_valid_cr4() argument 1806 void svm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in svm_set_cr4() argument [all...] |