Searched defs:bus_space_copy_region_4 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/x86/include/ |
H A D | bus.h | 910 bus_space_copy_region_4(bus_space_tag_t tag, bus_space_handle_t bsh1, in bus_space_copy_region_4() function
|
/freebsd/sys/riscv/include/ |
H A D | bus.h | 447 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ macro
|
/freebsd/sys/arm/include/ |
H A D | bus.h | 467 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ macro
|
/freebsd/sys/arm64/include/ |
H A D | bus.h | 500 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ macro
|