Home
last modified time | relevance | path

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

/arch/tile/include/asm/
Dfixmap.h68 #define NR_FIX_BTMAPS 0 macro
69 #if NR_FIX_BTMAPS
71 FIX_BTMAP_BEGIN = FIX_BTMAP_END + NR_FIX_BTMAPS - 1,
/arch/arm/include/asm/
Dfixmap.h29 #define NR_FIX_BTMAPS 32 macro
31 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/arch/arm64/include/asm/
Dfixmap.h66 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro
68 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/arch/x86/include/asm/
Dfixmap.h112 #define NR_FIX_BTMAPS 64 macro
114 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/arch/x86/xen/
Dsetup.c683 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy()
684 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy()
686 if (src_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - src_off) in xen_phys_memcpy()
687 src_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - src_off; in xen_phys_memcpy()