Home
last modified time | relevance | path

Searched refs:VMM_HYP_FUNC (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/arm64/vmm/
H A Dvmm_nvhe.c33 #define VMM_HYP_FUNC(func) vmm_nvhe_ ## func macro
95 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()
H A Dvmm_hyp.c42 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() function
596 VMM_HYP_FUNC(read_reg)(uint64_t reg) in VMM_HYP_FUNC() function
609 VMM_HYP_FUNC(clean_s2_tlbi)(void) in VMM_HYP_FUNC() function
617 VMM_HYP_FUNC(s2_tlbi_range)(uint64_t vttbr, vm_offset_t sva, vm_offset_t eva, in VMM_HYP_FUNC() function
682 VMM_HYP_FUNC(s2_tlbi_all)(uint64_t vttbr) in VMM_HYP_FUNC() function
H A Dvmm_vhe_exception.S29 #define VMM_HYP_FUNC(func) vmm_vhe_ ## func macro
H A Dvmm_vhe.c33 #define VMM_HYP_FUNC(func) vmm_vhe_ ## func macro
H A Dvmm_nvhe_exception.S28 #define VMM_HYP_FUNC(func) vmm_nvhe_ ## func macro
H A Dvmm_hyp_exception.S302 ENTRY(VMM_HYP_FUNC(do_call_guest))
319 END(VMM_HYP_FUNC(do_call_guest))