/arch/arm64/lib/ |
D | strchr.S | 34 1: ldrb w2, [x0], #1 35 cmp w2, w1 36 ccmp w2, wzr, #4, ne 39 cmp w2, w1
|
D | strrchr.S | 35 1: ldrb w2, [x0], #1 36 cbz w2, 2f 37 cmp w2, w1
|
D | strcmp.S | 51 data1w .req w2
|
/arch/arm64/crypto/ |
D | aes-ce-ccm-core.S | 28 subs w2, w2, #1 58 subs w2, w2, #16 /* last data? */ 66 adds w2, w2, #16 68 mov w8, w2 73 subs w2, w2, #1 169 subs w2, w2, #16 190 add w2, w2, #16 /* process partial tail block */ 203 subs w2, w2, #1
|
D | sha2-ce-core.S | 96 sub w2, w2, #1 132 cbnz w2, 0b
|
D | sha1-ce-core.S | 90 sub w2, w2, #1 128 cbnz w2, 0b
|
D | sha256-core.S_shipped | 424 ldp w1,w2,[x1] 474 rev w2,w2 // 15 486 add w20,w20,w2 // h+=X[i] 515 ror w9,w2,#17 527 eor w9,w9,w2,ror#19 532 eor w9,w9,w2,lsr#10 // sigma1(X[i+14]) 688 add w9,w9,w2 727 str w2,[sp,#12] 734 ror w2,w21,#2 741 eor w2,w2,w21,ror#13 [all …]
|
D | aes-modes.S | 535 enc_prepare w2, x1, x7 548 encrypt_block v0, w2, x1, x7, w8
|
/arch/arm64/mm/ |
D | cache.S | 211 cmp w2, #DMA_FROM_DEVICE 223 cmp w2, #DMA_TO_DEVICE
|
/arch/x86/crypto/ |
D | poly1305-avx2-x86_64.S | 43 #define w2 0x1c(%r8) macro 122 # combine r2,u2,w2,y2 and s2=r2*5,v2=u2*5,x2=w2*5,z2=y2*5 124 vmovd w2,t1x 263 # t1 = [ hc0[3] * r2, hc0[2] * u2, hc0[1] * w2, hc0[0] * y2 ] 286 # t1 += [ hc1[3] * r2, hc1[2] * u2, hc1[1] * w2, hc1[0] * y2 ] 310 # t1 += [ hc2[3] * r2, hc2[2] * u2, hc2[1] * w2, hc2[0] * y2 ]
|
/arch/arm64/kernel/ |
D | entry32.S | 99 mov w2, w4
|
/arch/microblaze/lib/ |
D | uaccess_old.S | 177 w2: sw r4, r5, r3 label 187 .word w2, 0f;
|
/arch/powerpc/xmon/ |
D | xmon.c | 3306 unsigned long w0,w1,w2; in dump_tlb_44x() local 3309 asm volatile("tlbre %0,%1,2" : "=r" (w2) : "r" (i)); in dump_tlb_44x() 3310 printf("[%02x] %08x %08x %08x ", i, w0, w1, w2); in dump_tlb_44x() 3316 (w2 & PPC44x_TLB_W) ? 'W' : 'w', in dump_tlb_44x() 3317 (w2 & PPC44x_TLB_I) ? 'I' : 'i', in dump_tlb_44x() 3318 (w2 & PPC44x_TLB_M) ? 'M' : 'm', in dump_tlb_44x() 3319 (w2 & PPC44x_TLB_G) ? 'G' : 'g', in dump_tlb_44x() 3320 (w2 & PPC44x_TLB_E) ? 'E' : 'e'); in dump_tlb_44x()
|
/arch/arm64/kernel/vdso/ |
D | gettimeofday.S | 305 ldr w2, [vdso_data, #CLOCK_REALTIME_RES]
|
/arch/s390/kernel/ |
D | entry.S | 115 .macro UPDATE_VTIME w1,w2,enter_timer 117 lg \w2,__LC_LAST_UPDATE_TIMER 119 slg \w2,__LC_EXIT_TIMER 121 alg \w2,__LC_SYSTEM_TIMER 123 stg \w2,__LC_SYSTEM_TIMER
|
/arch/x86/kernel/apic/ |
D | io_apic.c | 302 struct { u32 w1, w2; }; member 311 eu.w2 = io_apic_read(apic, 0x11 + 2 * pin); in __ioapic_read_entry() 339 io_apic_write(apic, 0x11 + 2*pin, eu.w2); in __ioapic_write_entry() 364 io_apic_write(apic, 0x11 + 2*pin, eu.w2); in ioapic_mask_entry()
|