Searched defs:REMAP (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/sys/powerpc/powerpc/ |
H A D | copyinout.c | 153 #define REMAP(x) x##_remap macro 159 REMAP(copyout)(const void *kaddr, void *udaddr, size_t len) in REMAP() function 198 REMAP(copyin)(const void *udaddr, void *kaddr, size_t len) in REMAP() function 237 REMAP(copyinstr)(const void *udaddr, void *kaddr, size_t len, size_t *done) in REMAP() function 290 REMAP(subyte)(volatile void *addr, int byte) in REMAP() function 318 REMAP(suword16)(volatile void *addr, int word) in REMAP() function 347 REMAP(suword32)(volatile void *addr, int word) in REMAP() function 375 REMAP(suword32)(volatile void *addr, int32_t word) in REMAP() function 382 REMAP(suword)(volatile void *addr, long word) in REMAP() function 411 REMAP(suword64)(volatile void *addr, int64_t word) in REMAP() function [all …]
|