Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dpage_types.h41 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
44 #define IOREMAP_MAX_ORDER (PMD_SHIFT) macro
/linux-6.3-rc2/arch/riscv/include/asm/
A Dvmalloc.h6 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
/linux-6.3-rc2/include/linux/
A Dvmalloc.h44 #ifndef IOREMAP_MAX_ORDER
45 #define IOREMAP_MAX_ORDER (7 + PAGE_SHIFT) /* 128 pages */ macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Dmemory.h160 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
162 #define IOREMAP_MAX_ORDER (PMD_SHIFT) macro
/linux-6.3-rc2/arch/arm/include/asm/
A Dmemory.h89 #define IOREMAP_MAX_ORDER 24 macro
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h271 #define IOREMAP_MAX_ORDER ioremap_max_order() macro
/linux-6.3-rc2/mm/
A Dvmalloc.c2486 PAGE_SHIFT, IOREMAP_MAX_ORDER); in __get_vm_area_node()

Completed in 20 milliseconds