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

/linux-master/arch/sh/include/cpu-sh2a/cpu/
H A Daddrspace.h8 #define P3SEG 0x40000000 macro
/linux-master/arch/sh/include/cpu-common/cpu/
H A Daddrspace.h13 #define P3SEG 0xc0000000 macro
/linux-master/arch/sh/mm/
H A Dioremap.c50 if (likely(PXSEG(offset) < P3SEG && PXSEG(last_addr) < P3SEG)) {
118 if (PXSEG(offset) < P3SEG || offset >= P3_ADDR_MAX)
H A Dtlbex_32.c38 if (address >= P3SEG && address < P3_ADDR_MAX) {
H A Dpmb.c204 return (addr >= P1SEG && (addr + size - 1) < P3SEG);
447 P3SEG, caller);
/linux-master/arch/sh/include/cpu-sh4/cpu/
H A Daddrspace.h13 #define P3SEG 0xc0000000 macro
/linux-master/arch/sh/include/asm/
H A Daddrspace.h35 ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P3SEG))
H A Dpgtable.h77 #define VMALLOC_START (P3SEG)

Completed in 210 milliseconds