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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Daddrspace.h63 #define P3_ADDR_MAX (P4SEG_STORE_QUE + 0x04000000) macro
65 #define P3_ADDR_MAX P4SEG macro
H A Dio.h340 if (unlikely(offset >= P3_ADDR_MAX))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dioremap.c99 if (PXSEG(offset) < P3SEG || offset >= P3_ADDR_MAX)
H A Dfault_32.c89 if (!(address >= VMALLOC_START && address < P3_ADDR_MAX))
333 if (address >= P3SEG && address < P3_ADDR_MAX) {

Completed in 61 milliseconds