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

  /src/sys/arch/mips/include/
bus_space_funcs.h 93 #define __bs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \ macro
303 __bs_copy(1, uint8_t, (t), (h1), (o1), (h2), (o2), (c))
305 __bs_copy(2, uint16_t, (t), (h1), (o1), (h2), (o2), (c))
307 __bs_copy(4, uint32_t, (t), (h1), (o1), (h2), (o2), (c))
309 __bs_copy(8, uint64_t, (t), (h1), (o1), (h2), (o2), (c))
  /src/sys/arch/evbsh3/include/
bus_funcs.h 106 #define __bs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \ macro
293 __bs_copy(1, uint8_t, (t), (h1), (o1), (h2), (o2), (c))
295 __bs_copy(2, uint16_t, (t), (h1), (o1), (h2), (o2), (c))
297 __bs_copy(4, uint32_t, (t), (h1), (o1), (h2), (o2), (c))
299 __bs_copy(8, uint64_t, (t), (h1), (o1), (h2), (o2), (c))
  /src/sys/arch/landisk/include/
bus_funcs.h 97 #define __bs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \ macro
243 __bs_copy(1, uint8_t, (t), (h1), (o1), (h2), (o2), (c))
245 __bs_copy(2, uint16_t, (t), (h1), (o1), (h2), (o2), (c))
247 __bs_copy(4, uint32_t, (t), (h1), (o1), (h2), (o2), (c))
249 __bs_copy(8, uint64_t, (t), (h1), (o1), (h2), (o2), (c))
  /src/sys/arch/arm/include/
bus_funcs.h 85 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ macro
325 __bs_copy(1, t, h1, o1, h2, o2, c)
327 __bs_copy(2, t, h1, o1, h2, o2, c)
329 __bs_copy(4, t, h1, o1, h2, o2, c)
332 __bs_copy(8, t, h1, o1, h2, o2, c)
  /src/sys/arch/riscv/include/
bus_funcs.h 81 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ macro
293 __bs_copy(1, t, h1, o1, h2, o2, c)
295 __bs_copy(2, t, h1, o1, h2, o2, c)
297 __bs_copy(4, t, h1, o1, h2, o2, c)
299 __bs_copy(8, t, h1, o1, h2, o2, c)
  /src/sys/arch/hpcmips/include/
bus.h 287 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ macro
540 __bs_copy(1, t, h1, o1, h2, o2, c)
542 __bs_copy(2, t, h1, o1, h2, o2, c)
544 __bs_copy(4, t, h1, o1, h2, o2, c)
546 __bs_copy(8, t, h1, o1, h2, o2, c)

Completed in 16 milliseconds