/arch/x86/include/asm/ |
D | tlbflush.h | 236 unsigned long cr4; member 302 unsigned long cr4; in cr4_set_bits() local 315 unsigned long cr4; in cr4_clear_bits() local 327 unsigned long cr4; in cr4_toggle_bits() local 417 unsigned long cr4, flags; in __native_flush_tlb_global() local
|
D | suspend_32.h | 22 unsigned long cr0, cr2, cr3, cr4; member
|
D | suspend_64.h | 37 unsigned long cr0, cr2, cr3, cr4, cr8; member
|
D | svm.h | 172 u64 cr4; member
|
D | kvm_host.h | 496 unsigned long cr4; member
|
/arch/x86/kernel/ |
D | process_32.c | 66 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
|
D | process_64.c | 69 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
|
/arch/x86/kernel/cpu/mtrr/ |
D | cyrix.c | 134 static u32 cr4, ccr3; variable
|
D | generic.c | 719 static unsigned long cr4; variable
|
/arch/powerpc/boot/ |
D | ppc_asm.h | 21 #define cr4 4 macro
|
/arch/x86/kvm/ |
D | emulate.c | 2417 u64 cr0, u64 cr3, u64 cr4) in rsm_enter_protected_mode() 2466 u32 val, cr0, cr3, cr4; in rsm_load_state_32() local 2519 u64 val, cr0, cr3, cr4; in rsm_load_state_64() local 2579 unsigned long cr0, cr4, efer; in em_rsm() local 4137 u64 cr4; in check_cr_write() local 4202 u64 cr4; in check_dr_read() local 4260 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdtsc() local 4270 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdpmc() local
|
D | vmx.c | 4642 static int vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vmx_set_cr4() 5580 unsigned long cr0, cr3, cr4; in vmx_set_constant_host_state() local 8991 unsigned long cr4 = vmcs_readl(GUEST_CR4); in dump_vmcs() local 9740 unsigned long debugctlmsr, cr3, cr4; in vmx_vcpu_run() local
|
D | svm.c | 2140 static int svm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in svm_set_cr4()
|
D | x86.c | 779 int kvm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in kvm_set_cr4()
|
/arch/x86/xen/ |
D | enlighten_pv.c | 876 static void xen_write_cr4(unsigned long cr4) in xen_write_cr4()
|
/arch/x86/include/uapi/asm/ |
D | kvm.h | 154 __u64 cr0, cr2, cr3, cr4, cr8; member
|