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

/freebsd-13-stable/stand/kshim/
H A Dbsd_busspace.c145 bus_space_read_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset) function
/freebsd-13-stable/sys/sys/
H A Dbus_san.h164 #define bus_space_read_4 kcsan_bus_space_read_4 macro
/freebsd-13-stable/sys/x86/include/
H A Dbus.h240 bus_space_read_4(bus_space_tag_t tag, bus_space_handle_t handle, function
/freebsd-13-stable/sys/riscv/include/
H A Dbus.h313 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) macro
/freebsd-13-stable/sys/powerpc/include/
H A Dbus.h302 #define bus_space_read_4(t, h, o) __bs_rs(4,t,h,o) macro
/freebsd-13-stable/sys/mips/include/
H A Dbus.h297 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) macro
/freebsd-13-stable/sys/arm64/include/
H A Dbus.h343 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) macro

Completed in 93 milliseconds