Searched refs:mdcr_el2 (Results 1 – 5 of 5) sorted by relevance
/arch/arm64/kvm/ |
D | debug.c | 35 static DEFINE_PER_CPU(u32, mdcr_el2); 75 __this_cpu_write(mdcr_el2, kvm_call_hyp(__kvm_get_mdcr_el2)); in kvm_arm_init_debug() 113 vcpu->arch.mdcr_el2 = __this_cpu_read(mdcr_el2) & MDCR_EL2_HPMN_MASK; in kvm_arm_setup_debug() 114 vcpu->arch.mdcr_el2 |= (MDCR_EL2_TPM | in kvm_arm_setup_debug() 122 vcpu->arch.mdcr_el2 |= MDCR_EL2_TDE; in kvm_arm_setup_debug() 188 vcpu->arch.mdcr_el2 |= MDCR_EL2_TDA; in kvm_arm_setup_debug() 190 trace_kvm_arm_set_dreg32("MDCR_EL2", vcpu->arch.mdcr_el2); in kvm_arm_setup_debug()
|
D | hyp.S | 493 msr mdcr_el2, x2 501 mrs x2, mdcr_el2 503 msr mdcr_el2, x2 1118 mrs x0, mdcr_el2
|
/arch/arm64/include/asm/ |
D | kvm_host.h | 103 u32 mdcr_el2; member
|
/arch/arm64/kernel/ |
D | asm-offsets.c | 145 DEFINE(VCPU_MDCR_EL2, offsetof(struct kvm_vcpu, arch.mdcr_el2)); in main()
|
D | head.S | 608 msr mdcr_el2, x0 // (if they exist)
|