Home
last modified time | relevance | path

Searched defs:VMM_HYP_FUNC (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/arm64/vmm/
H A Dvmm_hyp.c599 VMM_HYP_FUNC(enter_guest)(struct hyp *hyp, struct hypctx *hypctx) in VMM_HYP_FUNC() function
611 VMM_HYP_FUNC(read_reg)(uint64_t reg) in VMM_HYP_FUNC() function
624 VMM_HYP_FUNC(clean_s2_tlbi)(void) in VMM_HYP_FUNC() function
632 VMM_HYP_FUNC(s2_tlbi_range)(uint64_t vttbr, vm_offset_t sva, vm_offset_t eva, in VMM_HYP_FUNC() function
697 VMM_HYP_FUNC(s2_tlbi_all)(uint64_t vttbr) in VMM_HYP_FUNC() function
H A Dvmm_nvhe_exception.S28 #define VMM_HYP_FUNC(func) vmm_nvhe_ ## func macro
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.c33 #define VMM_HYP_FUNC(func) vmm_nvhe_ ## func macro