Home
last modified time | relevance | path

Searched refs:CKSEG1ADDR_OR_64BIT (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/include/asm/mach-generic/
H A Dspaces.h53 #define CKSEG1ADDR_OR_64BIT(x) CKSEG1ADDR(x) macro
88 #define CKSEG1ADDR_OR_64BIT(x) TO_UNCAC(x) macro
/linux/arch/mips/kernel/
H A Dtraps.c2303 unsigned long uncached_ebase = CKSEG1ADDR_OR_64BIT(__pa(ebase)); in set_uncached_handler()