Home
last modified time | relevance | path

Searched refs:CAC_BASE (Results 1 – 20 of 20) sorted by relevance

/openbmc/u-boot/arch/mips/include/asm/mach-generic/
H A Dspaces.h21 #define CAC_BASE _AC(0x40000000, UL) macro
23 #define CAC_BASE _AC(0x80000000, UL) macro
51 #ifndef CAC_BASE
53 #define CAC_BASE _AC(0x9800000000000000, UL) macro
55 #define CAC_BASE _AC(0xa800000000000000, UL) macro
81 #define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK))
90 #define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET)
/openbmc/linux/arch/mips/include/asm/mach-generic/
H A Dspaces.h33 #define CAC_BASE _AC(0x80000000, UL) macro
56 #ifndef CAC_BASE
57 #define CAC_BASE PHYS_TO_XKPHYS(read_c0_config() & CONF_CM_CMASK, 0) macro
82 #define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK))
91 #define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET)
/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-init.c95 (void *)(CAC_BASE + 0xa80) : in mips_nmi_setup()
96 (void *)(CAC_BASE + 0x380); in mips_nmi_setup()
107 (void *)(CAC_BASE + 0xa00) : in mips_ejtag_setup()
108 (void *)(CAC_BASE + 0x300); in mips_ejtag_setup()
/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/
H A Dspaces.h6 #define CAC_BASE _AC(0x9800000000000000, UL) macro
/openbmc/linux/arch/mips/include/asm/mach-ip30/
H A Dspaces.h15 #define CAC_BASE _AC(0xA800000000000000, UL) macro
/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/
H A Dspaces.h15 #define CAC_BASE _AC(0x8000000000000000, UL) macro
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dspaces.h6 #define CAC_BASE _AC(0x9800000000000000, UL) macro
/openbmc/linux/arch/mips/include/asm/mach-ip27/
H A Dspaces.h25 #define CAC_BASE _AC(0xa800000000000000, UL) macro
H A Dkernel-entry-init.h79 KLDIR_OFF_POINTER + CAC_BASE
/openbmc/linux/arch/mips/loongson2ef/common/
H A Dinit.c23 base = (void *)(CAC_BASE + 0x380); in mips_nmi_setup()
/openbmc/linux/arch/mips/include/asm/sn/
H A Dmapped_kernel.h28 #define REP_BASE CAC_BASE
H A Daddrs.h60 #define NODE_CAC_BASE(_n) (CAC_BASE + NODE_OFFSET(_n))
367 PHYS_TO_K0((NODE_OFFSET(_nasid) + (_off)) | CAC_BASE)
/openbmc/linux/arch/mips/include/asm/
H A Daddrspace.h142 #define PHYS_TO_K0(x) (_ACAST64_ (x) | CAC_BASE)
H A Dr4kcache.h316 unsigned long start = CAC_BASE | nid_to_addrbase(node); \
/openbmc/u-boot/arch/mips/include/asm/
H A Daddrspace.h162 #define PHYS_TO_K0(x) (_ACAST64_ (x) | CAC_BASE)
/openbmc/linux/arch/mips/include/asm/sn/sn0/
H A Daddrs.h135 #define CALIAS_BASE CAC_BASE
/openbmc/linux/arch/mips/loongson64/
H A Dinit.c29 base = (void *)(CAC_BASE + 0x380); in mips_nmi_setup()
/openbmc/linux/arch/mips/sgi-ip22/
H A Dip28-berr.c64 unsigned long addr = CAC_BASE | busaddr; in save_cache_tags()
/openbmc/linux/arch/mips/mm/
H A Dtlbex.c826 uasm_i_ori(p, ptr, ptr, ((u64)(CAC_BASE) >> 53)); in build_get_pmde64()
1126 uasm_i_ori(p, ptr, ptr, ((u64)(CAC_BASE) >> 53)); in build_fast_tlb_refill_handler()
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c2369 ebase = CAC_BASE; in trap_init()