Searched refs:update_fgt_traps (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/arm64/kvm/hyp/include/hyp/ |
D | switch.h | 128 #define update_fgt_traps(hctxt, vcpu, kvm, reg) \ macro 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() 175 update_fgt_traps(hctxt, vcpu, kvm, HAFGRTR_EL2); in __activate_traps_hfgxtr()
|