Searched refs:hctxt (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/kvm/hyp/include/hyp/ |
| H A D | switch.h | 204 #define __activate_fgt(hctxt, vcpu, reg) \ argument 206 ctxt_sys_reg(hctxt, reg) = read_sysreg_s(SYS_ ## reg); \ 212 struct kvm_cpu_context *hctxt = host_data_ptr(host_ctxt); in __activate_traps_hfgxtr() local 217 __activate_fgt(hctxt, vcpu, HFGRTR_EL2); in __activate_traps_hfgxtr() 218 __activate_fgt(hctxt, vcpu, HFGWTR_EL2); in __activate_traps_hfgxtr() 219 __activate_fgt(hctxt, vcpu, HFGITR_EL2); in __activate_traps_hfgxtr() 220 __activate_fgt(hctxt, vcpu, HDFGRTR_EL2); in __activate_traps_hfgxtr() 221 __activate_fgt(hctxt, vcpu, HDFGWTR_EL2); in __activate_traps_hfgxtr() 224 __activate_fgt(hctxt, vcpu, HAFGRTR_EL2); in __activate_traps_hfgxtr() 229 __activate_fgt(hctxt, vcpu, HFGRTR2_EL2); in __activate_traps_hfgxtr() [all …]
|
| /linux/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()
|