Home
last modified time | relevance | path

Searched refs:mdcr_el2 (Results 1 – 5 of 5) sorted by relevance

/arch/arm64/kvm/
Ddebug.c35 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()
Dhyp.S493 msr mdcr_el2, x2
501 mrs x2, mdcr_el2
503 msr mdcr_el2, x2
1118 mrs x0, mdcr_el2
/arch/arm64/include/asm/
Dkvm_host.h103 u32 mdcr_el2; member
/arch/arm64/kernel/
Dasm-offsets.c145 DEFINE(VCPU_MDCR_EL2, offsetof(struct kvm_vcpu, arch.mdcr_el2)); in main()
Dhead.S608 msr mdcr_el2, x0 // (if they exist)