Searched refs:PAGE_OFFSET1 (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/arm/mach-realview/include/mach/
H A Dmemory.h47 #define PAGE_OFFSET1 (PAGE_OFFSET + 0x10000000) macro
54 (phys) >= 0x20000000 ? (phys) - 0x20000000 + PAGE_OFFSET1 : \
59 (virt) >= PAGE_OFFSET1 ? (virt) - PAGE_OFFSET1 + 0x20000000 : \

Completed in 69 milliseconds