Symbol: TO_UNCACHE
arch/loongarch/include/asm/loongson.h
100
#define LS7A_PM1_TMR_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x018)
arch/loongarch/include/asm/loongson.h
101
#define LS7A_P_CNT_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x01c)
arch/loongarch/include/asm/loongson.h
102
#define LS7A_GPE0_STS_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x028)
arch/loongarch/include/asm/loongson.h
103
#define LS7A_GPE0_ENA_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x02c)
arch/loongarch/include/asm/loongson.h
104
#define LS7A_RST_CNT_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x030)
arch/loongarch/include/asm/loongson.h
105
#define LS7A_WD_SET_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x034)
arch/loongarch/include/asm/loongson.h
106
#define LS7A_WD_TIMER_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x038)
arch/loongarch/include/asm/loongson.h
107
#define LS7A_THSENS_CNT_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x04c)
arch/loongarch/include/asm/loongson.h
108
#define LS7A_GEN_RTC_1_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x050)
arch/loongarch/include/asm/loongson.h
109
#define LS7A_GEN_RTC_2_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x054)
arch/loongarch/include/asm/loongson.h
110
#define LS7A_DPM_CFG_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x400)
arch/loongarch/include/asm/loongson.h
111
#define LS7A_DPM_STS_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x404)
arch/loongarch/include/asm/loongson.h
112
#define LS7A_DPM_CNT_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x408)
arch/loongarch/include/asm/loongson.h
130
#define ls7a_readb(addr) (*(volatile unsigned char *)TO_UNCACHE(addr))
arch/loongarch/include/asm/loongson.h
131
#define ls7a_readw(addr) (*(volatile unsigned short *)TO_UNCACHE(addr))
arch/loongarch/include/asm/loongson.h
132
#define ls7a_readl(addr) (*(volatile unsigned int *)TO_UNCACHE(addr))
arch/loongarch/include/asm/loongson.h
133
#define ls7a_readq(addr) (*(volatile unsigned long *)TO_UNCACHE(addr))
arch/loongarch/include/asm/loongson.h
134
#define ls7a_writeb(val, addr) *(volatile unsigned char *)TO_UNCACHE(addr) = (val)
arch/loongarch/include/asm/loongson.h
135
#define ls7a_writew(val, addr) *(volatile unsigned short *)TO_UNCACHE(addr) = (val)
arch/loongarch/include/asm/loongson.h
136
#define ls7a_writel(val, addr) *(volatile unsigned int *)TO_UNCACHE(addr) = (val)
arch/loongarch/include/asm/loongson.h
137
#define ls7a_writeq(val, addr) *(volatile unsigned long *)TO_UNCACHE(addr) = (val)
arch/loongarch/include/asm/loongson.h
18
(*(volatile u32 *)((char *)TO_UNCACHE(LOONGSON_REG_BASE) + (x)))
arch/loongarch/include/asm/loongson.h
76
#define LS7A_DMA_CFG (volatile void *)TO_UNCACHE(LS7A_CHIPCFG_REG_BASE + 0x041c)
arch/loongarch/include/asm/loongson.h
80
#define LS7A_INT_MASK_REG (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x020)
arch/loongarch/include/asm/loongson.h
81
#define LS7A_INT_EDGE_REG (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x060)
arch/loongarch/include/asm/loongson.h
82
#define LS7A_INT_CLEAR_REG (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x080)
arch/loongarch/include/asm/loongson.h
83
#define LS7A_INT_HTMSI_EN_REG (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x040)
arch/loongarch/include/asm/loongson.h
84
#define LS7A_INT_ROUTE_ENTRY_REG (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x100)
arch/loongarch/include/asm/loongson.h
85
#define LS7A_INT_HTMSI_VEC_REG (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x200)
arch/loongarch/include/asm/loongson.h
86
#define LS7A_INT_STATUS_REG (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x3a0)
arch/loongarch/include/asm/loongson.h
87
#define LS7A_INT_POL_REG (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x3e0)
arch/loongarch/include/asm/loongson.h
88
#define LS7A_LPC_INT_CTL (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x2000)
arch/loongarch/include/asm/loongson.h
89
#define LS7A_LPC_INT_ENA (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x2004)
arch/loongarch/include/asm/loongson.h
90
#define LS7A_LPC_INT_STS (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x2008)
arch/loongarch/include/asm/loongson.h
91
#define LS7A_LPC_INT_CLR (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x200c)
arch/loongarch/include/asm/loongson.h
92
#define LS7A_LPC_INT_POL (volatile void *)TO_UNCACHE(LS7A_PCH_REG_BASE + 0x2010)
arch/loongarch/include/asm/loongson.h
94
#define LS7A_PMCON_SOC_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x000)
arch/loongarch/include/asm/loongson.h
95
#define LS7A_PMCON_RESUME_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x004)
arch/loongarch/include/asm/loongson.h
96
#define LS7A_PMCON_RTC_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x008)
arch/loongarch/include/asm/loongson.h
97
#define LS7A_PM1_EVT_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x00c)
arch/loongarch/include/asm/loongson.h
98
#define LS7A_PM1_ENA_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x010)
arch/loongarch/include/asm/loongson.h
99
#define LS7A_PM1_CNT_REG (volatile void *)TO_UNCACHE(LS7A_ACPI_REG_BASE + 0x014)
arch/loongarch/kernel/traps.c
1188
unsigned long uncached_eentry = TO_UNCACHE(__pa(eentry));