tag | line | file | source code |
---|---|---|---|
memcpy_tofs | 64 | include/asm-alpha/segment.h | #define memcpy_tofs(to, from, n) memcpy((to),(from),(n)) |
memcpy_tofs | 196 | include/asm-i386/segment.h | #define memcpy_tofs(to, from, n) \ |
memcpy_tofs | 202 | include/asm-m68k/segment.h | #define memcpy_tofs(to, from, n) \ |
memcpy_tofs | 83 | include/asm-mips/segment.h | #define memcpy_tofs(to, from, n) memcpy((to),(from),(n)) |
memcpy_tofs | 71 | include/asm-sparc/segment.h | #define memcpy_tofs(to, from, n) memcpy((to),(from),(n)) |