Home
last modified time | relevance | path

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 Dspaces.h45 #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 Dspaces.h41 #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 Dspaces.h12 #define MAP_BASE (PCI_IOBASE + PCI_IOSIZE) macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/
H A Dspaces.h12 #define MAP_BASE (PCI_IOBASE + PCI_IOSIZE) macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dpgtable-64.h147 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE))
149 (MAP_BASE + \
H A Dpgtable-32.h98 #define VMALLOC_START MAP_BASE
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dpgtable-64.h141 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE))
143 (MAP_BASE + \
H A Dpgtable-32.h96 #define VMALLOC_START MAP_BASE
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dmmap.c124 if ((vaddr < PAGE_OFFSET) || (vaddr >= MAP_BASE)) in __virt_addr_valid()
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dmmap.c124 if ((vaddr < PAGE_OFFSET) || (vaddr >= MAP_BASE)) in __virt_addr_valid()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsbus.c32 #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 Dsbus.c33 #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