Searched defs:cr4 (Results 1 – 17 of 17) sorted by relevance
/arch/x86/include/asm/ |
D | tlbflush.h | 28 unsigned long cr4; member 41 unsigned long cr4; in cr4_set_bits() local 54 unsigned long cr4; in cr4_clear_bits() local 101 unsigned long cr4; in __native_flush_tlb_global_irq_disabled() local
|
D | suspend_32.h | 15 unsigned long cr0, cr2, cr3, cr4; member
|
D | suspend_64.h | 24 unsigned long cr0, cr2, cr3, cr4, cr8; member
|
D | svm.h | 154 u64 cr4; member
|
D | kvm_host.h | 353 unsigned long cr4; member
|
/arch/powerpc/boot/ |
D | ppc_asm.h | 21 #define cr4 4 macro
|
/arch/x86/kernel/ |
D | process_32.c | 71 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
|
D | process_64.c | 61 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 | 133 static u32 cr4, ccr3; variable
|
D | generic.c | 651 static unsigned long cr4; variable
|
/arch/x86/kvm/ |
D | emulate.c | 3527 u64 cr4; in check_cr_write() local 3579 u64 cr4; in check_dr_read() local 3630 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdtsc() local 3640 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdpmc() local
|
D | vmx.c | 3561 static int vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vmx_set_cr4() 4292 unsigned long cr4; in vmx_set_constant_host_state() local 7565 unsigned long debugctlmsr, cr4; in vmx_vcpu_run() local
|
D | svm.c | 1585 static int svm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in svm_set_cr4()
|
D | x86.c | 677 int kvm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in kvm_set_cr4()
|
/arch/x86/xen/ |
D | enlighten.c | 1098 static void xen_write_cr4(unsigned long cr4) in xen_write_cr4()
|
/arch/x86/include/uapi/asm/ |
D | kvm.h | 148 __u64 cr0, cr2, cr3, cr4, cr8; member
|
/arch/powerpc/include/asm/ |
D | ppc_asm.h | 555 #define cr4 4 macro
|