Lines Matching refs:__hyp_text
37 static bool __hyp_text update_fp_enabled(struct kvm_vcpu *vcpu) in update_fp_enabled()
47 static void __hyp_text __fpsimd_save_fpexc32(struct kvm_vcpu *vcpu) in __fpsimd_save_fpexc32()
55 static void __hyp_text __activate_traps_fpsimd32(struct kvm_vcpu *vcpu) in __activate_traps_fpsimd32()
72 static void __hyp_text __activate_traps_common(struct kvm_vcpu *vcpu) in __activate_traps_common()
88 static void __hyp_text __deactivate_traps_common(void) in __deactivate_traps_common()
111 static void __hyp_text __activate_traps_nvhe(struct kvm_vcpu *vcpu) in __activate_traps_nvhe()
127 static void __hyp_text __activate_traps(struct kvm_vcpu *vcpu) in __activate_traps()
150 static void __hyp_text __deactivate_traps_nvhe(void) in __deactivate_traps_nvhe()
164 static void __hyp_text __deactivate_traps(struct kvm_vcpu *vcpu) in __deactivate_traps()
199 static void __hyp_text __activate_vm(struct kvm *kvm) in __activate_vm()
204 static void __hyp_text __deactivate_vm(struct kvm_vcpu *vcpu) in __deactivate_vm()
210 static void __hyp_text __hyp_vgic_save_state(struct kvm_vcpu *vcpu) in __hyp_vgic_save_state()
219 static void __hyp_text __hyp_vgic_restore_state(struct kvm_vcpu *vcpu) in __hyp_vgic_restore_state()
227 static bool __hyp_text __true_value(void) in __true_value()
232 static bool __hyp_text __false_value(void) in __false_value()
241 static bool __hyp_text __translate_far_to_hpfar(u64 far, u64 *hpfar) in __translate_far_to_hpfar()
270 static bool __hyp_text __populate_fault_info(struct kvm_vcpu *vcpu) in __populate_fault_info()
312 static bool __hyp_text __skip_instr(struct kvm_vcpu *vcpu) in __skip_instr()
335 static bool __hyp_text __hyp_switch_fpsimd(struct kvm_vcpu *vcpu) in __hyp_switch_fpsimd()
384 static bool __hyp_text fixup_guest_exit(struct kvm_vcpu *vcpu, u64 *exit_code) in fixup_guest_exit()
456 static inline bool __hyp_text __needs_ssbd_off(struct kvm_vcpu *vcpu) in __needs_ssbd_off()
464 static void __hyp_text __set_guest_arch_workaround_state(struct kvm_vcpu *vcpu) in __set_guest_arch_workaround_state()
477 static void __hyp_text __set_host_arch_workaround_state(struct kvm_vcpu *vcpu) in __set_host_arch_workaround_state()
534 int __hyp_text __kvm_vcpu_run_nvhe(struct kvm_vcpu *vcpu) in __kvm_vcpu_run_nvhe()
597 static void __hyp_text __hyp_call_panic_nvhe(u64 spsr, u64 elr, u64 par, in __hyp_call_panic_nvhe()
640 void __hyp_text __noreturn hyp_panic(struct kvm_cpu_context *host_ctxt) in hyp_panic()