Searched refs:bt_map (Results 1 – 2 of 2) sorted by relevance
383 state->bt_map.um_as = curproc->p_as; in xpvtap_open()421 state->bt_map.um_as = NULL; in xpvtap_close()422 state->bt_map.um_guest_pages = NULL; in xpvtap_close()543 ASSERT(asp == state->bt_map.um_as); in xpvtap_segmap()569 state->bt_map.um_guest_pages = (caddr_t)*addrp; in xpvtap_segmap()570 state->bt_map.um_guest_size = (size_t)len; in xpvtap_segmap()714 state->bt_map.um_registered = B_FALSE; in xpvtap_drv_init()782 as = state->bt_map.um_as; in xpvtap_segmf_register()783 pgcnt = btopr(state->bt_map.um_guest_size); in xpvtap_segmf_register()784 uaddr = state->bt_map.um_guest_pages; in xpvtap_segmf_register()[all …]
173 xpvtap_user_map_t bt_map; member