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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dtrampoline_64.S16 * (no relocation) and are taken with regard to r_base.
44 r_base = . define
53 movl $0xA5A5A5A5, trampoline_data - r_base
57 movw $(trampoline_stack_end - r_base), %sp
68 addl %esi, startup_32_vector - r_base
69 addl %esi, startup_64_vector - r_base
70 addl %esi, tgdt + 2 - r_base # Fixup the gdt pointer
79 lidtl tidt - r_base # load idt with 0, 0
80 lgdtl tgdt - r_base # load gdt with whatever is appropriate
86 ljmpl *(startup_32_vector - r_base)
[all...]
H A Dtrampoline_32.S19 * (no relocation) and are taken with regard to r_base.
40 r_base = . define
47 movl $0xA5A5A5A5, trampoline_data - r_base
56 lidtl boot_idt_descr - r_base # load idt with 0, 0
57 lgdtl boot_gdt_descr - r_base # load gdt with whatever is appropriate
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dtrampoline_64.S16 * (no relocation) and are taken with regard to r_base.
44 r_base = . define
53 movl $0xA5A5A5A5, trampoline_data - r_base
57 movw $(trampoline_stack_end - r_base), %sp
68 addl %esi, startup_32_vector - r_base
69 addl %esi, startup_64_vector - r_base
70 addl %esi, tgdt + 2 - r_base # Fixup the gdt pointer
79 lidtl tidt - r_base # load idt with 0, 0
80 lgdtl tgdt - r_base # load gdt with whatever is appropriate
86 ljmpl *(startup_32_vector - r_base)
[all...]
H A Dtrampoline_32.S19 * (no relocation) and are taken with regard to r_base.
40 r_base = . define
47 movl $0xA5A5A5A5, trampoline_data - r_base
56 lidtl boot_idt_descr - r_base # load idt with 0, 0
57 lgdtl boot_gdt_descr - r_base # load gdt with whatever is appropriate
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/parport/
H A Dparport_ip32.c1991 #define r_base(offset) ((u8 __iomem *)base + ((offset) << regshift)) macro
1994 .data = r_base(0),
1995 .dsr = r_base(1),
1996 .dcr = r_base(2),
1997 .eppAddr = r_base(3),
1998 .eppData0 = r_base(4),
1999 .eppData1 = r_base(5),
2000 .eppData2 = r_base(6),
2001 .eppData3 = r_base(7),
2002 .ecpAFifo = r_base(
2009 #undef r_base macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/parport/
H A Dparport_ip32.c1991 #define r_base(offset) ((u8 __iomem *)base + ((offset) << regshift)) macro
1994 .data = r_base(0),
1995 .dsr = r_base(1),
1996 .dcr = r_base(2),
1997 .eppAddr = r_base(3),
1998 .eppData0 = r_base(4),
1999 .eppData1 = r_base(5),
2000 .eppData2 = r_base(6),
2001 .eppData3 = r_base(7),
2002 .ecpAFifo = r_base(
2009 #undef r_base macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_crtc.c2427 void *r_base, *g_base, *b_base; local
2446 r_base = crtc->gamma_store;
2447 if (copy_from_user(r_base, (void __user *)(unsigned long)crtc_lut->red, size)) {
2452 g_base = r_base + size;
2464 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size);
2478 void *r_base, *g_base, *b_base; local
2497 r_base = crtc->gamma_store;
2498 if (copy_to_user((void __user *)(unsigned long)crtc_lut->red, r_base, size)) {
2503 g_base = r_base + size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_crtc.c2427 void *r_base, *g_base, *b_base; local
2446 r_base = crtc->gamma_store;
2447 if (copy_from_user(r_base, (void __user *)(unsigned long)crtc_lut->red, size)) {
2452 g_base = r_base + size;
2464 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size);
2478 void *r_base, *g_base, *b_base; local
2497 r_base = crtc->gamma_store;
2498 if (copy_to_user((void __user *)(unsigned long)crtc_lut->red, r_base, size)) {
2503 g_base = r_base + size;

Completed in 141 milliseconds