Changes in kernel/arch/ia64/src/asm.S [cb4f078:da52547] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/asm.S
rcb4f078 rda52547 30 30 31 31 .text 32 .global memcpy 32 33 .global memcpy_from_uspace 33 34 .global memcpy_to_uspace … … 38 39 * 39 40 * This memcpy() has been taken from the assembler output of 40 * a plain C implementation of memcpy() modified to have the 41 * failover part. 41 * the generic _memcpy() and modified to have the failover part. 42 42 * 43 43 * @param in0 Destination address. … … 46 46 * 47 47 */ 48 memcpy: 48 49 memcpy_from_uspace: 49 50 memcpy_to_uspace: … … 140 141 br.ret.sptk.many rp 141 142 143 .global memsetb 144 memsetb: 145 br _memsetb 146 147 .global memsetw 148 memsetw: 149 br _memsetw 150 142 151 .global cpu_halt 143 152 cpu_halt:
Note:
See TracChangeset
for help on using the changeset viewer.