Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dearly_ioremap.c79 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)
/Linux-v5.15/arch/riscv/include/asm/
Dfixmap.h36 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro
38 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/Linux-v5.15/arch/arm/include/asm/
Dfixmap.h30 #define NR_FIX_BTMAPS 32 macro
32 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/Linux-v5.15/arch/arm64/include/asm/
Dfixmap.h75 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro
77 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/Linux-v5.15/arch/powerpc/include/asm/
Dfixmap.h84 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro
86 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/Linux-v5.15/arch/x86/include/asm/
Dfixmap.h127 #define NR_FIX_BTMAPS 64 macro
129 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/Linux-v5.15/arch/x86/xen/
Dsetup.c684 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy()
685 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy()
687 if (src_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - src_off) in xen_phys_memcpy()
688 src_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - src_off; in xen_phys_memcpy()
/Linux-v5.15/drivers/acpi/
Dtables.c511 #define MAP_CHUNK_SIZE (NR_FIX_BTMAPS << PAGE_SHIFT)