Home
last modified time | relevance | path

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

/arch/m32r/mm/
Dioremap.c40 #define IS_LOW512(addr) (!((unsigned long)(addr) & ~0x1fffffffUL)) macro
59 if (IS_LOW512(phys_addr) && IS_LOW512(phys_addr + size - 1)) in __ioremap()
Dioremap-nommu.c39 #define IS_LOW512(addr) (!((unsigned long)(addr) & ~0x1fffffffUL)) macro
/arch/mips/mm/
Dioremap.c130 #define IS_LOW512(addr) (!((phys_addr_t)(addr) & (phys_addr_t) ~0x1fffffffULL)) macro
150 if (IS_LOW512(phys_addr) && IS_LOW512(last_addr) && in __ioremap()