Home
last modified time | relevance | path

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

/arch/powerpc/xmon/
Dxmon.c2607 unsigned long w0,w1,w2; in dump_tlb_44x() local
2610 asm volatile("tlbre %0,%1,2" : "=r" (w2) : "r" (i)); in dump_tlb_44x()
2611 printf("[%02x] %08x %08x %08x ", i, w0, w1, w2); in dump_tlb_44x()
2617 (w2 & PPC44x_TLB_W) ? 'W' : 'w', in dump_tlb_44x()
2618 (w2 & PPC44x_TLB_I) ? 'I' : 'i', in dump_tlb_44x()
2619 (w2 & PPC44x_TLB_M) ? 'M' : 'm', in dump_tlb_44x()
2620 (w2 & PPC44x_TLB_G) ? 'G' : 'g', in dump_tlb_44x()
2621 (w2 & PPC44x_TLB_E) ? 'E' : 'e'); in dump_tlb_44x()
/arch/x86/kernel/
Dio_apic.c451 struct { u32 w1, w2; }; member
461 eu.w2 = io_apic_read(apic, 0x11 + 2 * pin); in ioapic_read_entry()
477 io_apic_write(apic, 0x11 + 2*pin, eu.w2); in __ioapic_write_entry()
501 io_apic_write(apic, 0x11 + 2*pin, eu.w2); in ioapic_mask_entry()