Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/mm/
Dioremap.c370 static unsigned long slot_virt[FIX_BTMAPS_SLOTS] __initdata; variable
381 slot_virt[i] = __fix_to_virt(FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*i); in early_ioremap_init()
557 printk(KERN_CONT "%08lx + %08lx\n", offset, slot_virt[slot]); in __early_ioremap()
559 prev_map[slot] = (void __iomem *)(offset + slot_virt[slot]); in __early_ioremap()