/linux-4.1.27/drivers/s390/char/ |
D | sclp_ocf.c | 45 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/ |
D | p4080si-pre.dtsi | 88 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>;
|
D | t104xsi-pre.dtsi | 73 next-level-cache = <&cpc>; 82 next-level-cache = <&cpc>; 91 next-level-cache = <&cpc>; 100 next-level-cache = <&cpc>;
|
D | p2041si-pre.dtsi | 88 next-level-cache = <&cpc>; 98 next-level-cache = <&cpc>; 108 next-level-cache = <&cpc>; 118 next-level-cache = <&cpc>;
|
D | p3041si-pre.dtsi | 89 next-level-cache = <&cpc>; 99 next-level-cache = <&cpc>; 109 next-level-cache = <&cpc>; 119 next-level-cache = <&cpc>;
|
D | p5040si-pre.dtsi | 88 next-level-cache = <&cpc>; 98 next-level-cache = <&cpc>; 108 next-level-cache = <&cpc>; 118 next-level-cache = <&cpc>;
|
D | p5020si-pre.dtsi | 95 next-level-cache = <&cpc>; 105 next-level-cache = <&cpc>;
|
D | t4240si-post.dtsi | 597 cpc: l3-cache-controller@10000 { label 756 next-level-cache = <&cpc>; 761 next-level-cache = <&cpc>; 766 next-level-cache = <&cpc>;
|
D | b4si-post.dtsi | 236 cpc: l3-cache-controller@10000 { label 354 next-level-cache = <&cpc>;
|
D | b4420si-post.dtsi | 75 cpc: l3-cache-controller@10000 { label
|
D | t2081si-post.dtsi | 353 cpc: l3-cache-controller@10000 { label 511 next-level-cache = <&cpc>;
|
D | b4860si-post.dtsi | 177 cpc: l3-cache-controller@10000 { label
|
D | p3041si-post.dtsi | 276 cpc: l3-cache-controller@10000 { label
|
D | p5020si-post.dtsi | 279 cpc: l3-cache-controller@10000 { label
|
D | p5040si-post.dtsi | 234 cpc: l3-cache-controller@10000 { label
|
D | p2041si-post.dtsi | 249 cpc: l3-cache-controller@10000 { label
|
D | t1040si-post.dtsi | 307 cpc: l3-cache-controller@10000 { label
|
D | p4080si-post.dtsi | 282 cpc: l3-cache-controller@10000 { label
|
/linux-4.1.27/arch/mips/math-emu/ |
D | dsemul.c | 34 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/ |
D | checkpoint.c | 874 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 …]
|
D | segment.c | 484 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 …]
|
D | gc.c | 695 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()
|
D | super.c | 477 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()
|
D | recovery.c | 566 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/ |
D | fpu_emulator.h | 64 unsigned long cpc);
|
/linux-4.1.27/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 909 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()
|
D | Makefile | 105 obj-$(CONFIG_MIPS_CPC) += mips-cpc.o
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | super25.c | 88 void lustre_register_client_process_config(int (*cpc)(struct lustre_cfg *lcfg));
|
/linux-4.1.27/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";
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 970 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()
|