Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dpage_types.h47 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
50 #define IOREMAP_MAX_ORDER (PMD_SHIFT) macro
/linux/include/linux/
A Dvmalloc.h48 #ifndef IOREMAP_MAX_ORDER
49 #define IOREMAP_MAX_ORDER (7 + PAGE_SHIFT) /* 128 pages */ macro
/linux/arch/arm64/include/asm/
A Dmemory.h155 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
157 #define IOREMAP_MAX_ORDER (PMD_SHIFT) macro
/linux/arch/arm/include/asm/
A Dmemory.h89 #define IOREMAP_MAX_ORDER 24 macro
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h286 #define IOREMAP_MAX_ORDER ioremap_max_order() macro
/linux/mm/
A Dvmalloc.c2425 PAGE_SHIFT, IOREMAP_MAX_ORDER); in __get_vm_area_node()

Completed in 21 milliseconds