Home
last modified time | relevance | path

Searched refs:BASEADDR_V7M_SCB (Results 1 – 12 of 12) sorted by relevance

/linux/arch/arm/mm/
A Dpmsa-v7.c105 writel_relaxed(v, BASEADDR_V7M_SCB + PMSAv7_RNR); in rgnr_write()
113 u32 rsr = readl_relaxed(BASEADDR_V7M_SCB + PMSAv7_RASR) & GENMASK(15, 0); in dracr_write()
115 writel_relaxed((v << 16) | rsr, BASEADDR_V7M_SCB + PMSAv7_RASR); in dracr_write()
121 u32 racr = readl_relaxed(BASEADDR_V7M_SCB + PMSAv7_RASR) & GENMASK(31, 16); in drsr_write()
123 writel_relaxed(v | racr, BASEADDR_V7M_SCB + PMSAv7_RASR); in drsr_write()
129 writel_relaxed(v, BASEADDR_V7M_SCB + PMSAv7_RBAR); in drbar_write()
134 return readl_relaxed(BASEADDR_V7M_SCB + PMSAv7_RBAR); in drbar_read()
A Dpmsa-v8.c53 return readl_relaxed(BASEADDR_V7M_SCB + PMSAv8_RLAR); in prlar_read()
58 return readl_relaxed(BASEADDR_V7M_SCB + PMSAv8_RBAR); in prbar_read()
63 writel_relaxed(v, BASEADDR_V7M_SCB + PMSAv8_RNR); in prsel_write()
68 writel_relaxed(v, BASEADDR_V7M_SCB + PMSAv8_RBAR); in prbar_write()
73 writel_relaxed(v, BASEADDR_V7M_SCB + PMSAv8_RLAR); in prlar_write()
A Dproc-v7m.S76 movw r3, #:lower16:BASEADDR_V7M_SCB + V7M_SCB_DCCMVAC
77 movt r3, #:upper16:BASEADDR_V7M_SCB + V7M_SCB_DCCMVAC
88 movw r2, #:lower16:(BASEADDR_V7M_SCB + V7M_SCB_CCR)
89 movt r2, #:upper16:(BASEADDR_V7M_SCB + V7M_SCB_CCR)
111 ldr r0, =BASEADDR_V7M_SCB
A Dproc-macros.S75 movw \tmp, #:lower16:BASEADDR_V7M_SCB + V7M_SCB_CTR
76 movt \tmp, #:upper16:BASEADDR_V7M_SCB + V7M_SCB_CTR
93 movw \tmp, #:lower16:BASEADDR_V7M_SCB + V7M_SCB_CTR
94 movt \tmp, #:upper16:BASEADDR_V7M_SCB + V7M_SCB_CTR
A Dcache-v7m.S23 movw \rt, #:lower16:BASEADDR_V7M_SCB + \reg
24 movt \rt, #:upper16:BASEADDR_V7M_SCB + \reg
29 movw\c \tmp, #:lower16:BASEADDR_V7M_SCB + \op
30 movt\c \tmp, #:upper16:BASEADDR_V7M_SCB + \op
/linux/arch/arm/include/asm/
A Dcputype.h155 return readl(BASEADDR_V7M_SCB + offset); in read_cpuid_ext()
199 return readl(BASEADDR_V7M_SCB + V7M_SCB_CPUID); in read_cpuid_id()
204 return readl(BASEADDR_V7M_SCB + V7M_SCB_CTR); in read_cpuid_cachetype()
209 return readl(BASEADDR_V7M_SCB + MPU_TYPE); in read_cpuid_mputype()
A Dcachetype.h90 writel(cache_selector, BASEADDR_V7M_SCB + V7M_SCB_CTR); in set_csselr()
95 return readl(BASEADDR_V7M_SCB + V7M_SCB_CCSIDR); in read_ccsidr()
A Dv7m.h8 #define BASEADDR_V7M_SCB IOMEM(0xe000ed00) macro
/linux/arch/arm/kernel/
A Dhead-nommu.S61 ldr r9, =BASEADDR_V7M_SCB
134 M_CLASS(movw r12, #:lower16:BASEADDR_V7M_SCB)
135 M_CLASS(movt r12, #:upper16:BASEADDR_V7M_SCB)
257 M_CLASS(movw r12, #:lower16:BASEADDR_V7M_SCB)
258 M_CLASS(movt r12, #:upper16:BASEADDR_V7M_SCB)
A Dv7m.c14 BASEADDR_V7M_SCB + V7M_SCB_AIRCR); in armv7m_restart()
A Dentry-v7m.S55 ldr r1, =BASEADDR_V7M_SCB
/linux/arch/arm/boot/compressed/
A Dhead.S695 movw \tmp, #:lower16:BASEADDR_V7M_SCB + V7M_SCB_CTR
696 movt \tmp, #:upper16:BASEADDR_V7M_SCB + V7M_SCB_CTR

Completed in 17 milliseconds