Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dpage_types.h43 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
46 #define IOREMAP_MAX_ORDER (PMD_SHIFT) macro
/linux-4.1.27/include/linux/
Dvmalloc.h27 #ifndef IOREMAP_MAX_ORDER
28 #define IOREMAP_MAX_ORDER (7 + PAGE_SHIFT) /* 128 pages */ macro
/linux-4.1.27/arch/unicore32/include/asm/
Dmemory.h51 #define IOREMAP_MAX_ORDER 24 macro
/linux-4.1.27/arch/arm/include/asm/
Dmemory.h84 #define IOREMAP_MAX_ORDER 24 macro
/linux-4.1.27/mm/
Dvmalloc.c1338 PAGE_SHIFT, IOREMAP_MAX_ORDER); in __get_vm_area_node()