Home
last modified time | relevance | path

Searched refs:pci_mem_start (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/mips/au1000/common/
Dpci_fixup.c88 unsigned long pci_mem_start = (unsigned long) PCI_MEM_START; in pcibios_fixup() local
96 au_writel(((pci_mem_start >> 24) & 0xff) | in pcibios_fixup()
/linux-2.4.37.9/include/asm-i386/
Dpci.h19 extern unsigned long pci_mem_start;
21 #define PCIBIOS_MIN_MEM (pci_mem_start)
/linux-2.4.37.9/include/asm-x86_64/
Dpci.h22 extern unsigned long pci_mem_start;
24 #define PCIBIOS_MIN_MEM (pci_mem_start)
/linux-2.4.37.9/arch/i386/kernel/
Di386_ksyms.c116 EXPORT_SYMBOL(pci_mem_start);
Dsetup.c150 unsigned long pci_mem_start = 0x10000000; variable
1174 if (low_mem_size > pci_mem_start) in register_memory()
1175 pci_mem_start = low_mem_size; in register_memory()
/linux-2.4.37.9/arch/x86_64/kernel/
Dx8664_ksyms.c104 EXPORT_SYMBOL(pci_mem_start);
Dsetup.c71 unsigned long pci_mem_start = 0x10000000; variable
343 pci_mem_start = IOMAP_START; in setup_arch()