Searched refs:ACTLR (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-tegra/ |
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
|
/kernel/linux/linux-5.10/drivers/iommu/ |
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 …]
|
/kernel/liteos_a/arch/arm/arm/include/ |
D | los_hw_cpu.h | 103 #define ACTLR CP15_REG(c1, 0, c0, 1) /* Auxiliary Control Register */ macro
|
/kernel/linux/linux-5.10/arch/arm/ |
D | Kconfig | 868 The workaround enables the BTB/BTAC operations by setting ACTLR.IBE 870 Note that setting specific bits in the ACTLR register may not be 884 in the ACTLR register. Note that setting specific bits in the ACTLR 897 ACTLR register. Note that setting specific bits in the ACTLR register
|