/kernel/linux/linux-5.10/arch/mips/include/asm/ |
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)
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
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()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/ |
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>;
|
D | t104xsi-pre.dtsi | 81 next-level-cache = <&cpc>; 91 next-level-cache = <&cpc>; 101 next-level-cache = <&cpc>; 111 next-level-cache = <&cpc>;
|
D | p3041si-pre.dtsi | 97 next-level-cache = <&cpc>; 107 next-level-cache = <&cpc>; 117 next-level-cache = <&cpc>; 127 next-level-cache = <&cpc>;
|
D | p2041si-pre.dtsi | 96 next-level-cache = <&cpc>; 106 next-level-cache = <&cpc>; 116 next-level-cache = <&cpc>; 126 next-level-cache = <&cpc>;
|
D | p5040si-pre.dtsi | 109 next-level-cache = <&cpc>; 119 next-level-cache = <&cpc>; 129 next-level-cache = <&cpc>; 139 next-level-cache = <&cpc>;
|
D | t102xsi-pre.dtsi | 81 next-level-cache = <&cpc>; 91 next-level-cache = <&cpc>;
|
D | p5020si-pre.dtsi | 103 next-level-cache = <&cpc>; 113 next-level-cache = <&cpc>;
|
D | b4420si-post.dtsi | 75 cpc: l3-cache-controller@10000 { label 95 next-level-cache = <&cpc>;
|
D | b4860si-post.dtsi | 244 cpc: l3-cache-controller@10000 { label 282 next-level-cache = <&cpc>;
|
D | t4240si-post.dtsi | 914 cpc: l3-cache-controller@10000 { label 1099 next-level-cache = <&cpc>; 1104 next-level-cache = <&cpc>; 1109 next-level-cache = <&cpc>;
|
/kernel/linux/linux-5.10/fs/f2fs/ |
D | checkpoint.c | 1301 static void update_ckpt_flags(struct f2fs_sb_info *sbi, struct cp_control *cpc) in update_ckpt_flags() argument 1309 if ((cpc->reason & CP_UMOUNT) && in update_ckpt_flags() 1314 if (cpc->reason & CP_TRIMMED) in update_ckpt_flags() 1319 if (cpc->reason & CP_UMOUNT) in update_ckpt_flags() 1324 if (cpc->reason & CP_FASTBOOT) in update_ckpt_flags() 1404 static int do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in do_checkpoint() argument 1455 if (__remain_node_summaries(cpc->reason)) in do_checkpoint() 1465 update_ckpt_flags(sbi, cpc); in do_checkpoint() 1479 if (enabled_nat_bits(sbi, cpc)) { in do_checkpoint() 1514 if (__remain_node_summaries(cpc->reason)) { in do_checkpoint() [all …]
|
D | segment.c | 2036 static bool add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc, in add_discard_addrs() argument 2041 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); in add_discard_addrs() 2047 bool force = (cpc->reason & CP_DISCARD); in add_discard_addrs() 2075 && (end - start) < cpc->trim_minlen) in add_discard_addrs() 2084 de->start_blkaddr = START_BLOCK(sbi, cpc->trim_start); in add_discard_addrs() 2127 struct cp_control *cpc) in f2fs_clear_prefree_segments() argument 2136 bool force = (cpc->reason & CP_DISCARD); in f2fs_clear_prefree_segments() 2165 if (force && start >= cpc->trim_start && in f2fs_clear_prefree_segments() 2166 (end - 1) <= cpc->trim_end) in f2fs_clear_prefree_segments() 2202 (force && len < cpc->trim_minlen)) in f2fs_clear_prefree_segments() [all …]
|
D | gc.c | 1697 struct cp_control cpc; in f2fs_gc() local 1716 cpc.reason = __get_cp_reason(sbi); in f2fs_gc() 1737 ret = f2fs_write_checkpoint(sbi, &cpc); in f2fs_gc() 1783 ret = f2fs_write_checkpoint(sbi, &cpc); in f2fs_gc() 1798 ret = f2fs_write_checkpoint(sbi, &cpc); in f2fs_gc() 1871 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in free_segment_range() local 1917 err = f2fs_write_checkpoint(sbi, &cpc); in free_segment_range() 1997 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in f2fs_resize_fs() local 2107 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_resize_fs()
|
D | super.c | 1295 struct cp_control cpc = { in f2fs_put_super() local 1298 f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super() 1306 struct cp_control cpc = { in f2fs_put_super() local 1309 f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super() 1387 struct cp_control cpc; in f2fs_sync_fs() local 1389 cpc.reason = __get_cp_reason(sbi); in f2fs_sync_fs() 1392 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_sync_fs() 1777 struct cp_control cpc; in f2fs_disable_checkpoint() local 1814 cpc.reason = CP_PAUSE; in f2fs_disable_checkpoint() 1816 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_disable_checkpoint() [all …]
|
/kernel/linux/linux-5.10/drivers/acpi/ |
D | cppc_acpi.c | 99 #define CPC_IN_PCC(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ argument 100 (cpc)->cpc_entry.reg.space_id == \ 111 #define CPC_SUPPORTED(cpc) ((cpc)->type == ACPI_TYPE_INTEGER ? \ argument 112 !!(cpc)->cpc_entry.int_value : \ 113 !IS_NULL_REG(&(cpc)->cpc_entry.reg))
|
/kernel/linux/linux-5.10/arch/mips/boot/dts/img/ |
D | boston.dts | 200 cpc@16200000 { 201 compatible = "mti,mips-cpc";
|
/kernel/linux/linux-5.10/drivers/staging/mt7621-dts/ |
D | mt7621.dtsi | 144 cpc: cpc@1fbf0000 { label 145 compatible = "mtk,mt7621-cpc";
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
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()
|
D | Makefile | 114 obj-$(CONFIG_MIPS_CPC) += mips-cpc.o
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
D | skl-topology.h | 104 u32 cpc; member 350 u32 cpc; member
|
D | skl-debug.c | 87 res->cpc, res->ibs, res->obs); in module_read()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/ |
D | ebony.dts | 77 CPC0: cpc { 78 compatible = "ibm,cpc-440gp";
|
D | taishan.dts | 103 CPC0: cpc { 104 compatible = "ibm,cpc-440gp";
|