/arch/parisc/boot/compressed/ |
D | head.S | 36 copy %r1, %arg0 60 copy %arg1, %r6 /* command line */ 61 copy %arg2, %r7 /* rd-start */ 62 copy %arg3, %r8 /* rd-end */ 80 copy %r6, %arg1 /* command line */ 81 copy %r7, %arg2 /* rd-start */ 82 copy %r8, %arg3 /* rd-end */
|
/arch/parisc/kernel/ |
D | entry.S | 127 copy %r30, %r17 140 copy %r9,%r29 148 copy %r30,%r1 154 copy %r9,%r29 398 copy \spc,\tmp 424 copy %r0,\pte 428 copy \pmd,%r9 450 copy %r0,\pte 458 copy \index,\pgd 528 copy \pte,\tmp [all …]
|
D | real2.S | 73 copy %arg0, %sp /* adopt the real-mode SP */ 76 copy %arg2, %r31 252 copy %arg0, %sp /* adopt the real-mode SP */ 255 copy %arg2, %r31 310 copy %r26,%r28
|
D | syscall.S | 204 copy %r19,%r2 /* W bit back to r2 */ 322 copy %r2,%r26 333 copy %ret0,%r20 646 copy %r0, %r21 806 copy %r0, %r28 816 copy %r0, %r28 826 copy %r0, %r28 836 copy %r0, %r28 848 copy %r0, %r28 859 copy %r0, %r21
|
/arch/xtensa/lib/ |
D | memcopy.S | 106 # copy 1 byte 115 # copy 2 bytes 133 mov a5, a2 # copy dst so that a2 is return value 141 _bany a3, a8, .Lsrcunaligned # then use shifting copy 145 # copy 16 bytes per iteration for word-aligned dst and word-aligned src 169 # copy 8 bytes 182 # copy 4 bytes 191 # copy 2 bytes 199 # copy 1 byte 211 # copy 16 bytes per iteration for word-aligned dst and unaligned src [all …]
|
D | usercopy.S | 82 mov a5, a2 # copy dst so that a2 is return value 91 bnone a3, a8, .Laligned # then use word copy 104 # copy 1 byte 113 # copy 2 bytes 152 # copy 16 bytes per iteration for word-aligned dst and word-aligned src 179 # copy 8 bytes 188 # copy 4 bytes 195 # copy 2 bytes 202 # copy 1 byte 217 # copy 16 bytes per iteration for word-aligned dst and unaligned src [all …]
|
/arch/metag/lib/ |
D | memcpy.S | 16 ! If there are less than 16 bytes to copy use the byte copy loop 20 ! Simply copy a byte at a time 37 ! The destination address is not 8 byte aligned. We will copy bytes from 39 ! destination address alignment (i.e we should never copy more than 7 49 ! We have at least (16 - 7) = 9 bytes to copy - calculate the number of 8 byte 50 ! blocks, then jump to the unaligned copy loop or fall through to the aligned 51 ! copy loop as appropriate. 56 BNZ $Lunaligned_copy ! if unaligned, use unaligned copy loop 75 ! If there are any remaining bytes use the byte copy loop, otherwise we are done 92 ! if there is no mis-alignment after all, use the aligned copy loop [all …]
|
/arch/arm/boot/dts/ |
D | kirkwood-nsa310a.dts | 106 green-copy { 107 label = "nsa310:green:copy"; 110 red-copy { 111 label = "nsa310:red:copy";
|
D | kirkwood-nsa3x0-common.dtsi | 26 pmx_btn_copy: pmx-btn-copy { 36 pmx_led_copy_green: pmx-led-copy-green { 41 pmx_led_copy_red: pmx-led-copy-red { 76 copy {
|
D | kirkwood-nsa310.dts | 122 green-copy { 123 label = "nsa310:green:copy"; 126 red-copy { 127 label = "nsa310:red:copy";
|
D | kirkwood-ts219-6281.dts | 20 pmx_USB_copy_button: pmx-USB-copy-button { 43 copy {
|
D | kirkwood-ts219-6282.dts | 24 pmx_USB_copy_button: pmx-USB-copy-button { 43 copy {
|
D | kirkwood-ib62x0.dts | 43 pmx_button_usb_copy: pmx-button-usb-copy { 66 copy { 93 usb-copy {
|
D | kirkwood-ts419.dtsi | 20 pmx_USB_copy_button: pmx-USB-copy-button { 48 copy {
|
D | kirkwood-nsa320.dts | 176 green-copy { 177 label = "nsa320:green:copy"; 180 red-copy { 181 label = "nsa320:red:copy";
|
D | arm-realview-eb-a9mp-bbrevd.dts | 4 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
D | arm-realview-eb-11mp-bbrevd.dts | 4 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
D | arm-realview-eb-bbrevd.dts | 4 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
D | imx6dl-gw553x.dts | 19 * You should have received a copy of the GNU General Public 27 * obtaining a copy of this software and associated documentation 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
D | imx6dl-gw5903.dts | 19 * You should have received a copy of the GNU General Public 27 * obtaining a copy of this software and associated documentation 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
/arch/x86/tools/ |
D | test_get_len.c | 122 char copy[BUFSIZE], *s, *tab1, *tab2; in main() local 134 strcpy(copy, line); in main() 135 tab1 = strchr(copy, '\t'); in main()
|
/arch/cris/arch-v32/lib/ |
D | checksumcopy.S | 30 ;; do a movem copy and checksum 71 ;; copy and checksum the rest of the words 87 ;; copy and checksum the last byte
|
/arch/parisc/lib/ |
D | lusercopy.S | 55 copy %r0,%r1 78 copy %r25,%r28 104 copy %r26,%r24 121 copy %r24,%r26 /* reset r26 so 0 is returned on fault */ 334 copy src,save_src 335 copy dst,save_dst 336 copy len,save_len
|
/arch/alpha/lib/ |
D | strcpy.S | 22 br __stxcpy # do the copy
|
/arch/arm/nwfpe/ |
D | entry.S | 108 str r5, [sp, #S_PC] @ update PC copy in regs 110 mov r0, r6 @ save a copy
|