Searched refs:__bs_copy (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h272 #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-11-stable/sys/arm64/include/
H A Dbus.h274 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ macro
459 __bs_copy(1, t, h1, o1, h2, o2, c)
461 __bs_copy(2, t, h1, o1, h2, o2, c)
463 __bs_copy(4, t, h1, o1, h2, o2, c)
465 __bs_copy(8, t, h1, o1, h2, o2, c)
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h274 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ macro
459 __bs_copy(1, t, h1, o1, h2, o2, c)
461 __bs_copy(2, t, h1, o1, h2, o2, c)
463 __bs_copy(4, t, h1, o1, h2, o2, c)
465 __bs_copy(8, t, h1, o1, h2, o2, c)
/freebsd-11-stable/sys/arm/include/
H A Dbus.h269 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ macro
477 __bs_copy(1, t, h1, o1, h2, o2, c)
479 __bs_copy(2, t, h1, o1, h2, o2, c)
481 __bs_copy(4, t, h1, o1, h2, o2, c)
483 __bs_copy(8, t, h1, o1, h2, o2, c)
/freebsd-11-stable/sys/mips/include/
H A Dbus.h252 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ macro
438 __bs_copy(1, t, h1, o1, h2, o2, c)
440 __bs_copy(2, t, h1, o1, h2, o2, c)
442 __bs_copy(4, t, h1, o1, h2, o2, c)
444 __bs_copy(8, t, h1, o1, h2, o2, c)

Completed in 73 milliseconds