Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dvmalloc.h9 #define IOREMAP_MAX_ORDER (PUD_SHIFT) macro
/linux/include/linux/
H A Dvmalloc.h48 #ifndef IOREMAP_MAX_ORDER
49 #define IOREMAP_MAX_ORDER (7 + PAGE_SHIFT) /* 128 pages */ macro
/linux/mm/
H A Dvmalloc.c3219 PAGE_SHIFT, IOREMAP_MAX_ORDER); in __get_vm_area_node()