Lines Matching defs:REMAP
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
418 REMAP(fubyte)(volatile const void *addr) in REMAP() function
447 REMAP(fuword16)(volatile const void *addr) in REMAP() function
475 REMAP(fueword32)(volatile const void *addr, int32_t *val) in REMAP() function
504 REMAP(fueword64)(volatile const void *addr, int64_t *val) in REMAP() function
533 REMAP(fueword)(volatile const void *addr, long *val) in REMAP() function
561 REMAP(casueword32)(volatile uint32_t *addr, uint32_t old, uint32_t *oldvalp, in REMAP() function
609 REMAP(casueword)(volatile u_long *addr, u_long old, u_long *oldvalp, u_long new) in REMAP() function
617 REMAP(casueword)(volatile u_long *addr, u_long old, u_long *oldvalp, u_long new) in REMAP() function