Searched defs:bus_space_map (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/x86/x86/
H A Dbus_machdep.c45 bus_space_map(bus_space_tag_t tag, bus_addr_t addr, bus_size_t size, function
/freebsd-13-stable/sys/sys/
H A Dbus_san.h115 #define bus_space_map kcsan_bus_space_map macro
/freebsd-13-stable/sys/riscv/include/
H A Dbus.h286 #define bus_space_map(t, a, s, c, hp) \ macro
/freebsd-13-stable/sys/powerpc/include/
H A Dbus.h280 #define bus_space_map(t, a, s, c, hp) (*(t)->bs_map)(a, s, c, hp) macro
/freebsd-13-stable/sys/mips/include/
H A Dbus.h267 #define bus_space_map(t, a, s, c, hp) \ macro
/freebsd-13-stable/sys/arm/include/
H A Dbus.h303 #define bus_space_map(t, a, s, c, hp) \ macro
/freebsd-13-stable/sys/arm64/include/
H A Dbus.h316 #define bus_space_map(t, a, s, c, hp) \ macro

Completed in 103 milliseconds