Home
last modified time | relevance | path

Searched refs:w2 (Results 1 – 10 of 10) sorted by relevance

/arch/arm64/lib/
Dstrchr.S34 1: ldrb w2, [x0], #1
35 cmp w2, w1
36 ccmp w2, wzr, #4, ne
39 cmp w2, w1
Dstrrchr.S35 1: ldrb w2, [x0], #1
36 cbz w2, 2f
37 cmp w2, w1
Dstrcmp.S51 data1w .req w2
/arch/arm64/crypto/
Daes-ce-ccm-core.S27 subs w2, w2, #1
57 subs w2, w2, #16 /* last data? */
65 adds w2, w2, #16
67 mov w8, w2
72 subs w2, w2, #1
167 subs w2, w2, #16
188 add w2, w2, #16 /* process partial tail block */
201 subs w2, w2, #1
/arch/arm64/mm/
Dcache.S181 cmp w2, #DMA_FROM_DEVICE
194 cmp w2, #DMA_TO_DEVICE
/arch/arm64/kernel/
Dsys32.S83 mov w2, w4
/arch/microblaze/lib/
Duaccess_old.S177 w2: sw r4, r5, r3 label
187 .word w2, 0f;
/arch/powerpc/xmon/
Dxmon.c2749 unsigned long w0,w1,w2; in dump_tlb_44x() local
2752 asm volatile("tlbre %0,%1,2" : "=r" (w2) : "r" (i)); in dump_tlb_44x()
2753 printf("[%02x] %08x %08x %08x ", i, w0, w1, w2); in dump_tlb_44x()
2759 (w2 & PPC44x_TLB_W) ? 'W' : 'w', in dump_tlb_44x()
2760 (w2 & PPC44x_TLB_I) ? 'I' : 'i', in dump_tlb_44x()
2761 (w2 & PPC44x_TLB_M) ? 'M' : 'm', in dump_tlb_44x()
2762 (w2 & PPC44x_TLB_G) ? 'G' : 'g', in dump_tlb_44x()
2763 (w2 & PPC44x_TLB_E) ? 'E' : 'e'); in dump_tlb_44x()
/arch/x86/kernel/apic/
Dio_apic.c375 struct { u32 w1, w2; }; member
384 eu.w2 = io_apic_read(apic, 0x11 + 2 * pin); in __ioapic_read_entry()
412 io_apic_write(apic, 0x11 + 2*pin, eu.w2); in __ioapic_write_entry()
437 io_apic_write(apic, 0x11 + 2*pin, eu.w2); in ioapic_mask_entry()
/arch/arm64/kvm/
Dhyp.S885 ldr w2, [x0, #VCPU_TIMER_CNTV_CTL]