Searched refs:MAP_BASE (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/mach-generic/ |
| H A D | spaces.h | 33 #ifndef MAP_BASE 35 #define MAP_BASE _AC(0x60000000, UL) macro 37 #define MAP_BASE _AC(0xc0000000, UL) macro 68 #ifndef MAP_BASE 69 #define MAP_BASE _AC(0xc000000000000000, UL) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-generic/ |
| H A D | spaces.h | 45 #ifndef MAP_BASE 47 #define MAP_BASE _AC(0x60000000, UL) macro 49 #define MAP_BASE _AC(0xc0000000, UL) macro 76 #ifndef MAP_BASE 77 #define MAP_BASE _AC(0xc000000000000000, UL) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-loongson64/ |
| H A D | spaces.h | 12 #define MAP_BASE (PCI_IOBASE + PCI_IOSIZE) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | pgtable-64.h | 147 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE)) 149 (MAP_BASE + \
|
| H A D | pgtable-32.h | 98 #define VMALLOC_START MAP_BASE
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | mmap.c | 124 if ((vaddr < PAGE_OFFSET) || (vaddr >= MAP_BASE)) in __virt_addr_valid()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | sbus.c | 32 #define MAP_BASE ((u32)0xc0000000) macro 598 if (iommu_table_init(iommu, IO_TSB_SIZE, MAP_BASE, 0xffffffff, -1)) in sbus_iommu_init()
|