Symbol: CAC_BASE
arch/mips/include/asm/addrspace.h
147
#define PHYS_TO_K0(x) (_ACAST64_ (x) | CAC_BASE)
arch/mips/include/asm/mach-generic/spaces.h
58
#ifndef CAC_BASE
arch/mips/include/asm/mach-generic/spaces.h
84
#define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK))
arch/mips/include/asm/mach-generic/spaces.h
95
#define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET)
arch/mips/include/asm/mach-ip27/kernel-entry-init.h
79
KLDIR_OFF_POINTER + CAC_BASE
arch/mips/include/asm/r4kcache.h
320
unsigned long start = CAC_BASE | nid_to_addrbase(node); \
arch/mips/include/asm/sn/addrs.h
367
PHYS_TO_K0((NODE_OFFSET(_nasid) + (_off)) | CAC_BASE)
arch/mips/include/asm/sn/addrs.h
60
#define NODE_CAC_BASE(_n) (CAC_BASE + NODE_OFFSET(_n))
arch/mips/include/asm/sn/mapped_kernel.h
28
#define REP_BASE CAC_BASE
arch/mips/include/asm/sn/sn0/addrs.h
135
#define CALIAS_BASE CAC_BASE
arch/mips/kernel/traps.c
2331
ebase = CAC_BASE;
arch/mips/loongson2ef/common/init.c
23
base = (void *)(CAC_BASE + 0x380);
arch/mips/loongson64/init.c
29
base = (void *)(CAC_BASE + 0x380);
arch/mips/mm/tlbex.c
1107
uasm_i_ori(p, ptr, ptr, ((u64)(CAC_BASE) >> 53));
arch/mips/mm/tlbex.c
807
uasm_i_ori(p, ptr, ptr, ((u64)(CAC_BASE) >> 53));
arch/mips/mti-malta/malta-init.c
107
(void *)(CAC_BASE + 0xa00) :
arch/mips/mti-malta/malta-init.c
108
(void *)(CAC_BASE + 0x300);
arch/mips/mti-malta/malta-init.c
95
(void *)(CAC_BASE + 0xa80) :
arch/mips/mti-malta/malta-init.c
96
(void *)(CAC_BASE + 0x380);
arch/mips/sgi-ip22/ip28-berr.c
64
unsigned long addr = CAC_BASE | busaddr;