Home
last modified time | relevance | path

Searched refs:CKSEG2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/lib/
H A Duncached.c16 #ifndef CKSEG2
17 #define CKSEG2 CKSSEG macro
47 if (sp >= (long)CKSEG0 && sp < (long)CKSEG2) in run_uncached()
59 if (lfunc >= (long)CKSEG0 && lfunc < (long)CKSEG2) in run_uncached()
/openbmc/linux/arch/mips/include/asm/
H A Daddrspace.h75 #define CKSEG2ADDR(a) (CPHYSADDR(a) | CKSEG2)
106 #define CKSEG2 0xc0000000 macro
/openbmc/u-boot/arch/mips/include/asm/
H A Daddrspace.h72 #define CKSEG2ADDR(a) (CPHYSADDR(a) | CKSEG2)
103 #define CKSEG2 0xc0000000 macro