Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/include/asm/mach-generic/
H A Dspaces.h22 #define CAC_BASE _AC(0x40000000, UL) macro
24 #define CAC_BASE _AC(0x80000000, UL) macro
52 #ifndef CAC_BASE
54 #define CAC_BASE _AC(0x9800000000000000, UL) macro
56 #define CAC_BASE _AC(0xa800000000000000, UL) macro
82 #define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK))
91 #define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET)
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-generic/
H A Dspaces.h34 #define CAC_BASE _AC(0x40000000, UL) macro
36 #define CAC_BASE _AC(0x80000000, UL) macro
64 #ifndef CAC_BASE
65 #define CAC_BASE PHYS_TO_XKPHYS(read_c0_config() & CONF_CM_CMASK, 0) macro
90 #define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK))
99 #define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET)
/OK3568_Linux_fs/kernel/arch/mips/pistachio/
H A Dinit.c89 (void *)(CAC_BASE + 0xa80) : in mips_nmi_setup()
90 (void *)(CAC_BASE + 0x380); in mips_nmi_setup()
102 (void *)(CAC_BASE + 0xa00) : in mips_ejtag_setup()
103 (void *)(CAC_BASE + 0x300); in mips_ejtag_setup()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-init.c96 (void *)(CAC_BASE + 0xa80) : in mips_nmi_setup()
97 (void *)(CAC_BASE + 0x380); in mips_nmi_setup()
108 (void *)(CAC_BASE + 0xa00) : in mips_ejtag_setup()
109 (void *)(CAC_BASE + 0x300); in mips_ejtag_setup()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-loongson2ef/
H A Dspaces.h6 #define CAC_BASE _AC(0x9800000000000000, UL) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip30/
H A Dspaces.h15 #define CAC_BASE _AC(0xA800000000000000, UL) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-cavium-octeon/
H A Dspaces.h15 #define CAC_BASE _AC(0x8000000000000000, UL) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-loongson64/
H A Dspaces.h6 #define CAC_BASE _AC(0x9800000000000000, UL) macro
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/mips/loongson2ef/common/
H A Dinit.c24 base = (void *)(CAC_BASE + 0x380); in mips_nmi_setup()
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/arch/mips/loongson64/
H A Dinit.c30 base = (void *)(CAC_BASE + 0x380); in mips_nmi_setup()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Daddrspace.h142 #define PHYS_TO_K0(x) (_ACAST64_ (x) | CAC_BASE)
H A Dr4kcache.h361 unsigned long start = CAC_BASE | nid_to_addrbase(node); \
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Daddrspace.h163 #define PHYS_TO_K0(x) (_ACAST64_ (x) | CAC_BASE)
/OK3568_Linux_fs/kernel/arch/mips/include/asm/sn/sn0/
H A Daddrs.h135 #define CALIAS_BASE CAC_BASE
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip22/
H A Dip28-berr.c64 unsigned long addr = CAC_BASE | busaddr; in save_cache_tags()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dtraps.c2369 ebase = CAC_BASE; in trap_init()