Home
last modified time | relevance | path

Searched defs:bus_space_read_4 (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/stand/kshim/
H A Dbsd_busspace.c144 bus_space_read_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset) in bus_space_read_4() function
/freebsd-src/sys/sys/
H A Dbus_san.h183 #define bus_space_read_4 BUS_SAN(read_4) macro
/freebsd-src/sys/x86/include/
H A Dbus.h234 bus_space_read_4(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_4() function
/freebsd-src/sys/riscv/include/
H A Dbus.h311 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) macro
/freebsd-src/sys/powerpc/include/
H A Dbus.h300 #define bus_space_read_4(t, h, o) __bs_rs(4,t,h,o) macro
/freebsd-src/sys/arm64/include/
H A Dbus.h346 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) macro