Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dearly_ioremap.c84 slot_virt[i] = __fix_to_virt(FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*i); in early_ioremap_setup()
145 if (WARN_ON(nrpages > NR_FIX_BTMAPS)) in __early_ioremap()
151 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in __early_ioremap()
203 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in early_iounmap()
252 #define MAX_MAP_CHUNK (NR_FIX_BTMAPS << PAGE_SHIFT)
/Linux-v4.19/arch/arm/include/asm/
Dfixmap.h30 #define NR_FIX_BTMAPS 32 macro
32 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/Linux-v4.19/arch/arm64/include/asm/
Dfixmap.h72 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro
74 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/Linux-v4.19/arch/x86/include/asm/
Dfixmap.h127 #define NR_FIX_BTMAPS 64 macro
129 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/Linux-v4.19/arch/x86/xen/
Dsetup.c678 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy()
679 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy()
681 if (src_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - src_off) in xen_phys_memcpy()
682 src_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - src_off; in xen_phys_memcpy()
/Linux-v4.19/drivers/acpi/
Dtables.c473 #define MAP_CHUNK_SIZE (NR_FIX_BTMAPS << PAGE_SHIFT)