Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dpage_types.h48 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
51 #define IOREMAP_MAX_ORDER (PMD_SHIFT) macro
/linux-4.4.14/include/linux/
Dvmalloc.h27 #ifndef IOREMAP_MAX_ORDER
28 #define IOREMAP_MAX_ORDER (7 + PAGE_SHIFT) /* 128 pages */ macro
/linux-4.4.14/arch/unicore32/include/asm/
Dmemory.h51 #define IOREMAP_MAX_ORDER 24 macro
/linux-4.4.14/arch/arm/include/asm/
Dmemory.h83 #define IOREMAP_MAX_ORDER 24 macro
/linux-4.4.14/mm/
Dvmalloc.c1340 PAGE_SHIFT, IOREMAP_MAX_ORDER); in __get_vm_area_node()