| /linux/arch/mips/include/asm/ |
| A D | mips-cpc.h | 8 # error Please include asm/mips-cps.h rather than asm/mips-cpc.h 65 CPS_ACCESSOR_RO(cpc, sz, MIPS_CPC_GCB_OFS + off, name) \ 66 CPS_ACCESSOR_RO(cpc, sz, MIPS_CPC_COCB_OFS + off, redir_##name) 69 CPS_ACCESSOR_RW(cpc, sz, MIPS_CPC_GCB_OFS + off, name) \ 70 CPS_ACCESSOR_RW(cpc, sz, MIPS_CPC_COCB_OFS + off, redir_##name) 73 CPS_ACCESSOR_RO(cpc, sz, MIPS_CPC_CLCB_OFS + off, cl_##name) \ 74 CPS_ACCESSOR_RO(cpc, sz, MIPS_CPC_COCB_OFS + off, co_##name) 77 CPS_ACCESSOR_RW(cpc, sz, MIPS_CPC_CLCB_OFS + off, cl_##name) \ 78 CPS_ACCESSOR_RW(cpc, sz, MIPS_CPC_COCB_OFS + off, co_##name)
|
| /linux/Documentation/devicetree/bindings/power/ |
| A D | mti,mips-cpc.yaml | 4 $id: http://devicetree.org/schemas/power/mti,mips-cpc.yaml# 17 const: mti,mips-cpc 33 cpc@1bde0000 { 34 compatible = "mti,mips-cpc";
|
| /linux/drivers/s390/char/ |
| A D | sclp_ocf.c | 46 struct gds_subvector *sv, *netid, *cpc; in sclp_ocf_handler() local 65 cpc = sclp_find_gds_subvector(sv + 1, (void *) sv + sv->length, 2); in sclp_ocf_handler() 74 if (cpc) { in sclp_ocf_handler() 75 size = min(OCF_LENGTH_CPC_NAME, (size_t) cpc->length); in sclp_ocf_handler() 77 memcpy(cpc_name, cpc + 1, size); in sclp_ocf_handler()
|
| /linux/fs/f2fs/ |
| A D | checkpoint.c | 1347 if (cpc->reason & CP_UMOUNT) { in update_ckpt_flags() 1362 if (cpc->reason & CP_TRIMMED) in update_ckpt_flags() 1367 if (cpc->reason & CP_UMOUNT) in update_ckpt_flags() 1372 if (cpc->reason & CP_FASTBOOT) in update_ckpt_flags() 1530 update_ckpt_flags(sbi, cpc); in do_checkpoint() 1648 if (cpc->reason != CP_PAUSE) in f2fs_write_checkpoint() 1652 if (cpc->reason != CP_RESIZE) in f2fs_write_checkpoint() 1656 ((cpc->reason & CP_FASTBOOT) || (cpc->reason & CP_SYNC) || in f2fs_write_checkpoint() 1712 err = do_checkpoint(sbi, cpc); in f2fs_write_checkpoint() 1734 if (cpc->reason != CP_RESIZE) in f2fs_write_checkpoint() [all …]
|
| A D | segment.c | 2163 struct cp_control *cpc) in f2fs_clear_prefree_segments() argument 3267 struct cp_control *cpc) in f2fs_exist_trim_candidates() argument 3273 for (; cpc->trim_start <= cpc->trim_end; cpc->trim_start++) { in f2fs_exist_trim_candidates() 3281 cpc->trim_start = trim_start; in f2fs_exist_trim_candidates() 3359 struct cp_control cpc; in f2fs_trim_fs() local 3385 cpc.reason = CP_DISCARD; in f2fs_trim_fs() 3387 cpc.trim_start = start_segno; in f2fs_trim_fs() 3388 cpc.trim_end = end_segno; in f2fs_trim_fs() 4567 cpc->trim_start = segno; in f2fs_flush_sit_entries() 4609 for (; cpc->trim_start <= cpc->trim_end; cpc->trim_start++) in f2fs_flush_sit_entries() [all …]
|
| A D | gc.c | 1867 struct cp_control cpc; in f2fs_gc() local 1885 cpc.reason = __get_cp_reason(sbi); in f2fs_gc() 1908 ret = f2fs_write_checkpoint(sbi, &cpc); in f2fs_gc() 1964 ret = f2fs_write_checkpoint(sbi, &cpc); in f2fs_gc() 1980 ret = f2fs_write_checkpoint(sbi, &cpc); in f2fs_gc() 2093 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in free_segment_range() local 2126 err = f2fs_write_checkpoint(sbi, &cpc); in free_segment_range() 2206 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in f2fs_resize_fs() local 2321 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_resize_fs()
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| A D | p4080si-pre.dtsi | 101 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>;
|
| A D | t104xsi-pre.dtsi | 81 next-level-cache = <&cpc>; 91 next-level-cache = <&cpc>; 101 next-level-cache = <&cpc>; 111 next-level-cache = <&cpc>;
|
| A D | p2041si-pre.dtsi | 96 next-level-cache = <&cpc>; 106 next-level-cache = <&cpc>; 116 next-level-cache = <&cpc>; 126 next-level-cache = <&cpc>;
|
| A D | p3041si-pre.dtsi | 97 next-level-cache = <&cpc>; 107 next-level-cache = <&cpc>; 117 next-level-cache = <&cpc>; 127 next-level-cache = <&cpc>;
|
| A D | p5040si-pre.dtsi | 109 next-level-cache = <&cpc>; 119 next-level-cache = <&cpc>; 129 next-level-cache = <&cpc>; 139 next-level-cache = <&cpc>;
|
| A D | t102xsi-pre.dtsi | 81 next-level-cache = <&cpc>; 91 next-level-cache = <&cpc>;
|
| A D | p5020si-pre.dtsi | 103 next-level-cache = <&cpc>; 113 next-level-cache = <&cpc>;
|
| A D | b4420si-post.dtsi | 75 cpc: l3-cache-controller@10000 { label 95 next-level-cache = <&cpc>;
|
| A D | b4860si-post.dtsi | 244 cpc: l3-cache-controller@10000 { label 282 next-level-cache = <&cpc>;
|
| /linux/sound/soc/intel/avs/ |
| A D | path.c | 243 cfg->base.cpc = t->cfg_base->cpc; in avs_copier_create() 308 cfg->base.cpc = t->cfg_base->cpc; in avs_peakvol_create() 330 cfg.base.cpc = t->cfg_base->cpc; in avs_updown_mix_create() 351 cfg.base.cpc = t->cfg_base->cpc; in avs_src_create() 369 cfg.base.cpc = t->cfg_base->cpc; in avs_asrc_create() 388 cfg.base.cpc = t->cfg_base->cpc; in avs_aec_create() 407 cfg.base.cpc = t->cfg_base->cpc; in avs_mux_create() 425 cfg.base.cpc = t->cfg_base->cpc; in avs_wov_create() 442 cfg.base.cpc = t->cfg_base->cpc; in avs_micsel_create() 459 cfg.cpc = t->cfg_base->cpc; in avs_modbase_create() [all …]
|
| A D | topology.h | 49 u32 cpc; member
|
| /linux/drivers/acpi/ |
| A D | cppc_acpi.c | 102 #define CPC_IN_PCC(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ argument 103 (cpc)->cpc_entry.reg.space_id == \ 107 #define CPC_IN_FFH(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ argument 108 (cpc)->cpc_entry.reg.space_id == \ 112 #define CPC_IN_SYSTEM_MEMORY(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ argument 113 (cpc)->cpc_entry.reg.space_id == \ 117 #define CPC_IN_SYSTEM_IO(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ argument 118 (cpc)->cpc_entry.reg.space_id == \ 129 #define CPC_SUPPORTED(cpc) ((cpc)->type == ACPI_TYPE_INTEGER ? \ argument 130 !!(cpc)->cpc_entry.int_value : \ [all …]
|
| /linux/sound/soc/sof/ |
| A D | ipc4-loader.c | 470 cpc_pick < fw_mod_cfg[i].cpc) in sof_ipc4_update_cpc_from_manifest() 471 cpc_pick = fw_mod_cfg[i].cpc; in sof_ipc4_update_cpc_from_manifest() 473 if (max_cpc < fw_mod_cfg[i].cpc) in sof_ipc4_update_cpc_from_manifest() 474 max_cpc = fw_mod_cfg[i].cpc; in sof_ipc4_update_cpc_from_manifest() 477 basecfg->cpc = cpc_pick; in sof_ipc4_update_cpc_from_manifest() 480 if (basecfg->cpc) in sof_ipc4_update_cpc_from_manifest()
|
| /linux/kernel/events/ |
| A D | core.c | 2338 cpc->active_oncpu--; in event_sched_out() 2344 cpc->exclusive = 0; in event_sched_out() 2450 WARN_ON_ONCE(cpc->task_epc && cpc->task_epc != pmu_ctx); in __perf_remove_from_context() 2628 cpc->active_oncpu++; in event_sched_in() 2634 cpc->exclusive = 1; in event_sched_in() 2705 if (cpc->exclusive) in group_can_go_on() 3320 WARN_ON_ONCE(cpc->task_epc && cpc->task_epc != pmu_ctx); in __pmu_ctx_sched_out() 3710 pmu = cpc->epc.pmu; in __perf_pmu_sched_task() 3813 WARN_ON_ONCE(cpc->task_epc && cpc->task_epc != pmu_ctx); in __link_epc() 4382 cpu_epc = &cpc->epc; in perf_rotate_context() [all …]
|
| /linux/arch/mips/boot/dts/img/ |
| A D | boston.dts | 200 cpc@16200000 { 201 compatible = "mti,mips-cpc";
|
| /linux/include/sound/sof/ |
| A D | ext_manifest4.h | 115 uint32_t cpc; /* cycles per single run */ member
|
| /linux/arch/mips/kernel/ |
| A D | mips-r2-to-r6-emul.c | 911 unsigned long cpc, epc, nepc, r31, res, rs, rt; in mipsr2_decoder() local 1000 cpc = regs->cp0_epc; in mipsr2_decoder() 1037 err = mips_dsemul(regs, nir, epc, cpc); in mipsr2_decoder() 1055 cpc = regs->cp0_epc; in mipsr2_decoder() 1086 err = mips_dsemul(regs, nir, epc, cpc); in mipsr2_decoder() 1126 cpc = regs->cp0_epc; in mipsr2_decoder() 1163 err = mips_dsemul(regs, nir, epc, cpc); in mipsr2_decoder()
|
| /linux/arch/mips/boot/dts/ralink/ |
| A D | mt7621.dtsi | 354 cpc: cpc@1fbf0000 { label 355 compatible = "mti,mips-cpc";
|
| /linux/arch/powerpc/boot/dts/ |
| A D | ebony.dts | 77 CPC0: cpc { 78 compatible = "ibm,cpc-440gp";
|