Searched refs:ACTLR (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/arm/mach-tegra/ |
H A D | sleep.h | 90 mrc p15, 0, \tmp1, c1, c0, 1 @ ACTLR 91 bic \tmp1, \tmp1, #(1<<6) | (1<<0) @ clear ACTLR.SMP | ACTLR.FW 92 mcr p15, 0, \tmp1, c1, c0, 1 @ ACTLR
|
/openbmc/linux/drivers/iommu/ |
H A D | msm_iommu_hw-8xxx.h | 122 #define SET_ACTLR(b, c, v) SET_CTX_REG(ACTLR, (b), (c), (v)) 151 #define GET_ACTLR(b, c) GET_CTX_REG(ACTLR, (b), (c)) 427 #define SET_CFERE(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, CFERE, v) 428 #define SET_CFEIE(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, CFEIE, v) 429 #define SET_PTSHCFG(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, PTSHCFG, v) 430 #define SET_RCOSH(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, RCOSH, v) 431 #define SET_RCISH(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, RCISH, v) 432 #define SET_RCNSH(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, RCNSH, v) 433 #define SET_PRIVCFG(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, PRIVCFG, v) 434 #define SET_DNA(b, c, v) SET_CONTEXT_FIELD(b, c, ACTLR, DNA, v) [all …]
|
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | psci.S | 240 mrc p15, 0, r0, c1, c0, 1 @ ACTLR 242 mcr p15, 0, r0, c1, c0, 1 @ ACTLR 250 mrc p15, 0, r0, c1, c0, 1 @ ACTLR 252 mcr p15, 0, r0, c1, c0, 1 @ ACTLR
|
/openbmc/linux/arch/arm/ |
H A D | Kconfig | 645 The workaround enables the BTB/BTAC operations by setting ACTLR.IBE 647 Note that setting specific bits in the ACTLR register may not be 661 in the ACTLR register. Note that setting specific bits in the ACTLR 676 ACTLR register. Note that setting specific bits in the ACTLR register
|
/openbmc/linux/arch/arm64/tools/ |
H A D | sysreg | 258 0b0001 ACTLR
|