/linux-6.14.4/tools/testing/selftests/kvm/x86/ |
D | set_sregs_test.c | 51 uint64_t cr4 = KVM_ALWAYS_ALLOWED_CR4; in calc_supported_cr4_feature_bits() local 77 static void test_cr_bits(struct kvm_vcpu *vcpu, uint64_t cr4) in test_cr_bits()
|
D | sync_regs_test.c | 138 __u64 *cr4 = &run->s.regs.sregs.cr4; in race_sregs_cr4() local
|
/linux-6.14.4/arch/x86/kvm/ |
D | smm.c | 415 u64 cr0, u64 cr3, u64 cr4) in rsm_enter_protected_mode() 591 unsigned long cr4; in emulator_leave_smm() local 613 unsigned long cr4, efer; in emulator_leave_smm() local
|
D | smm.h | 31 u32 cr4; member 127 u64 cr4; member
|
D | x86.h | 579 static inline bool __kvm_is_valid_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in __kvm_is_valid_cr4()
|
D | emulate.c | 3848 u64 cr4; in check_dr_read() local 3906 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdtsc() local 3916 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdpmc() local
|
/linux-6.14.4/include/xen/interface/hvm/ |
D | hvm_vcpu.h | 25 uint32_t cr4; member 88 uint64_t cr4; member
|
/linux-6.14.4/arch/x86/include/asm/ |
D | tlbflush.h | 129 unsigned long cr4; member 422 static inline void __native_tlb_flush_global(unsigned long cr4) in __native_tlb_flush_global()
|
D | suspend_32.h | 15 unsigned long cr0, cr2, cr3, cr4; member
|
D | suspend_64.h | 41 unsigned long cr0, cr2, cr3, cr4; member
|
D | svm.h | 323 u64 cr4; member 380 u64 cr4; member
|
/linux-6.14.4/arch/x86/kernel/ |
D | process_32.c | 62 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
|
D | process_64.c | 71 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
|
D | process.c | 689 unsigned long newval, cr4 = this_cpu_read(cpu_tlbstate.cr4); in cr4_toggle_bits_irqsoff() local
|
/linux-6.14.4/arch/x86/kernel/cpu/mtrr/ |
D | cyrix.c | 135 static u32 cr4, ccr3; variable
|
/linux-6.14.4/arch/powerpc/boot/ |
D | ppc_asm.h | 17 #define cr4 4 macro
|
/linux-6.14.4/arch/x86/kernel/cpu/ |
D | common.c | 451 unsigned long newval, cr4 = this_cpu_read(cpu_tlbstate.cr4); in cr4_update_irqsoff() local 472 unsigned long cr4 = __read_cr4(); in cr4_init() local
|
/linux-6.14.4/arch/x86/kvm/vmx/ |
D | vmcs.h | 36 unsigned long cr4; /* May not match real cr4 */ member
|
D | vmx.c | 3445 bool vmx_is_valid_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vmx_is_valid_cr4() 3461 void vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vmx_set_cr4() 4328 unsigned long cr0, cr3, cr4; in vmx_set_constant_host_state() local 6288 unsigned long cr4; in dump_vmcs() local 7360 unsigned long cr3, cr4; in vmx_vcpu_run() local
|
/linux-6.14.4/tools/testing/selftests/kvm/lib/x86/ |
D | vmx.c | 119 unsigned long cr4; in prepare_for_vmx_operation() local
|
/linux-6.14.4/arch/x86/coco/sev/ |
D | shared.c | 433 u32 cr4 = native_read_cr4(); in __sev_cpuid_hv_ghcb() local 1099 u32 cr4 = native_read_cr4(); in vc_handle_cpuid() local
|
/linux-6.14.4/drivers/misc/lkdtm/ |
D | bugs.c | 558 unsigned long cr4; in lkdtm_UNSET_SMEP() local
|
/linux-6.14.4/arch/x86/xen/ |
D | enlighten_pv.c | 1014 static void xen_write_cr4(unsigned long cr4) in xen_write_cr4()
|
/linux-6.14.4/tools/testing/selftests/kvm/include/x86/ |
D | svm.h | 205 u64 cr4; member
|
/linux-6.14.4/include/uapi/linux/ |
D | acrn.h | 289 __le64 cr4; member
|