Searched refs:KSEG2 (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/m32r/include/asm/
H A Daddrspace.h19 #define KSEG2 0xc0000000 macro
48 #define KSEG2ADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | KSEG2))
53 #define KSEG2ADDR(a) (((a) & 0x1fffffff) | KSEG2)
H A Dpgtable.h66 #define VMALLOC_START KSEG2
/linux-4.4.14/arch/mips/include/asm/
H A Daddrspace.h82 #define CKSEG2ADDR(a) (CPHYSADDR(a) | KSEG2)
90 #define KSEG2ADDR(a) (CPHYSADDR(a) | KSEG2)
100 #define KSEG2 0xc0000000 macro
/linux-4.4.14/arch/mips/pci/
H A Dpci-bcm1480.c245 * Establish mappings in KSEG2 (kernel virtual) to PCI I/O bcm1480_pcibios_init()
H A Dpci-sb1250.c250 * Establish mappings in KSEG2 (kernel virtual) to PCI I/O sb1250_pcibios_init()

Completed in 140 milliseconds