Searched refs:hctxt (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/arm64/kvm/hyp/include/hyp/ |
| H A D | switch.h | 128 #define update_fgt_traps(hctxt, vcpu, kvm, reg) \ argument 129 update_fgt_traps_cs(hctxt, vcpu, kvm, reg, 0, 0) 166 update_fgt_traps(hctxt, vcpu, kvm, HFGRTR_EL2); in __activate_traps_hfgxtr() 170 update_fgt_traps(hctxt, vcpu, kvm, HFGITR_EL2); in __activate_traps_hfgxtr() 171 update_fgt_traps(hctxt, vcpu, kvm, HDFGRTR_EL2); in __activate_traps_hfgxtr() 172 update_fgt_traps(hctxt, vcpu, kvm, HDFGWTR_EL2); in __activate_traps_hfgxtr() 182 write_sysreg_s(ctxt_sys_reg(hctxt, reg), \ 194 __deactivate_fgt(hctxt, vcpu, kvm, HFGRTR_EL2); in __deactivate_traps_hfgxtr() 198 __deactivate_fgt(hctxt, vcpu, kvm, HFGWTR_EL2); in __deactivate_traps_hfgxtr() 199 __deactivate_fgt(hctxt, vcpu, kvm, HFGITR_EL2); in __deactivate_traps_hfgxtr() [all …]
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | pmu.c | 180 struct kvm_cpu_context *hctxt; in kvm_set_pmuserenr() local 190 hctxt = host_data_ptr(host_ctxt); in kvm_set_pmuserenr() 191 ctxt_sys_reg(hctxt, PMUSERENR_EL0) = val; in kvm_set_pmuserenr()
|