Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A 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)
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dfixmap.h36 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro
38 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dfixmap.h30 #define NR_FIX_BTMAPS 32 macro
32 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dfixmap.h77 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro
79 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dfixmap.h84 #define NR_FIX_BTMAPS (SZ_256K / PAGE_SIZE) macro
86 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dfixmap.h124 #define NR_FIX_BTMAPS 64 macro
126 #define TOTAL_FIX_BTMAPS (NR_FIX_BTMAPS * FIX_BTMAPS_SLOTS)
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A 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()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dtables.c501 #define MAP_CHUNK_SIZE (NR_FIX_BTMAPS << PAGE_SHIFT)