Home
last modified time | relevance | path

Searched refs:bs_alloc (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Dbus_space_base.c58 .bs_alloc = generic_bs_alloc,
/f-stack/freebsd/arm64/arm64/
H A Dbus_machdep.c181 .bs_alloc = NULL,
/f-stack/freebsd/mips/malta/
H A Dgt_pci_bus_space.c123 .bs_alloc = generic_bs_alloc,
/f-stack/freebsd/arm64/include/
H A Dbus.h110 int (*bs_alloc) (void *, bus_addr_t, bus_addr_t, member
325 (*(t)->bs_alloc)((t)->bs_cookie, (rs), (re), (s), (a), (b), \
/f-stack/freebsd/arm/include/
H A Dbus.h114 int (*bs_alloc) (bus_space_tag_t, bus_addr_t, bus_addr_t, member
314 (*(t)->bs_alloc)((t), (rs), (re), (s), (a), (b), \
/f-stack/freebsd/mips/include/
H A Dbus.h85 int (*bs_alloc) (void *, bus_addr_t, bus_addr_t, member
278 (*(t)->bs_alloc)((t)->bs_cookie, (rs), (re), (s), (a), (b), \
/f-stack/freebsd/mips/mips/
H A Dbus_space_generic.c97 .bs_alloc = generic_bs_alloc,