Searched refs:NR_FIX_BTMAPS (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/arm64/include/asm/
H A Dfixmap.h44 #define NR_FIX_BTMAPS 4 macro
46 #define NR_FIX_BTMAPS 64
49 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/linux-4.1.27/arch/tile/include/asm/
H A Dfixmap.h68 #define NR_FIX_BTMAPS 0 macro
69 #if NR_FIX_BTMAPS
71 FIX_BTMAP_BEGIN = FIX_BTMAP_END + NR_FIX_BTMAPS - 1,
/linux-4.1.27/mm/
H A Dearly_ioremap.c75 slot_virt[i] = __fix_to_virt(FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*i); early_ioremap_setup()
136 if (WARN_ON(nrpages > NR_FIX_BTMAPS)) __early_ioremap()
142 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; __early_ioremap()
194 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; early_iounmap()
/linux-4.1.27/arch/x86/include/asm/
H A Dfixmap.h117 #define NR_FIX_BTMAPS 64 macro
119 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/linux-4.1.27/arch/x86/kernel/
H A Dsetup.c320 #define MAX_MAP_CHUNK (NR_FIX_BTMAPS << PAGE_SHIFT) relocate_initrd()
/linux-4.1.27/drivers/acpi/
H A Dosl.c596 #define MAP_CHUNK_SIZE (NR_FIX_BTMAPS << PAGE_SHIFT)

Completed in 188 milliseconds