Searched refs:r_base (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtrampoline.S19 * (no relocation) and are taken with regard to r_base.
41 r_base = . define
50 movl $0xA5A5A5A5, trampoline_data - r_base
54 movw $(trampoline_stack_end - r_base), %sp
65 addl %esi, startup_32_vector - r_base
66 addl %esi, startup_64_vector - r_base
67 addl %esi, tgdt + 2 - r_base # Fixup the gdt pointer
76 lidtl tidt - r_base # load idt with 0, 0
77 lgdtl tgdt - r_base # load gdt with whatever is appropriate
84 ljmpl *(startup_32_vector - r_base)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dtrampoline.S24 * (no relocation) and are taken with regard to r_base.
49 r_base = . define
56 movl $0xA5A5A5A5, trampoline_data - r_base
65 lidtl boot_idt_descr - r_base # load idt with 0, 0
66 lgdtl boot_gdt_descr - r_base # load gdt with whatever is appropriate
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_ip32.c1988 #define r_base(offset) ((u8 __iomem *)base + ((offset) << regshift)) macro
1991 .data = r_base(0),
1992 .dsr = r_base(1),
1993 .dcr = r_base(2),
1994 .eppAddr = r_base(3),
1995 .eppData0 = r_base(4),
1996 .eppData1 = r_base(5),
1997 .eppData2 = r_base(6),
1998 .eppData3 = r_base(7),
1999 .ecpAFifo = r_base(
2006 #undef r_base macro
[all...]

Completed in 119 milliseconds