Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dtlbflush.h236 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
Dsuspend_32.h22 unsigned long cr0, cr2, cr3, cr4; member
Dsuspend_64.h37 unsigned long cr0, cr2, cr3, cr4, cr8; member
Dsvm.h172 u64 cr4; member
Dkvm_host.h496 unsigned long cr4; member
/arch/x86/kernel/
Dprocess_32.c66 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
Dprocess_64.c69 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
/arch/x86/kernel/cpu/mtrr/
Dcyrix.c134 static u32 cr4, ccr3; variable
Dgeneric.c719 static unsigned long cr4; variable
/arch/powerpc/boot/
Dppc_asm.h21 #define cr4 4 macro
/arch/x86/kvm/
Demulate.c2417 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
Dvmx.c4642 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
Dsvm.c2140 static int svm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in svm_set_cr4()
Dx86.c779 int kvm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in kvm_set_cr4()
/arch/x86/xen/
Denlighten_pv.c876 static void xen_write_cr4(unsigned long cr4) in xen_write_cr4()
/arch/x86/include/uapi/asm/
Dkvm.h154 __u64 cr0, cr2, cr3, cr4, cr8; member