Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dioremap.h14 #ifndef IOREMAP_START
15 #define IOREMAP_START VMALLOC_START macro
22 return addr >= IOREMAP_START && addr < IOREMAP_END; in is_ioremap_addr()
/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