Home
last modified time | relevance | path

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

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