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

/linux-4.4.14/arch/arm/mach-realview/include/mach/
H A Dmemory.h48 #define PAGE_OFFSET2 (PAGE_OFFSET + 0x30000000) macro
53 ((phys) >= 0x80000000 ? (phys) - 0x80000000 + PAGE_OFFSET2 : \
58 ((virt) >= PAGE_OFFSET2 ? (virt) - PAGE_OFFSET2 + 0x80000000 : \

Completed in 43 milliseconds