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