Searched refs:NR_FIX_BTMAPS (Results 1 – 9 of 9) sorted by relevance
85 slot_virt[i] = __fix_to_virt(FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*i); in early_ioremap_setup()147 if (WARN_ON(nrpages > NR_FIX_BTMAPS)) in __early_ioremap()156 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in __early_ioremap()205 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in early_iounmap()254 #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)
82 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro84 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
72 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro74 #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
745 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy()746 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy()748 if (src_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - src_off) in xen_phys_memcpy()749 src_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - src_off; in xen_phys_memcpy()
419 #define MAP_CHUNK_SIZE (NR_FIX_BTMAPS << PAGE_SHIFT)