Searched refs:NR_FIX_BTMAPS (Results 1 – 5 of 5) sorted by relevance
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)
72 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro74 #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()