Home
last modified time | relevance | path

Searched refs:MAP_BASE (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/mach-generic/
Dspaces.h35 #ifndef MAP_BASE
37 #define MAP_BASE _AC(0x60000000, UL) macro
39 #define MAP_BASE _AC(0xc0000000, UL) macro
70 #ifndef MAP_BASE
71 #define MAP_BASE _AC(0xc000000000000000, UL) macro
/linux-4.1.27/arch/mips/include/asm/mach-ip22/
Dspaces.h21 #define MAP_BASE 0xc000000000000000 macro
/linux-4.1.27/arch/mips/include/asm/
Dpgtable-64.h129 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE))
131 (MAP_BASE + \
Dpgtable-32.h62 #define VMALLOC_START MAP_BASE
/linux-4.1.27/arch/sparc/kernel/
Dsbus.c30 #define MAP_BASE ((u32)0xc0000000) macro
596 if (iommu_table_init(iommu, IO_TSB_SIZE, MAP_BASE, 0xffffffff, -1)) in sbus_iommu_init()