tag | line | file | source code |
---|---|---|---|
memcpy_fromfs | 115 | include/asm-alpha/segment.h | #define memcpy_fromfs(to, from, n) memcpy((to),(from),(n)) |
memcpy_fromfs | 299 | include/asm-i386/segment.h | #define memcpy_fromfs(to, from, n) \ |
memcpy_fromfs | 197 | include/asm-m68k/segment.h | #define memcpy_fromfs(to, from, n) \ |
memcpy_fromfs | 81 | include/asm-mips/segment.h | #define memcpy_fromfs(to, from, n) memcpy((to),(from),(n)) |
memcpy_fromfs | 69 | include/asm-sparc/segment.h | #define memcpy_fromfs(to, from, n) memcpy((to),(from),(n)) |