Home
last modified time | relevance | path

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

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