Searched defs:VMM_HYP_FUNC (Results 1 – 5 of 5) sorted by relevance
599 VMM_HYP_FUNC(enter_guest)(struct hyp *hyp, struct hypctx *hypctx) in VMM_HYP_FUNC() function611 VMM_HYP_FUNC(read_reg)(uint64_t reg) in VMM_HYP_FUNC() function624 VMM_HYP_FUNC(clean_s2_tlbi)(void) in VMM_HYP_FUNC() function632 VMM_HYP_FUNC(s2_tlbi_range)(uint64_t vttbr, vm_offset_t sva, vm_offset_t eva, in VMM_HYP_FUNC() function697 VMM_HYP_FUNC(s2_tlbi_all)(uint64_t vttbr) in VMM_HYP_FUNC() function
28 #define VMM_HYP_FUNC(func) vmm_nvhe_ ## func macro
29 #define VMM_HYP_FUNC(func) vmm_vhe_ ## func macro
33 #define VMM_HYP_FUNC(func) vmm_vhe_ ## func macro
33 #define VMM_HYP_FUNC(func) vmm_nvhe_ ## func macro