Home
last modified time | relevance | path

Searched full:cp14 (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-etm3x-core.c65 /* 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()
Dcoresight-etm.h217 * @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()
DMakefile38 coresight-etm3x-y := coresight-etm3x-core.o coresight-etm-cp14.o \
Dcoresight-etm-cp14.c11 #include <asm/hardware/cp14.h>
/linux-6.12.1/Documentation/devicetree/bindings/arm/
Darm,coresight-etm.yaml88 arm,cp14:
/linux-6.12.1/drivers/pinctrl/
Dpinctrl-da850-pupd.c30 "cp8", "cp9", "cp10", "cp11", "cp12", "cp13", "cp14", "cp15",
/linux-6.12.1/arch/arm64/kernel/
Dtraps.c826 [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-6.12.1/arch/arm/include/asm/hardware/
Dcp14.h10 /* Accessors for CP14 registers */
531 /* Writes to this from CP14 interface are ignored */
/linux-6.12.1/arch/arm/mach-exynos/
Dsuspend.c468 * block and avoid undefined instruction issue on CP14 reset. in exynos5420_prepare_pm_resume()
/linux-6.12.1/arch/arm/
DKconfig743 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
/linux-6.12.1/arch/arm64/kvm/
Dsys_regs.c3397 * Trapped cp14 registers. We generally ignore most of the external
3485 /* Trapped cp14 64bit registers */
3805 * kvm_handle_cp_64 -- handles a mrrc/mcrr trap on a guest CP14/CP15 access
3973 * kvm_handle_cp_32 -- handles a mrc/mcr trap on a guest CP14/CP15 access