Searched defs:bus_space_subregion (Results 1 – 7 of 7) sorted by relevance
/freebsd/stand/kshim/ |
H A D | bsd_busspace.c | 40 bus_space_subregion(bus_space_tag_t t, bus_space_handle_t bsh, in bus_space_subregion() function
|
/freebsd/sys/sys/ |
H A D | bus_san.h | 136 #define bus_space_subregion BUS_SAN(subregion) macro
|
/freebsd/sys/x86/include/ |
H A D | bus.h | 160 bus_space_subregion(bus_space_tag_t t __unused, bus_space_handle_t bsh, in bus_space_subregion() function
|
/freebsd/sys/riscv/include/ |
H A D | bus.h | 288 #define bus_space_subregion(t, h, o, s, hp) \ macro
|
/freebsd/sys/powerpc/include/ |
H A D | bus.h | 280 #define bus_space_subregion(t, h, o, s, hp) (*(t)->bs_subregion)(h, o, s, hp) macro
|
/freebsd/sys/arm/include/ |
H A D | bus.h | 305 #define bus_space_subregion(t, h, o, s, hp) \ macro
|
/freebsd/sys/arm64/include/ |
H A D | bus.h | 323 #define bus_space_subregion(t, h, o, s, hp) \ macro
|