Searched refs:MAP_BASE (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-generic/ |
H A D | spaces.h | 41 #ifndef MAP_BASE 42 #define MAP_BASE _AC(0xc0000000, UL) macro 68 #ifndef MAP_BASE 69 #define MAP_BASE _AC(0xc000000000000000, UL) macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/ |
H A D | spaces.h | 12 #define MAP_BASE (PCI_IOBASE + PCI_IOSIZE) macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/ |
H A D | spaces.h | 12 #define MAP_BASE (PCI_IOBASE + PCI_IOSIZE) macro
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | pgtable-64.h | 141 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE)) 143 (MAP_BASE + \
|
H A D | pgtable-32.h | 96 #define VMALLOC_START MAP_BASE
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | mmap.c | 124 if ((vaddr < PAGE_OFFSET) || (vaddr >= MAP_BASE)) in __virt_addr_valid()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | mmap.c | 124 if ((vaddr < PAGE_OFFSET) || (vaddr >= MAP_BASE)) in __virt_addr_valid()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | sbus.c | 33 #define MAP_BASE ((u32)0xc0000000) macro 599 if (iommu_table_init(iommu, IO_TSB_SIZE, MAP_BASE, 0xffffffff, -1)) in sbus_iommu_init()
|
Completed in 7 milliseconds