Searched defs:bus_space_read_1 (Results 1 – 6 of 6) sorted by relevance
/freebsd/stand/kshim/ |
H A D | bsd_busspace.c | 132 bus_space_read_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset) in bus_space_read_1() function
|
/freebsd/sys/sys/ |
H A D | bus_san.h | 141 #define bus_space_read_1 BUS_SAN(read_1) macro
|
/freebsd/sys/x86/include/ |
H A D | bus.h | 214 bus_space_read_1(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_1() function
|
/freebsd/sys/riscv/include/ |
H A D | bus.h | 309 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) macro
|
/freebsd/sys/powerpc/include/ |
H A D | bus.h | 298 #define bus_space_read_1(t, h, o) __bs_rs(1,t,h,o) macro
|
/freebsd/sys/arm64/include/ |
H A D | bus.h | 344 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) macro
|