Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dpage_types.h43 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
46 #define IOREMAP_MAX_ORDER (PMD_SHIFT) macro
/linux-6.12.1/arch/riscv/include/asm/
Dvmalloc.h9 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
/linux-6.12.1/include/linux/
Dvmalloc.h48 #ifndef IOREMAP_MAX_ORDER
49 #define IOREMAP_MAX_ORDER (7 + PAGE_SHIFT) /* 128 pages */ macro
/linux-6.12.1/arch/arm64/include/asm/
Dmemory.h194 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
196 #define IOREMAP_MAX_ORDER (PMD_SHIFT) macro
/linux-6.12.1/arch/arm/include/asm/
Dmemory.h94 #define IOREMAP_MAX_ORDER 24 macro
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h254 #define IOREMAP_MAX_ORDER ioremap_max_order() macro
/linux-6.12.1/mm/
Dvmalloc.c3104 PAGE_SHIFT, IOREMAP_MAX_ORDER); in __get_vm_area_node()