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

/arch/sh/include/cpu-common/cpu/
H A Daddrspace.h16 #define P3SEG 0xc0000000 macro
/arch/sh/include/cpu-sh2a/cpu/
H A Daddrspace.h7 #define P3SEG 0x40000000 macro
/arch/avr32/include/asm/
H A Daddrspace.h20 #define P3SEG 0xc0000000 macro
37 | P3SEG))
H A Dpgtable.h63 #define VMALLOC_START (P3SEG + VMALLOC_OFFSET)
/arch/sh/include/cpu-sh4/cpu/
H A Daddrspace.h16 #define P3SEG 0xc0000000 macro
/arch/sh/include/asm/
H A Daddrspace.h40 ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P3SEG))
H A Dpgtable.h83 #define VMALLOC_START (P3SEG)
H A Dio.h291 if (likely(PXSEG(offset) < P3SEG && PXSEG(last_addr) < P3SEG)) {
/arch/sh/mm/
H A Dtlbex_32.c36 if (address >= P3SEG && address < P3_ADDR_MAX) {
H A Dioremap.c99 if (PXSEG(offset) < P3SEG || offset >= P3_ADDR_MAX)
H A Dpmb.c204 return (addr >= P1SEG && (addr + size - 1) < P3SEG);
447 P3SEG, caller);

Completed in 8863 milliseconds