Searched defs:bus_space_read_8 (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | _cscan_bus.h | 185 #define bus_space_read_8 kcsan_bus_space_read_8 macro
|
| /f-stack/freebsd/x86/include/ |
| H A D | bus.h | 251 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_8() function
|
| /f-stack/freebsd/arm64/include/ |
| H A D | bus.h | 342 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | bus.h | 298 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o)) macro
|