Home
last modified time | relevance | path

Searched refs:IOREMAP_START (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dioremap.h14 #ifndef IOREMAP_START macro
15 #define IOREMAP_START VMALLOC_START
22 return addr >= IOREMAP_START && addr < IOREMAP_END; in is_ioremap_addr()
/linux/mm/
H A Dioremap.c36 area = __get_vm_area_caller(size, VM_IOREMAP, IOREMAP_START, in generic_ioremap_prot()
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h83 #define IOREMAP_START VMALLOC_START macro
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h57 #define IOREMAP_START (ioremap_bot) macro