Searched refs:NR_FIX_BTMAPS (Results 1 – 8 of 8) sorted by relevance
79 slot_virt[i] = __fix_to_virt(FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*i); in early_ioremap_setup()140 if (WARN_ON(nrpages > NR_FIX_BTMAPS)) in __early_ioremap()146 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in __early_ioremap()198 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in early_iounmap()247 #define MAX_MAP_CHUNK (NR_FIX_BTMAPS << PAGE_SHIFT)
36 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro38 #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)
75 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro77 #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)
680 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy()681 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy()683 if (src_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - src_off) in xen_phys_memcpy()684 src_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - src_off; in xen_phys_memcpy()
511 #define MAP_CHUNK_SIZE (NR_FIX_BTMAPS << PAGE_SHIFT)
Completed in 11 milliseconds