Searched refs:VMM_HYP_FUNC (Results 1 – 6 of 6) sorted by relevance
33 #define VMM_HYP_FUNC(func) vmm_nvhe_ ## func macro95 return (VMM_HYP_FUNC(enter_guest)((struct hyp *)x1, in vmm_hyp_enter()98 return (VMM_HYP_FUNC(read_reg)(x1)); in vmm_hyp_enter()100 VMM_HYP_FUNC(clean_s2_tlbi()); in vmm_hyp_enter()107 VMM_HYP_FUNC(s2_tlbi_range)(x1, x2, x3, x4); in vmm_hyp_enter()110 VMM_HYP_FUNC(s2_tlbi_all)(x1); in vmm_hyp_enter()
42 uint64_t VMM_HYP_FUNC(do_call_guest)(struct hypctx *);513 ret = VMM_HYP_FUNC(do_call_guest)(hypctx); in vmm_hyp_call_guest()584 VMM_HYP_FUNC(enter_guest)(struct hyp *hyp, struct hypctx *hypctx) in VMM_HYP_FUNC() function596 VMM_HYP_FUNC(read_reg)(uint64_t reg) in VMM_HYP_FUNC() function609 VMM_HYP_FUNC(clean_s2_tlbi)(void) in VMM_HYP_FUNC() function617 VMM_HYP_FUNC(s2_tlbi_range)(uint64_t vttbr, vm_offset_t sva, vm_offset_t eva, in VMM_HYP_FUNC() function682 VMM_HYP_FUNC(s2_tlbi_all)(uint64_t vttbr) in VMM_HYP_FUNC() function
29 #define VMM_HYP_FUNC(func) vmm_vhe_ ## func macro
33 #define VMM_HYP_FUNC(func) vmm_vhe_ ## func macro
28 #define VMM_HYP_FUNC(func) vmm_nvhe_ ## func macro
302 ENTRY(VMM_HYP_FUNC(do_call_guest))319 END(VMM_HYP_FUNC(do_call_guest))