Searched refs:el2_addr (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/arm64/vmm/ |
H A D | vmm_handlers.c | 54 return (vmm_call_hyp(HYP_ENTER_GUEST, hyp->el2_addr, hypctx->el2_addr)); in vmm_nvhe_enter_guest()
|
H A D | arm64.h | 100 uint64_t el2_addr; /* The address of this in el2 space */ member 126 uint64_t el2_addr; /* The address of this in el2 space */ member
|
H A D | vmm_arm64.c | 525 hyp->el2_addr = el2_map_enter((vm_offset_t)hyp, size, in vmmops_init() 555 hypctx->el2_addr = el2_map_enter((vm_offset_t)hypctx, size, in vmmops_vcpu_init() 1199 vmmpmap_remove(hypctx->el2_addr, el2_hypctx_size(), true); in vmmops_vcpu_cleanup() 1215 vmmpmap_remove(hyp->el2_addr, el2_hyp_size(hyp->vm), true); in vmmops_cleanup()
|