Searched refs:mdcr_el2 (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/arch/arm64/kvm/ |
D | debug.c | 24 static DEFINE_PER_CPU(u64, mdcr_el2); 68 __this_cpu_write(mdcr_el2, kvm_call_hyp_ret(__kvm_get_mdcr_el2)); in kvm_arm_init_debug() 90 vcpu->arch.mdcr_el2 = __this_cpu_read(mdcr_el2) & MDCR_EL2_HPMN_MASK; in kvm_arm_setup_mdcr_el2() 91 vcpu->arch.mdcr_el2 |= (MDCR_EL2_TPM | in kvm_arm_setup_mdcr_el2() 101 vcpu->arch.mdcr_el2 |= MDCR_EL2_TDE; in kvm_arm_setup_mdcr_el2() 113 vcpu->arch.mdcr_el2 |= MDCR_EL2_TDA; in kvm_arm_setup_mdcr_el2() 115 trace_kvm_arm_set_dreg32("MDCR_EL2", vcpu->arch.mdcr_el2); in kvm_arm_setup_mdcr_el2() 159 unsigned long mdscr, orig_mdcr_el2 = vcpu->arch.mdcr_el2; in kvm_arm_setup_debug() 252 if (has_vhe() && orig_mdcr_el2 != vcpu->arch.mdcr_el2) in kvm_arm_setup_debug() 253 write_sysreg(vcpu->arch.mdcr_el2, mdcr_el2); in kvm_arm_setup_debug()
|
/linux-5.19.10/arch/arm64/kvm/hyp/nvhe/ |
D | pkvm.c | 117 vcpu->arch.mdcr_el2 |= mdcr_set; in pvm_init_traps_aa64dfr0() 118 vcpu->arch.mdcr_el2 &= ~mdcr_clear; in pvm_init_traps_aa64dfr0() 134 vcpu->arch.mdcr_el2 |= mdcr_set; in pvm_init_traps_aa64mmfr0() 169 vcpu->arch.mdcr_el2 &= ~(MDCR_EL2_RES0); in pvm_init_trap_regs()
|
D | debug-sr.c | 114 return read_sysreg(mdcr_el2); in __kvm_get_mdcr_el2()
|
/linux-5.19.10/arch/arm64/kvm/hyp/include/hyp/ |
D | switch.h | 100 vcpu->arch.mdcr_el2_host = read_sysreg(mdcr_el2); in __activate_traps_common() 101 write_sysreg(vcpu->arch.mdcr_el2, mdcr_el2); in __activate_traps_common() 106 write_sysreg(vcpu->arch.mdcr_el2_host, mdcr_el2); in __deactivate_traps_common()
|
/linux-5.19.10/arch/arm64/kvm/hyp/vhe/ |
D | debug-sr.c | 25 return read_sysreg(mdcr_el2); in __kvm_get_mdcr_el2()
|
/linux-5.19.10/arch/arm64/kernel/ |
D | hyp-stub.S | 119 mrs x0, mdcr_el2 122 msr mdcr_el2, x0
|
/linux-5.19.10/arch/arm64/include/asm/ |
D | el2_setup.h | 80 msr mdcr_el2, x2 // Configure debug traps
|
D | kvm_host.h | 319 u64 mdcr_el2; member
|