Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds