Home
last modified time | relevance | path

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

/linux-3.4.99/arch/tile/include/asm/
Dfixmap.h63 #define NR_FIX_BTMAPS 0 macro
64 #if NR_FIX_BTMAPS
66 FIX_BTMAP_BEGIN = FIX_BTMAP_END + NR_FIX_BTMAPS - 1,
/linux-3.4.99/arch/x86/include/asm/
Dfixmap.h132 #define NR_FIX_BTMAPS 64 macro
134 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/linux-3.4.99/arch/x86/mm/
Dioremap.c393 slot_virt[i] = __fix_to_virt(FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*i); in early_ioremap_init()
552 if (nrpages > NR_FIX_BTMAPS) { in __early_ioremap()
560 idx0 = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in __early_ioremap()
633 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in early_iounmap()
/linux-3.4.99/arch/x86/kernel/
Dsetup.c318 #define MAX_MAP_CHUNK (NR_FIX_BTMAPS << PAGE_SHIFT)