Home
last modified time | relevance | path

Searched refs:bst_ov (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/x86/x86/
Dbus_space.c169 return (*it->bst_ov->ov_space_map)(it->bst_ctx, t, bpa, size, in bus_space_map()
197 return (*it->bst_ov->ov_space_reservation_map)(it->bst_ctx, t, in bus_space_reservation_map()
263 return (*it->bst_ov->ov_space_reserve)(it->bst_ctx, t, in bus_space_reserve()
313 return (*it->bst_ov->ov_space_reserve_subregion)(it->bst_ctx, t, in bus_space_reserve_subregion()
366 (*it->bst_ov->ov_space_release)(it->bst_ctx, t, bsr); in bus_space_release()
404 return (*it->bst_ov->ov_space_alloc)(it->bst_ctx, t, in bus_space_alloc()
593 (*it->bst_ov->ov_space_reservation_unmap)(it->bst_ctx, in bus_space_reservation_unmap()
614 (*it->bst_ov->ov_space_unmap)(it->bst_ctx, t, bsh, size); in bus_space_unmap()
634 (*it->bst_ov->ov_space_free)(it->bst_ctx, t, bsh, size); in bus_space_free()
993 bst->bst_ov = ov; in bus_space_tag_create()
/netbsd/src/sys/arch/x86/include/
Dbus_defs.h104 const struct bus_space_overrides *bst_ov; member