Home
last modified time | relevance | path

Searched refs:IOREMAP_MAX_ORDER (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dpage_types.h40 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
43 #define IOREMAP_MAX_ORDER (PMD_SHIFT) macro
/linux-6.15/arch/riscv/include/asm/
H A Dvmalloc.h9 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
/linux-6.15/include/linux/
H A Dvmalloc.h48 #ifndef IOREMAP_MAX_ORDER
49 #define IOREMAP_MAX_ORDER (7 + PAGE_SHIFT) /* 128 pages */ macro
/linux-6.15/arch/arm64/include/asm/
H A Dmemory.h197 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
199 #define IOREMAP_MAX_ORDER (PMD_SHIFT) macro
/linux-6.15/arch/arm/include/asm/
H A Dmemory.h94 #define IOREMAP_MAX_ORDER 24 macro
/linux-6.15/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h254 #define IOREMAP_MAX_ORDER ioremap_max_order() macro
/linux-6.15/mm/
H A Dvmalloc.c3125 PAGE_SHIFT, IOREMAP_MAX_ORDER); in __get_vm_area_node()