Searched full:cp14 (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm3x-core.c | 65 /* Ensure pending cp14 accesses complete before setting pwrdwn */ in etm_set_pwrdwn() 80 /* Ensure pwrup completes before subsequent cp14 accesses */ in etm_clr_pwrdwn() 92 /* Ensure pwrup completes before subsequent cp14 accesses */ in etm_set_pwrup() 101 /* Ensure pending cp14 accesses complete before clearing pwrup */ in etm_clr_pwrup() 117 * method where we have to account for CP14 configurations. 162 * Recommended by spec for cp14 accesses to ensure etmcr write is in etm_set_prog() 181 * Recommended by spec for cp14 accesses to ensure etmcr write is in etm_clr_prog() 861 drvdata->use_cp14 = fwnode_property_read_bool(dev->fwnode, "arm,cp14"); in etm_probe()
|
H A D | coresight-etm.h | 217 * @use_cpu14: true if management registers need to be accessed via CP14. 260 "invalid CP14 access to ETM reg: %#x", off); in etm_writel() 274 "invalid CP14 access to ETM reg: %#x", off); in etm_readl()
|
H A D | Makefile | 38 coresight-etm3x-y := coresight-etm3x-core.o coresight-etm-cp14.o \
|
H A D | coresight-etm-cp14.c | 11 #include <asm/hardware/cp14.h>
|
/linux/Documentation/devicetree/bindings/arm/ |
H A D | arm,coresight-etm.yaml | 88 arm,cp14:
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-da850-pupd.c | 30 "cp8", "cp9", "cp10", "cp11", "cp12", "cp13", "cp14", "cp15",
|
/linux/arch/arm64/kernel/ |
H A D | traps.c | 826 [ESR_ELx_EC_CP14_MR] = "CP14 MCR/MRC", 827 [ESR_ELx_EC_CP14_LS] = "CP14 LDC/STC", 831 [ESR_ELx_EC_CP14_64] = "CP14 MCRR/MRRC",
|
/linux/arch/arm/include/asm/hardware/ |
H A D | cp14.h | 10 /* Accessors for CP14 registers */ 531 /* Writes to this from CP14 interface are ignored */
|
/linux/arch/arm/mach-exynos/ |
H A D | suspend.c | 468 * block and avoid undefined instruction issue on CP14 reset. in exynos5420_prepare_pm_resume()
|
/linux/arch/arm/ |
H A D | Kconfig | 743 CP14 read accesses to the DBGPRSR and DBGOSLSR registers generate an 745 external pin is set to 0, even when the CP14 accesses are performed
|