Searched refs:base1 (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dgate.S150 # define base1 r3
198 adds base1=RBS_BASE_OFF+SIGCONTEXT_OFF,sp
202 ld8 r15=[base1] // get address of new RBS base (or NULL)
212 adds base1=(ARG1_OFF-(RBS_BASE_OFF+SIGCONTEXT_OFF)),base1
214 ld8 out1=[base1] // load arg1 (siginfop)
224 adds base1=(FR6_OFF+16+SIGCONTEXT_OFF),sp
227 stf.spill [base1]=f7,32
230 stf.spill [base1]=f9,32
234 stf.spill [base1]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Ddesc_defs.h18 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct
55 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
H A Ddesc.h81 d.base1 = PTR_MIDDLE(tss) & 0xFF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dlmb.c63 static unsigned long __init lmb_addrs_overlap(unsigned long base1, argument
66 return ((base1 < (base2+size2)) && (base2 < (base1+size1)));
69 static long __init lmb_addrs_adjacent(unsigned long base1, unsigned long size1, argument
72 if (base2 == base1 + size1)
74 else if (base1 == base2 + size2)
83 unsigned long base1 = rgn->region[r1].base; local
88 return lmb_addrs_adjacent(base1, size1, base2, size2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dregressions.py36 def compFiles(res, expected, base1, base2):
37 l1 = len(base1)
42 j = string.find(res[i],base1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dbios32.c235 u32 base0, base1; local
239 base1 = 0x3f4;
242 base1 = 0x374;
248 base1 | PCI_BASE_ADDRESS_SPACE_IO);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndpci.c1043 uint32 base, base1; local
1047 base1 = base + 0x800; /* OHCI/EHCI */
1050 base1 = base;
1060 cfg->base[0] = func == 0 ? base : base1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dprocess.c446 (((u32)desc->base1) << 16) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dsvm.c58 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:kvm_ldttss_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dgdth.c893 ulong base0, base1, base2; local
915 base1 = pci_resource_flags(pdev, 1);
925 !(base1 & IORESOURCE_IO))

Completed in 266 milliseconds