Searched refs:__bs_copy (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/powerpc/include/ |
H A D | bus.h | 272 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ macro 446 __bs_copy(1, t, h1, o1, h2, o2, c) 448 __bs_copy(2, t, h1, o1, h2, o2, c) 450 __bs_copy(4, t, h1, o1, h2, o2, c) 452 __bs_copy(8, t, h1, o1, h2, o2, c) 456 __bs_copy(s_2, t, h1, o1, h2, o2, c) 458 __bs_copy(s_4, t, h1, o1, h2, o2, c) 460 __bs_copy(s_8, t, h1, o1, h2, o2, c)
|
/freebsd/sys/riscv/include/ |
H A D | bus.h | 270 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ macro 444 __bs_copy(1, t, h1, o1, h2, o2, c) 446 __bs_copy(2, t, h1, o1, h2, o2, c) 448 __bs_copy(4, t, h1, o1, h2, o2, c) 450 __bs_copy(8, t, h1, o1, h2, o2, c)
|
/freebsd/sys/arm64/include/ |
H A D | bus.h | 302 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ macro 498 __bs_copy(1, t, h1, o1, h2, o2, c) 500 __bs_copy(2, t, h1, o1, h2, o2, c) 502 __bs_copy(4, t, h1, o1, h2, o2, c) 504 __bs_copy(8, t, h1, o1, h2, o2, c)
|
/freebsd/sys/arm/include/ |
H A D | bus.h | 265 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ macro 464 __bs_copy(1, t, h1, o1, h2, o2, c) 466 __bs_copy(2, t, h1, o1, h2, o2, c) 468 __bs_copy(4, t, h1, o1, h2, o2, c) 470 __bs_copy(8, t, h1, o1, h2, o2, c)
|