Searched refs:bt_map (Results 1 – 2 of 2) sorted by relevance
382 state->bt_map.um_as = curproc->p_as; in xpvtap_open()420 state->bt_map.um_as = NULL; in xpvtap_close()421 state->bt_map.um_guest_pages = NULL; in xpvtap_close()542 ASSERT(asp == state->bt_map.um_as); in xpvtap_segmap()568 state->bt_map.um_guest_pages = (caddr_t)*addrp; in xpvtap_segmap()569 state->bt_map.um_guest_size = (size_t)len; in xpvtap_segmap()716 state->bt_map.um_registered = B_FALSE; in xpvtap_drv_init()784 as = state->bt_map.um_as; in xpvtap_segmf_register()785 pgcnt = btopr(state->bt_map.um_guest_size); in xpvtap_segmf_register()786 uaddr = state->bt_map.um_guest_pages; in xpvtap_segmf_register()[all …]
173 xpvtap_user_map_t bt_map; member