Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/powerpc/boot/dts/fsl/
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>;
Dt104xsi-pre.dtsi80 next-level-cache = <&cpc>;
89 next-level-cache = <&cpc>;
98 next-level-cache = <&cpc>;
107 next-level-cache = <&cpc>;
Dp2041si-pre.dtsi96 next-level-cache = <&cpc>;
106 next-level-cache = <&cpc>;
116 next-level-cache = <&cpc>;
126 next-level-cache = <&cpc>;
Dp3041si-pre.dtsi97 next-level-cache = <&cpc>;
107 next-level-cache = <&cpc>;
117 next-level-cache = <&cpc>;
127 next-level-cache = <&cpc>;
Dp5040si-pre.dtsi103 next-level-cache = <&cpc>;
113 next-level-cache = <&cpc>;
123 next-level-cache = <&cpc>;
133 next-level-cache = <&cpc>;
Dt102xsi-pre.dtsi80 next-level-cache = <&cpc>;
89 next-level-cache = <&cpc>;
Dp5020si-pre.dtsi103 next-level-cache = <&cpc>;
113 next-level-cache = <&cpc>;
Db4420si-post.dtsi75 cpc: l3-cache-controller@10000 { label
95 next-level-cache = <&cpc>;
Db4860si-post.dtsi244 cpc: l3-cache-controller@10000 { label
282 next-level-cache = <&cpc>;
Dt4240si-post.dtsi914 cpc: l3-cache-controller@10000 { label
1160 next-level-cache = <&cpc>;
1165 next-level-cache = <&cpc>;
1170 next-level-cache = <&cpc>;
Dt2081si-post.dtsi478 cpc: l3-cache-controller@10000 { label
680 next-level-cache = <&cpc>;
Dt1023si-post.dtsi205 cpc: l3-cache-controller@10000 { label
Dp5020si-post.dtsi291 cpc: l3-cache-controller@10000 { label
Dp2041si-post.dtsi261 cpc: l3-cache-controller@10000 { label
Dp3041si-post.dtsi288 cpc: l3-cache-controller@10000 { label
Db4si-post.dtsi337 cpc: l3-cache-controller@10000 { label
Dp5040si-post.dtsi246 cpc: l3-cache-controller@10000 { label
Dt1040si-post.dtsi384 cpc: l3-cache-controller@10000 { label
Dp4080si-post.dtsi294 cpc: l3-cache-controller@10000 { label
/linux-4.4.14/arch/mips/math-emu/
Ddsemul.c34 int mips_dsemul(struct pt_regs *regs, mips_instruction ir, unsigned long cpc) in mips_dsemul() argument
42 regs->cp0_epc = cpc; in mips_dsemul()
47 pr_debug("dsemul %lx %lx\n", regs->cp0_epc, cpc); in mips_dsemul()
86 err |= __put_user(cpc, &fr->epc); in mips_dsemul()
/linux-4.4.14/fs/f2fs/
Dcheckpoint.c922 static void do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in do_checkpoint() argument
992 if (__remain_node_summaries(cpc->reason)) in do_checkpoint()
1001 if (cpc->reason == CP_UMOUNT) in do_checkpoint()
1006 if (cpc->reason == CP_FASTBOOT) in do_checkpoint()
1049 if (__remain_node_summaries(cpc->reason)) { in do_checkpoint()
1089 clear_prefree_segments(sbi, cpc); in do_checkpoint()
1096 void write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in write_checkpoint() argument
1104 (cpc->reason == CP_FASTBOOT || cpc->reason == CP_SYNC || in write_checkpoint()
1105 (cpc->reason == CP_DISCARD && !sbi->discard_blks))) in write_checkpoint()
1112 trace_f2fs_write_checkpoint(sbi->sb, cpc->reason, "start block_ops"); in write_checkpoint()
[all …]
Dsegment.c539 struct cp_control *cpc, struct seg_entry *se, in __add_discard_entry() argument
547 if (START_BLOCK(sbi, cpc->trim_start) + start == in __add_discard_entry()
556 new->blkaddr = START_BLOCK(sbi, cpc->trim_start) + start; in __add_discard_entry()
563 static void add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc) in add_discard_addrs() argument
567 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); in add_discard_addrs()
573 bool force = (cpc->reason == CP_DISCARD); in add_discard_addrs()
596 __add_discard_entry(sbi, cpc, se, start, end); in add_discard_addrs()
626 void clear_prefree_segments(struct f2fs_sb_info *sbi, struct cp_control *cpc) in clear_prefree_segments() argument
659 if (cpc->reason == CP_DISCARD && entry->len < cpc->trim_minlen) in clear_prefree_segments()
662 cpc->trimmed += entry->len; in clear_prefree_segments()
[all …]
Dgc.c823 struct cp_control cpc; in f2fs_gc() local
829 cpc.reason = __get_cp_reason(sbi); in f2fs_gc()
841 write_checkpoint(sbi, &cpc); in f2fs_gc()
874 write_checkpoint(sbi, &cpc); in f2fs_gc()
Dsuper.c538 struct cp_control cpc = { in f2fs_put_super() local
541 write_checkpoint(sbi, &cpc); in f2fs_put_super()
580 struct cp_control cpc; in f2fs_sync_fs() local
582 cpc.reason = __get_cp_reason(sbi); in f2fs_sync_fs()
585 write_checkpoint(sbi, &cpc); in f2fs_sync_fs()
Drecovery.c594 struct cp_control cpc = { in recover_fsync_data() local
598 write_checkpoint(sbi, &cpc); in recover_fsync_data()
Dfile.c1632 struct cp_control cpc; in f2fs_ioc_write_checkpoint() local
1640 cpc.reason = __get_cp_reason(sbi); in f2fs_ioc_write_checkpoint()
1643 write_checkpoint(sbi, &cpc); in f2fs_ioc_write_checkpoint()
/linux-4.4.14/arch/mips/include/asm/
Dfpu_emulator.h64 unsigned long cpc);
/linux-4.4.14/arch/mips/kernel/
Dmips-r2-to-r6-emul.c910 unsigned long cpc, epc, nepc, r31, res, rs, rt; in mipsr2_decoder() local
999 cpc = regs->cp0_epc; in mipsr2_decoder()
1036 err = mips_dsemul(regs, nir, cpc); in mipsr2_decoder()
1054 cpc = regs->cp0_epc; in mipsr2_decoder()
1085 err = mips_dsemul(regs, nir, cpc); in mipsr2_decoder()
1115 cpc = regs->cp0_epc; in mipsr2_decoder()
1152 err = mips_dsemul(regs, nir, cpc); in mipsr2_decoder()
DMakefile106 obj-$(CONFIG_MIPS_CPC) += mips-cpc.o
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dsuper25.c90 void lustre_register_client_process_config(int (*cpc)(struct lustre_cfg *lcfg));
/linux-4.4.14/arch/powerpc/boot/dts/
Debony.dts77 CPC0: cpc {
78 compatible = "ibm,cpc-440gp";
Dtaishan.dts103 CPC0: cpc {
104 compatible = "ibm,cpc-440gp";
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c730 void lustre_register_client_process_config(int (*cpc)(struct lustre_cfg *lcfg)) in lustre_register_client_process_config()
732 client_process_config = cpc; in lustre_register_client_process_config()