Home
last modified time | relevance | path

Searched defs:cr4 (Results 1 – 18 of 18) sorted by relevance

/arch/x86/include/asm/
Dsuspend_32.h15 unsigned long cr0, cr2, cr3, cr4; member
Dtlbflush.h26 unsigned long cr4; in __native_flush_tlb_global() local
Dsuspend_64.h24 unsigned long cr0, cr2, cr3, cr4, cr8; member
Dprocessor.h551 unsigned long cr4; in set_in_cr4() local
561 unsigned long cr4; in clear_in_cr4() local
Dsvm.h151 u64 cr4; member
Dkvm.h128 __u64 cr0, cr2, cr3, cr4, cr8; member
Dkvm_host.h333 unsigned long cr4; member
/arch/powerpc/boot/
Dppc_asm.h21 #define cr4 4 macro
/arch/x86/kernel/cpu/mtrr/
Dcyrix.c133 static u32 cr4, ccr3; variable
Dgeneric.c654 static unsigned long cr4; variable
/arch/x86/kernel/
Dprocess_32.c71 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
Dprocess_64.c60 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
/arch/x86/kvm/
Demulate.c3138 u64 cr4; in check_cr_write() local
3194 u64 cr4; in check_dr_read() local
3245 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdtsc() local
3255 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdpmc() local
Dsvm.c1592 static int svm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in svm_set_cr4()
Dx86.c580 int kvm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in kvm_set_cr4()
Dvmx.c3025 static int vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vmx_set_cr4()
/arch/x86/xen/
Denlighten.c954 static void xen_write_cr4(unsigned long cr4) in xen_write_cr4()
/arch/powerpc/include/asm/
Dppc_asm.h479 #define cr4 4 macro