HomeSort by: relevance | last modified time | path
    Searched defs:__pbs_copy (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/playstation2/include/
bus.h 524 #define __pbs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \ macro
684 __pbs_copy(1, u_int8_t, (t), (h1), (o1), (h2), (o2), (c))
686 __pbs_copy(2, u_int16_t, (t), (h1), (o1), (h2), (o2), (c))
688 __pbs_copy(4, u_int32_t, (t), (h1), (o1), (h2), (o2), (c))
690 __pbs_copy(8, u_int64_t, (t), (h1), (o1), (h2), (o2), (c))
bus.h 524 #define __pbs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \ macro
684 __pbs_copy(1, u_int8_t, (t), (h1), (o1), (h2), (o2), (c))
686 __pbs_copy(2, u_int16_t, (t), (h1), (o1), (h2), (o2), (c))
688 __pbs_copy(4, u_int32_t, (t), (h1), (o1), (h2), (o2), (c))
690 __pbs_copy(8, u_int64_t, (t), (h1), (o1), (h2), (o2), (c))
bus.h 524 #define __pbs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \ macro
684 __pbs_copy(1, u_int8_t, (t), (h1), (o1), (h2), (o2), (c))
686 __pbs_copy(2, u_int16_t, (t), (h1), (o1), (h2), (o2), (c))
688 __pbs_copy(4, u_int32_t, (t), (h1), (o1), (h2), (o2), (c))
690 __pbs_copy(8, u_int64_t, (t), (h1), (o1), (h2), (o2), (c))

Completed in 98 milliseconds