Searched defs:bus_space_read_4 (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | _cscan_bus.h | 164 #define bus_space_read_4 kcsan_bus_space_read_4 macro
|
| /f-stack/freebsd/x86/include/ |
| H A D | bus.h | 240 bus_space_read_4(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_4() function
|
| /f-stack/freebsd/arm64/include/ |
| H A D | bus.h | 341 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | bus.h | 297 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) macro
|