Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dpage_types.h47 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
50 #define IOREMAP_MAX_ORDER (PMD_SHIFT) macro
/linux-6.1.9/include/linux/
Dvmalloc.h44 #ifndef IOREMAP_MAX_ORDER
45 #define IOREMAP_MAX_ORDER (7 + PAGE_SHIFT) /* 128 pages */ macro
/linux-6.1.9/arch/arm64/include/asm/
Dmemory.h160 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
162 #define IOREMAP_MAX_ORDER (PMD_SHIFT) macro
/linux-6.1.9/arch/arm/include/asm/
Dmemory.h89 #define IOREMAP_MAX_ORDER 24 macro
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dpgtable.h271 #define IOREMAP_MAX_ORDER ioremap_max_order() macro
/linux-6.1.9/mm/
Dvmalloc.c2492 PAGE_SHIFT, IOREMAP_MAX_ORDER); in __get_vm_area_node()