Home
last modified time | relevance | path

Searched refs:cpc (Results 1 – 31 of 31) sorted by relevance

/linux-4.1.27/drivers/s390/char/
Dsclp_ocf.c45 struct gds_subvector *sv, *netid, *cpc; in sclp_ocf_handler() local
64 cpc = sclp_find_gds_subvector(sv + 1, (void *) sv + sv->length, 2); in sclp_ocf_handler()
73 if (cpc) { in sclp_ocf_handler()
74 size = min(OCF_LENGTH_CPC_NAME, (size_t) cpc->length); in sclp_ocf_handler()
75 memcpy(cpc_name, cpc + 1, size); in sclp_ocf_handler()
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dp4080si-pre.dtsi88 next-level-cache = <&cpc>;
98 next-level-cache = <&cpc>;
108 next-level-cache = <&cpc>;
118 next-level-cache = <&cpc>;
128 next-level-cache = <&cpc>;
138 next-level-cache = <&cpc>;
148 next-level-cache = <&cpc>;
158 next-level-cache = <&cpc>;
Dt104xsi-pre.dtsi73 next-level-cache = <&cpc>;
82 next-level-cache = <&cpc>;
91 next-level-cache = <&cpc>;
100 next-level-cache = <&cpc>;
Dp2041si-pre.dtsi88 next-level-cache = <&cpc>;
98 next-level-cache = <&cpc>;
108 next-level-cache = <&cpc>;
118 next-level-cache = <&cpc>;
Dp3041si-pre.dtsi89 next-level-cache = <&cpc>;
99 next-level-cache = <&cpc>;
109 next-level-cache = <&cpc>;
119 next-level-cache = <&cpc>;
Dp5040si-pre.dtsi88 next-level-cache = <&cpc>;
98 next-level-cache = <&cpc>;
108 next-level-cache = <&cpc>;
118 next-level-cache = <&cpc>;
Dp5020si-pre.dtsi95 next-level-cache = <&cpc>;
105 next-level-cache = <&cpc>;
Dt4240si-post.dtsi597 cpc: l3-cache-controller@10000 { label
756 next-level-cache = <&cpc>;
761 next-level-cache = <&cpc>;
766 next-level-cache = <&cpc>;
Db4si-post.dtsi236 cpc: l3-cache-controller@10000 { label
354 next-level-cache = <&cpc>;
Db4420si-post.dtsi75 cpc: l3-cache-controller@10000 { label
Dt2081si-post.dtsi353 cpc: l3-cache-controller@10000 { label
511 next-level-cache = <&cpc>;
Db4860si-post.dtsi177 cpc: l3-cache-controller@10000 { label
Dp3041si-post.dtsi276 cpc: l3-cache-controller@10000 { label
Dp5020si-post.dtsi279 cpc: l3-cache-controller@10000 { label
Dp5040si-post.dtsi234 cpc: l3-cache-controller@10000 { label
Dp2041si-post.dtsi249 cpc: l3-cache-controller@10000 { label
Dt1040si-post.dtsi307 cpc: l3-cache-controller@10000 { label
Dp4080si-post.dtsi282 cpc: l3-cache-controller@10000 { label
/linux-4.1.27/arch/mips/math-emu/
Ddsemul.c34 int mips_dsemul(struct pt_regs *regs, mips_instruction ir, unsigned long cpc) in mips_dsemul() argument
43 regs->cp0_epc = cpc; in mips_dsemul()
48 pr_debug("dsemul %lx %lx\n", regs->cp0_epc, cpc); in mips_dsemul()
87 err |= __put_user(cpc, &fr->epc); in mips_dsemul()
/linux-4.1.27/fs/f2fs/
Dcheckpoint.c874 static void do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in do_checkpoint() argument
943 if (__remain_node_summaries(cpc->reason)) in do_checkpoint()
952 if (cpc->reason == CP_UMOUNT) in do_checkpoint()
957 if (cpc->reason == CP_FASTBOOT) in do_checkpoint()
1003 if (__remain_node_summaries(cpc->reason)) { in do_checkpoint()
1046 void write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in write_checkpoint() argument
1054 (cpc->reason == CP_FASTBOOT || cpc->reason == CP_SYNC)) in write_checkpoint()
1061 trace_f2fs_write_checkpoint(sbi->sb, cpc->reason, "start block_ops"); in write_checkpoint()
1066 trace_f2fs_write_checkpoint(sbi->sb, cpc->reason, "finish block_ops"); in write_checkpoint()
1082 flush_sit_entries(sbi, cpc); in write_checkpoint()
[all …]
Dsegment.c484 struct cp_control *cpc, unsigned int start, unsigned int end) in __add_discard_entry() argument
491 if (START_BLOCK(sbi, cpc->trim_start) + start == in __add_discard_entry()
500 new->blkaddr = START_BLOCK(sbi, cpc->trim_start) + start; in __add_discard_entry()
505 cpc->trimmed += end - start; in __add_discard_entry()
508 static void add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc) in add_discard_addrs() argument
512 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); in add_discard_addrs()
517 bool force = (cpc->reason == CP_DISCARD); in add_discard_addrs()
532 if (test_bit(cpc->trim_start, dirty_i->dirty_segmap[PRE])) { in add_discard_addrs()
534 cpc->trimmed += sbi->blocks_per_seg; in add_discard_addrs()
539 __add_discard_entry(sbi, cpc, 0, sbi->blocks_per_seg); in add_discard_addrs()
[all …]
Dgc.c695 struct cp_control cpc; in f2fs_gc() local
701 cpc.reason = __get_cp_reason(sbi); in f2fs_gc()
710 write_checkpoint(sbi, &cpc); in f2fs_gc()
735 write_checkpoint(sbi, &cpc); in f2fs_gc()
Dsuper.c477 struct cp_control cpc = { in f2fs_put_super() local
480 write_checkpoint(sbi, &cpc); in f2fs_put_super()
513 struct cp_control cpc; in f2fs_sync_fs() local
515 cpc.reason = __get_cp_reason(sbi); in f2fs_sync_fs()
518 write_checkpoint(sbi, &cpc); in f2fs_sync_fs()
Drecovery.c566 struct cp_control cpc = { in recover_fsync_data() local
570 write_checkpoint(sbi, &cpc); in recover_fsync_data()
/linux-4.1.27/arch/mips/include/asm/
Dfpu_emulator.h64 unsigned long cpc);
/linux-4.1.27/arch/mips/kernel/
Dmips-r2-to-r6-emul.c909 unsigned long cpc, epc, nepc, r31, res, rs, rt; in mipsr2_decoder() local
998 cpc = regs->cp0_epc; in mipsr2_decoder()
1035 err = mips_dsemul(regs, nir, cpc); in mipsr2_decoder()
1053 cpc = regs->cp0_epc; in mipsr2_decoder()
1084 err = mips_dsemul(regs, nir, cpc); in mipsr2_decoder()
1114 cpc = regs->cp0_epc; in mipsr2_decoder()
1151 err = mips_dsemul(regs, nir, cpc); in mipsr2_decoder()
DMakefile105 obj-$(CONFIG_MIPS_CPC) += mips-cpc.o
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dsuper25.c88 void lustre_register_client_process_config(int (*cpc)(struct lustre_cfg *lcfg));
/linux-4.1.27/arch/powerpc/boot/dts/
Debony.dts77 CPC0: cpc {
78 compatible = "ibm,cpc-440gp";
Dtaishan.dts103 CPC0: cpc {
104 compatible = "ibm,cpc-440gp";
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c970 void lustre_register_client_process_config(int (*cpc)(struct lustre_cfg *lcfg)) in lustre_register_client_process_config()
972 client_process_config = cpc; in lustre_register_client_process_config()