Searched refs:NR_FIX_BTMAPS (Results 1 – 9 of 9) sorted by relevance
77 slot_virt[i] = __fix_to_virt(FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*i); in early_ioremap_setup()139 if (WARN_ON(nrpages > NR_FIX_BTMAPS)) in __early_ioremap()145 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in __early_ioremap()197 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in early_iounmap()246 #define MAX_MAP_CHUNK (NR_FIX_BTMAPS << PAGE_SHIFT)
46 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro48 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
30 #define NR_FIX_BTMAPS 32 macro32 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
76 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro78 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
84 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro86 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
127 #define NR_FIX_BTMAPS 64 macro129 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
11 #define NR_FIX_BTMAPS 64 macro
685 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy()686 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy()688 if (src_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - src_off) in xen_phys_memcpy()689 src_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - src_off; in xen_phys_memcpy()
577 #define MAP_CHUNK_SIZE (NR_FIX_BTMAPS << PAGE_SHIFT)