Home
last modified time | relevance | path

Searched full:cpc (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Derr.toomanyenablings.d44 cpc:::PAPI_tot_ins-all-10000,
45 cpc:::PAPI_tot_ins-all-10001,
46 cpc:::PAPI_tot_ins-all-10002,
47 cpc:::PAPI_tot_ins-all-10003,
48 cpc:::PAPI_tot_ins-all-10004,
49 cpc:::PAPI_tot_ins-all-10005,
50 cpc:::PAPI_tot_ins-all-10006,
51 cpc:::PAPI_tot_ins-all-10007,
52 cpc:::PAPI_tot_ins-all-10008,
53 cpc:::PAPI_tot_ins-all-10009
H A Derr.cpcvscpustatpart2.ksh30 # This tests that enablings from the cpc provider will fail if cpustat(1) is
47 cpc:::PAPI_tot_ins-all-10000
H A Derr.cputrackterminates.ksh28 # This script ensures that cputrack(1) will terminate when the cpc provider
40 cpc:::PAPI_tot_ins-all-10000
H A Derr.cputrackfailtostart.ksh28 # This script ensures that cputrack(1M) will fail to start when the cpc
40 cpc:::PAPI_tot_ins-all-10000
H A Derr.cpcvscpustatpart1.ksh30 # This tests that cpustat(1) should fail to start if the cpc provider
42 cpc:::PAPI_tot_ins-all-10000
H A Derr.D_PDESC_ZERO.nonexistentevent.d37 cpc:::PAPI_cpc_bad-all-10000
H A Derr.D_PDESC_ZERO.malformedoverflow.d37 cpc:::PAPI_tot_ins-all-10000bonehead
H A Derr.D_PDESC_ZERO.lowfrequency.d43 cpc:::PAPI_tot_ins-all-100
H A Dtst.genericevent.d39 cpc:::PAPI_tot_ins-all-10000
/freebsd/sys/contrib/device-tree/Bindings/power/
H A Dmti,mips-cpc.yaml4 $id: http://devicetree.org/schemas/power/mti,mips-cpc.yaml#
17 const: mti,mips-cpc
22 used to map the MIPS CPC registers block.
33 cpc@1bde0000 {
34 compatible = "mti,mips-cpc";
H A Dmti,mips-cpc.txt1 Binding for MIPS Cluster Power Controller (CPC).
3 This binding allows a system to specify where the CPC registers are
7 compatible : Should be "mti,mips-cpc".
8 regs: Should describe the address & size of the CPC register region.
/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh67 # We don't have a cpc provider.
68 exclude SKIP common/cpc/err.D_PDESC_ZERO.lowfrequency.d
69 exclude SKIP common/cpc/err.D_PDESC_ZERO.malformedoverflow.d
70 exclude SKIP common/cpc/err.D_PDESC_ZERO.nonexistentevent.d
71 exclude SKIP common/cpc/err.cpcvscpustatpart1.ksh
72 exclude SKIP common/cpc/err.cpcvscpustatpart2.ksh
73 exclude SKIP common/cpc/err.cputrackfailtostart.ksh
74 exclude SKIP common/cpc/err.cputrackterminates.ksh
75 exclude SKIP common/cpc/err.toomanyenablings.d
76 exclude SKIP common/cpc/tst.allcpus.ksh
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dp4080si-pre.dtsi101 next-level-cache = <&cpc>;
111 next-level-cache = <&cpc>;
121 next-level-cache = <&cpc>;
131 next-level-cache = <&cpc>;
141 next-level-cache = <&cpc>;
151 next-level-cache = <&cpc>;
161 next-level-cache = <&cpc>;
171 next-level-cache = <&cpc>;
H A Dt104xsi-pre.dtsi81 next-level-cache = <&cpc>;
91 next-level-cache = <&cpc>;
101 next-level-cache = <&cpc>;
111 next-level-cache = <&cpc>;
H A Dp2041si-pre.dtsi96 next-level-cache = <&cpc>;
106 next-level-cache = <&cpc>;
116 next-level-cache = <&cpc>;
126 next-level-cache = <&cpc>;
H A Dp3041si-pre.dtsi97 next-level-cache = <&cpc>;
107 next-level-cache = <&cpc>;
117 next-level-cache = <&cpc>;
127 next-level-cache = <&cpc>;
H A Dp5040si-pre.dtsi109 next-level-cache = <&cpc>;
119 next-level-cache = <&cpc>;
129 next-level-cache = <&cpc>;
139 next-level-cache = <&cpc>;
H A Dt102xsi-pre.dtsi81 next-level-cache = <&cpc>;
91 next-level-cache = <&cpc>;
H A Db4420si-post.dtsi75 cpc: l3-cache-controller@10000 { label
95 next-level-cache = <&cpc>;
H A Dp5020si-pre.dtsi103 next-level-cache = <&cpc>;
113 next-level-cache = <&cpc>;
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.h410 void __tsan_go_atomic32_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
412 void __tsan_go_atomic64_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
414 void __tsan_go_atomic32_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
416 void __tsan_go_atomic64_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
418 void __tsan_go_atomic32_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
420 void __tsan_go_atomic64_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
422 void __tsan_go_atomic32_fetch_and(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
424 void __tsan_go_atomic64_fetch_and(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
426 void __tsan_go_atomic32_fetch_or(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
428 void __tsan_go_atomic64_fetch_or(ThreadState *thr, uptr cpc, upt
[all...]
H A Dtsan_interface_atomic.cpp852 FuncEntry(thr, cpc); \
861 FuncEntry(thr, cpc); \
868 void __tsan_go_atomic32_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_load() argument
873 void __tsan_go_atomic64_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_load() argument
878 void __tsan_go_atomic32_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_store() argument
883 void __tsan_go_atomic64_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_store() argument
888 void __tsan_go_atomic32_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_fetch_add() argument
893 void __tsan_go_atomic64_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_fetch_add() argument
898 void __tsan_go_atomic32_fetch_and(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_exchange() argument
904 void __tsan_go_atomic64_fetch_and(ThreadState *thr, uptr cpc, upt in __tsan_go_atomic64_exchange()
903 __tsan_go_atomic64_exchange(ThreadState * thr,uptr cpc,uptr pc,u8 * a) __tsan_go_atomic64_exchange() argument
909 __tsan_go_atomic32_compare_exchange(ThreadState * thr,uptr cpc,uptr pc,u8 * a) __tsan_go_atomic32_compare_exchange() argument
918 __tsan_go_atomic64_compare_exchange(ThreadState * thr,uptr cpc,uptr pc,u8 * a) __tsan_go_atomic64_compare_exchange() argument
[all...]
/freebsd/sys/contrib/device-tree/src/mips/img/
H A Dboston.dts200 cpc@16200000 {
201 compatible = "mti,mips-cpc";
/freebsd/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile15 cpc \
/freebsd/sys/contrib/device-tree/src/mips/ralink/
H A Dmt7621.dtsi289 cpc: cpc@1fbf0000 { label
290 compatible = "mti,mips-cpc";

123