Searched refs:__bs_copy (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/arm64/include/ |
| H A D | bus.h | 296 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ macro 474 __bs_copy(1, t, h1, o1, h2, o2, c) 476 __bs_copy(2, t, h1, o1, h2, o2, c) 478 __bs_copy(4, t, h1, o1, h2, o2, c) 480 __bs_copy(8, t, h1, o1, h2, o2, c)
|
| /f-stack/freebsd/arm/include/ |
| H A D | bus.h | 267 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ macro 466 __bs_copy(1, t, h1, o1, h2, o2, c) 468 __bs_copy(2, t, h1, o1, h2, o2, c) 470 __bs_copy(4, t, h1, o1, h2, o2, c) 472 __bs_copy(8, t, h1, o1, h2, o2, c)
|
| /f-stack/freebsd/mips/include/ |
| H A D | bus.h | 253 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ macro 430 __bs_copy(1, t, h1, o1, h2, o2, c) 432 __bs_copy(2, t, h1, o1, h2, o2, c) 434 __bs_copy(4, t, h1, o1, h2, o2, c) 436 __bs_copy(8, t, h1, o1, h2, o2, c)
|