Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/sn/
H A Dmapped_kernel.h28 #define REP_BASE CAC_BASE macro
32 #define MAPPED_ADDR_RO_TO_PHYS(x) (x - REP_BASE)
33 #define MAPPED_ADDR_RW_TO_PHYS(x) (x - REP_BASE - 16777216)
47 #define MAPPED_KERN_RO_TO_PHYS(x) (x - REP_BASE)
48 #define MAPPED_KERN_RW_TO_PHYS(x) (x - REP_BASE)
/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-klnuma.c118 unsigned long loadbase = REP_BASE; in node_getfirstfree()