Searched refs:w1 (Results 1 – 10 of 10) sorted by relevance
/arch/sparc/math-emu/ |
D | sfp-util_32.h | 27 #define umul_ppmm(w1, w0, u, v) \ argument 68 : "=r" ((USItype)(w1)), \
|
/arch/m68k/lib/ |
D | muldi3.c | 24 #define umul_ppmm(w1, w0, u, v) \ argument 27 "=d" ((USItype)(w1)) \
|
/arch/sh/math-emu/ |
D | sfp-util.h | 21 #define umul_ppmm(w1, w0, u, v) \ argument 23 : "=r" ((u32)(w1)), "=r" ((u32)(w0)) \
|
/arch/m68knommu/lib/ |
D | muldi3.c | 30 #define umul_ppmm(w1, w0, u, v) \ argument 50 (w1) = __x3 + __ll_highpart (__x1); \
|
/arch/xtensa/kernel/ |
D | align.S | 68 .macro __src_b r, w0, w1; src \r, \w0, \w1; .endm argument 83 .macro __src_b r, w0, w1; src \r, \w1, \w0; .endm argument
|
/arch/xtensa/lib/ |
D | memcopy.S | 14 .macro src_b r, w0, w1 argument 16 src \r, \w0, \w1 18 src \r, \w1, \w0
|
/arch/parisc/lib/ |
D | memcpy.c | 81 #define MERGE(w0, sh_1, w1, sh_2) ({ \ argument 87 : "r"(w0), "r"(w1), "r"(sh_2) \
|
/arch/powerpc/xmon/ |
D | xmon.c | 2607 unsigned long w0,w1,w2; in dump_tlb_44x() local 2609 asm volatile("tlbre %0,%1,1" : "=r" (w1) : "r" (i)); in dump_tlb_44x() 2611 printf("[%02x] %08x %08x %08x ", i, w0, w1, w2); in dump_tlb_44x() 2615 w1 & PPC44x_TLB_ERPN_MASK, in dump_tlb_44x() 2616 w1 & PPC44x_TLB_RPN_MASK, in dump_tlb_44x()
|
/arch/x86/kernel/ |
D | io_apic.c | 451 struct { u32 w1, w2; }; member 460 eu.w1 = io_apic_read(apic, 0x10 + 2 * pin); in ioapic_read_entry() 478 io_apic_write(apic, 0x10 + 2*pin, eu.w1); in __ioapic_write_entry() 500 io_apic_write(apic, 0x10 + 2*pin, eu.w1); in ioapic_mask_entry()
|
/arch/arm/ |
D | Kconfig | 1289 source "drivers/w1/Kconfig"
|