Home
last modified time | relevance | path

Searched refs:ioremap_base (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/asm-ppc/
Dmpc10x.h154 extern unsigned long ioremap_base;
155 #define MPC10X_MAPA_EUMB_BASE (ioremap_base - MPC10X_EUMB_SIZE)
Dpgtable.h111 extern unsigned long ioremap_bot, ioremap_base;
/linux-2.4.37.9/arch/ppc/mm/
Dmmu_decl.h35 extern unsigned long ioremap_base;
Dinit.c354 ioremap_base = PKMAP_BASE; in MMU_init()
356 ioremap_base = 0xfe000000UL; /* for now, could be 0xfffff000 */ in MMU_init()
358 ioremap_bot = ioremap_base; in MMU_init()
Dpgtable.c36 unsigned long ioremap_base; variable
337 ioremap_bot = ioremap_base = virt; in io_block_mapping()
/linux-2.4.37.9/include/asm-ppc64/
Dpgtable.h376 extern unsigned long ioremap_bot, ioremap_base;