Home
last modified time | relevance | path

Searched defs:REMAP (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dcopyinout.c153 #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 …]