Searched refs:bs_alloc (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/arm/arm/
H A Dbus_space_base.c58 .bs_alloc = generic_bs_alloc,
/freebsd-13-stable/sys/riscv/riscv/
H A Dbus_machdep.c137 .bs_alloc = NULL,
/freebsd-13-stable/sys/mips/malta/
H A Dgt_pci_bus_space.c123 .bs_alloc = generic_bs_alloc,
/freebsd-13-stable/sys/arm64/arm64/
H A Dbus_machdep.c181 .bs_alloc = NULL,
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dbus_machdep.c804 .bs_alloc = bs_gen_alloc,
921 .bs_alloc = bs_gen_alloc,
/freebsd-13-stable/sys/riscv/include/
H A Dbus.h104 int (*bs_alloc) (void *, bus_addr_t, bus_addr_t, member in struct:bus_space
297 (*(t)->bs_alloc)((t)->bs_cookie, (rs), (re), (s), (a), (b), \
/freebsd-13-stable/sys/arm64/include/
H A Dbus.h110 int (*bs_alloc) (void *, bus_addr_t, bus_addr_t, member in struct:bus_space
327 (*(t)->bs_alloc)((t)->bs_cookie, (rs), (re), (s), (a), (b), \
/freebsd-13-stable/sys/powerpc/include/
H A Dbus.h113 int (*bs_alloc)(bus_addr_t, bus_addr_t, bus_size_t, member in struct:bus_space
288 (*(t)->bs_alloc)(rs, re, s, a, b, c, ap, hp)
/freebsd-13-stable/sys/mips/mips/
H A Dbus_space_generic.c97 .bs_alloc = generic_bs_alloc,
/freebsd-13-stable/sys/mips/include/
H A Dbus.h85 int (*bs_alloc) (void *, bus_addr_t, bus_addr_t, member in struct:bus_space
278 (*(t)->bs_alloc)((t)->bs_cookie, (rs), (re), (s), (a), (b), \
/freebsd-13-stable/sys/arm/include/
H A Dbus.h114 int (*bs_alloc) (bus_space_tag_t, bus_addr_t, bus_addr_t, member in struct:bus_space
314 (*(t)->bs_alloc)((t), (rs), (re), (s), (a), (b), \

Completed in 263 milliseconds