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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Daddrspace.h21 #define P3SEG 0xc0000000 macro
27 #define P3SEG 0x00000000 macro
42 #define P3SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P3SEG))
H A Dio.h286 if (likely(PXSEG(offset) < P3SEG && PXSEG(last_addr) < P3SEG)) {
H A Dpgtable.h62 #define VMALLOC_START (P3SEG+0x00100000)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Daddrspace.h20 #define P3SEG 0xc0000000 macro
37 | P3SEG))
H A Dpgtable.h65 #define VMALLOC_START (P3SEG + VMALLOC_OFFSET)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dpg-sh4.c31 unsigned long p3_addr = P3SEG + (address & CACHE_ALIAS);
67 unsigned long p3_addr = P3SEG + (address & CACHE_ALIAS);
H A Dioremap.c121 if (PXSEG(vaddr) < P3SEG || is_pci_memaddr(vaddr))
H A Dcache-sh4.c110 if (ioremap_page_range(P3SEG, P3SEG + (PAGE_SIZE * 4), 0, PAGE_KERNEL))
H A Dfault.c264 if (address >= P3SEG && address < P3_ADDR_MAX) {

Completed in 294 milliseconds