Searched refs:cc (Results 1 - 25 of 445) sorted by relevance

1234567891011>>

/linux-master/drivers/bcma/
H A Ddriver_chipcommon.c18 static inline u32 bcma_cc_write32_masked(struct bcma_drv_cc *cc, u16 offset, argument
22 value |= bcma_cc_read32(cc, offset) & ~mask;
23 bcma_cc_write32(cc, offset, value);
28 u32 bcma_chipco_get_alp_clock(struct bcma_drv_cc *cc) argument
30 if (cc->capabilities & BCMA_CC_CAP_PMU)
31 return bcma_pmu_get_alp_clock(cc);
37 static bool bcma_core_cc_has_pmu_watchdog(struct bcma_drv_cc *cc) argument
39 struct bcma_bus *bus = cc->core->bus;
41 if (cc->capabilities & BCMA_CC_CAP_PMU) {
56 static u32 bcma_chipco_watchdog_get_max_timer(struct bcma_drv_cc *cc) argument
80 struct bcma_drv_cc *cc = bcm47xx_wdt_get_drvdata(wdt); local
88 struct bcma_drv_cc *cc = bcm47xx_wdt_get_drvdata(wdt); local
95 bcma_chipco_watchdog_ticks_per_ms(struct bcma_drv_cc *cc) argument
113 bcma_chipco_watchdog_register(struct bcma_drv_cc *cc) argument
142 bcma_core_chipcommon_flash_detect(struct bcma_drv_cc *cc) argument
169 bcma_core_chipcommon_early_init(struct bcma_drv_cc *cc) argument
193 bcma_core_chipcommon_init(struct bcma_drv_cc *cc) argument
236 bcma_chipco_watchdog_timer_set(struct bcma_drv_cc *cc, u32 ticks) argument
264 bcma_chipco_irq_mask(struct bcma_drv_cc *cc, u32 mask, u32 value) argument
269 bcma_chipco_irq_status(struct bcma_drv_cc *cc, u32 mask) argument
274 bcma_chipco_gpio_in(struct bcma_drv_cc *cc, u32 mask) argument
279 bcma_chipco_gpio_out(struct bcma_drv_cc *cc, u32 mask, u32 value) argument
292 bcma_chipco_gpio_outen(struct bcma_drv_cc *cc, u32 mask, u32 value) argument
309 bcma_chipco_gpio_control(struct bcma_drv_cc *cc, u32 mask, u32 value) argument
322 bcma_chipco_gpio_intmask(struct bcma_drv_cc *cc, u32 mask, u32 value) argument
334 bcma_chipco_gpio_polarity(struct bcma_drv_cc *cc, u32 mask, u32 value) argument
346 bcma_chipco_gpio_pullup(struct bcma_drv_cc *cc, u32 mask, u32 value) argument
361 bcma_chipco_gpio_pulldown(struct bcma_drv_cc *cc, u32 mask, u32 value) argument
377 bcma_chipco_serial_init(struct bcma_drv_cc *cc) argument
[all...]
H A Ddriver_chipcommon_pmu.c16 u32 bcma_chipco_pll_read(struct bcma_drv_cc *cc, u32 offset) argument
18 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset);
19 bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_ADDR);
20 return bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_DATA);
24 void bcma_chipco_pll_write(struct bcma_drv_cc *cc, u32 offset, u32 value) argument
26 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADDR, offset);
27 bcma_pmu_read32(cc, BCMA_CC_PMU_PLLCTL_ADDR);
28 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_DATA, value);
32 void bcma_chipco_pll_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, argument
35 bcma_pmu_write32(cc, BCMA_CC_PMU_PLLCTL_ADD
41 bcma_chipco_chipctl_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, u32 set) argument
50 bcma_chipco_regctl_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, u32 set) argument
59 bcma_pmu_xtalfreq(struct bcma_drv_cc *cc) argument
80 bcma_pmu2_pll_init0(struct bcma_drv_cc *cc, u32 xtalfreq) argument
148 bcma_pmu_pll_init(struct bcma_drv_cc *cc) argument
162 bcma_pmu_resources_init(struct bcma_drv_cc *cc) argument
210 bcma_chipco_bcm4331_ext_pa_lines_ctl(struct bcma_drv_cc *cc, bool enable) argument
230 bcma_pmu_workarounds(struct bcma_drv_cc *cc) argument
274 bcma_pmu_early_init(struct bcma_drv_cc *cc) argument
295 bcma_pmu_init(struct bcma_drv_cc *cc) argument
309 bcma_pmu_get_alp_clock(struct bcma_drv_cc *cc) argument
353 bcma_pmu_pll_clock(struct bcma_drv_cc *cc, u32 pll0, u32 m) argument
389 bcma_pmu_pll_clock_bcm4706(struct bcma_drv_cc *cc, u32 pll0, u32 m) argument
420 bcma_pmu_get_bus_clock(struct bcma_drv_cc *cc) argument
452 bcma_pmu_get_cpu_clock(struct bcma_drv_cc *cc) argument
486 bcma_pmu_spuravoid_pll_write(struct bcma_drv_cc *cc, u32 offset, u32 value) argument
493 bcma_pmu_spuravoid_pllupdate(struct bcma_drv_cc *cc, int spuravoid) argument
[all...]
H A Ddriver_chipcommon_nflash.c28 int bcma_nflash_init(struct bcma_drv_cc *cc) argument
30 struct bcma_bus *bus = cc->core->bus;
34 cc->core->id.rev != 38) {
39 if (!(cc->capabilities & BCMA_CC_CAP_NFLASH)) {
44 cc->nflash.present = true;
45 if (cc->core->id.rev == 38 &&
46 (cc->status & BCMA_CC_CHIPST_5357_NAND_BOOT)) {
47 cc->nflash.boot = true;
49 reg = bcma_cc_read32(cc, BCMA_CC_NAND_CS_NAND_SELECT) & 0xff;
50 cc
[all...]
H A Ddriver_gpio.c24 struct bcma_drv_cc *cc = gpiochip_get_data(chip); local
26 return !!bcma_chipco_gpio_in(cc, 1 << gpio);
32 struct bcma_drv_cc *cc = gpiochip_get_data(chip); local
34 bcma_chipco_gpio_out(cc, 1 << gpio, value ? 1 << gpio : 0);
39 struct bcma_drv_cc *cc = gpiochip_get_data(chip); local
41 bcma_chipco_gpio_outen(cc, 1 << gpio, 0);
48 struct bcma_drv_cc *cc = gpiochip_get_data(chip); local
50 bcma_chipco_gpio_outen(cc, 1 << gpio, 1 << gpio);
51 bcma_chipco_gpio_out(cc, 1 << gpio, value ? 1 << gpio : 0);
57 struct bcma_drv_cc *cc local
70 struct bcma_drv_cc *cc = gpiochip_get_data(chip); local
81 struct bcma_drv_cc *cc = gpiochip_get_data(gc); local
93 struct bcma_drv_cc *cc = gpiochip_get_data(gc); local
110 struct bcma_drv_cc *cc = dev_id; local
128 bcma_gpio_irq_init(struct bcma_drv_cc *cc) argument
157 bcma_gpio_irq_exit(struct bcma_drv_cc *cc) argument
166 bcma_gpio_irq_init(struct bcma_drv_cc *cc) argument
171 bcma_gpio_irq_exit(struct bcma_drv_cc *cc) argument
176 bcma_gpio_init(struct bcma_drv_cc *cc) argument
231 bcma_gpio_unregister(struct bcma_drv_cc *cc) argument
[all...]
H A Dbcma_private.h45 void bcma_core_chipcommon_early_init(struct bcma_drv_cc *cc);
46 void bcma_core_chipcommon_init(struct bcma_drv_cc *cc);
47 void bcma_chipco_bcm4331_ext_pa_lines_ctl(struct bcma_drv_cc *cc, bool enable);
49 void bcma_chipco_serial_init(struct bcma_drv_cc *cc);
57 void bcma_pmu_early_init(struct bcma_drv_cc *cc);
58 void bcma_pmu_init(struct bcma_drv_cc *cc);
59 u32 bcma_pmu_get_alp_clock(struct bcma_drv_cc *cc);
60 u32 bcma_pmu_get_cpu_clock(struct bcma_drv_cc *cc);
68 int bcma_pflash_init(struct bcma_drv_cc *cc);
70 static inline int bcma_pflash_init(struct bcma_drv_cc *cc) argument
82 bcma_sflash_init(struct bcma_drv_cc *cc) argument
94 bcma_nflash_init(struct bcma_drv_cc *cc) argument
205 bcma_gpio_init(struct bcma_drv_cc *cc) argument
209 bcma_gpio_unregister(struct bcma_drv_cc *cc) argument
[all...]
/linux-master/tools/arch/x86/include/asm/
H A Drmwcc.h5 #define __GEN_RMWcc(fullop, var, cc, ...) \
7 asm goto (fullop "; j" cc " %l[cc_label]" \
15 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \
16 __GEN_RMWcc(op " " arg0, var, cc)
18 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \
19 __GEN_RMWcc(op " %1, " arg0, var, cc, vcon (val))
/linux-master/drivers/ssb/
H A Ddriver_chipcommon.c32 static inline u32 chipco_write32_masked(struct ssb_chipcommon *cc, u16 offset, argument
36 value |= chipco_read32(cc, offset) & ~mask;
37 chipco_write32(cc, offset, value);
42 void ssb_chipco_set_clockmode(struct ssb_chipcommon *cc, argument
45 struct ssb_device *ccdev = cc->dev;
57 if (cc->capabilities & SSB_CHIPCO_CAP_PMU)
69 if (!(cc->capabilities & SSB_CHIPCO_CAP_PCTL))
74 tmp = chipco_read32(cc, SSB_CHIPCO_SLOWCLKCTL);
76 chipco_write32(cc, SSB_CHIPCO_SLOWCLKCTL, tmp);
81 tmp = chipco_read32(cc, SSB_CHIPCO_SLOWCLKCT
119 chipco_pctl_get_slowclksrc(struct ssb_chipcommon *cc) argument
150 chipco_pctl_clockfreqlimit(struct ssb_chipcommon *cc, int get_max) argument
211 chipco_powercontrol_init(struct ssb_chipcommon *cc) argument
242 pmu_fast_powerup_delay(struct ssb_chipcommon *cc) argument
259 calc_fast_powerup_delay(struct ssb_chipcommon *cc) argument
285 ssb_chipco_alp_clock(struct ssb_chipcommon *cc) argument
293 ssb_chipco_watchdog_get_max_timer(struct ssb_chipcommon *cc) argument
313 struct ssb_chipcommon *cc = bcm47xx_wdt_get_drvdata(wdt); local
323 struct ssb_chipcommon *cc = bcm47xx_wdt_get_drvdata(wdt); local
333 ssb_chipco_watchdog_ticks_per_ms(struct ssb_chipcommon *cc) argument
348 ssb_chipcommon_init(struct ssb_chipcommon *cc) argument
375 ssb_chipco_suspend(struct ssb_chipcommon *cc) argument
382 ssb_chipco_resume(struct ssb_chipcommon *cc) argument
391 ssb_chipco_get_clockcpu(struct ssb_chipcommon *cc, u32 *plltype, u32 *n, u32 *m) argument
414 ssb_chipco_get_clockcontrol(struct ssb_chipcommon *cc, u32 *plltype, u32 *n, u32 *m) argument
434 ssb_chipco_timing_init(struct ssb_chipcommon *cc, unsigned long ns) argument
471 ssb_chipco_watchdog_timer_set(struct ssb_chipcommon *cc, u32 ticks) argument
494 ssb_chipco_irq_mask(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
499 ssb_chipco_irq_status(struct ssb_chipcommon *cc, u32 mask) argument
504 ssb_chipco_gpio_in(struct ssb_chipcommon *cc, u32 mask) argument
509 ssb_chipco_gpio_out(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
521 ssb_chipco_gpio_outen(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
533 ssb_chipco_gpio_control(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
546 ssb_chipco_gpio_intmask(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
558 ssb_chipco_gpio_polarity(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
570 ssb_chipco_gpio_pullup(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
585 ssb_chipco_gpio_pulldown(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
601 ssb_chipco_serial_init(struct ssb_chipcommon *cc, struct ssb_serial_port *ports) argument
[all...]
H A Ddriver_chipcommon_pmu.c22 static u32 ssb_chipco_pll_read(struct ssb_chipcommon *cc, u32 offset) argument
24 chipco_write32(cc, SSB_CHIPCO_PLLCTL_ADDR, offset);
25 return chipco_read32(cc, SSB_CHIPCO_PLLCTL_DATA);
28 static void ssb_chipco_pll_write(struct ssb_chipcommon *cc, argument
31 chipco_write32(cc, SSB_CHIPCO_PLLCTL_ADDR, offset);
32 chipco_write32(cc, SSB_CHIPCO_PLLCTL_DATA, value);
35 static void ssb_chipco_regctl_maskset(struct ssb_chipcommon *cc, argument
40 chipco_read32(cc, SSB_CHIPCO_REGCTL_ADDR);
41 chipco_write32(cc, SSB_CHIPCO_REGCTL_ADDR, offset);
42 chipco_read32(cc, SSB_CHIPCO_REGCTL_ADD
90 ssb_pmu0_pllinit_r0(struct ssb_chipcommon *cc, u32 crystalfreq) argument
221 ssb_pmu1_pllinit_r0(struct ssb_chipcommon *cc, u32 crystalfreq) argument
317 ssb_pmu_pll_init(struct ssb_chipcommon *cc) argument
423 ssb_pmu_resources_init(struct ssb_chipcommon *cc) argument
517 ssb_pmu_init(struct ssb_chipcommon *cc) argument
540 ssb_pmu_set_ldo_voltage(struct ssb_chipcommon *cc, enum ssb_pmu_ldo_volt_id id, u32 voltage) argument
590 ssb_pmu_set_ldo_paref(struct ssb_chipcommon *cc, bool on) argument
619 ssb_pmu_get_alp_clock_clk0(struct ssb_chipcommon *cc) argument
631 ssb_pmu_get_alp_clock(struct ssb_chipcommon *cc) argument
645 ssb_pmu_get_cpu_clock(struct ssb_chipcommon *cc) argument
660 ssb_pmu_get_controlclock(struct ssb_chipcommon *cc) argument
674 ssb_pmu_spuravoid_pllupdate(struct ssb_chipcommon *cc, int spuravoid) argument
[all...]
/linux-master/arch/s390/pci/
H A Dpci_insn.c23 u8 cc; member in struct:zpci_err_insn_data
37 static inline void zpci_err_insn_req(int lvl, u8 insn, u8 cc, u8 status, argument
41 .insn = insn, .cc = cc, .status = status,
47 static inline void zpci_err_insn_addr(int lvl, u8 insn, u8 cc, u8 status, argument
51 .insn = insn, .cc = cc, .status = status,
60 u8 cc; local
64 " ipm %[cc]\n"
65 " srl %[cc],2
75 u8 cc; local
101 u8 cc; local
117 u8 cc, status; local
159 int cc = -ENXIO; local
178 int cc; local
191 int cc; local
225 int cc = -ENXIO; local
244 int cc; local
261 int cc = -ENXIO; local
280 int cc; local
314 int cc = -ENXIO; local
332 int cc; local
348 int cc = -ENXIO; local
367 int cc; local
401 int cc = -ENXIO; local
420 int cc; local
[all...]
/linux-master/drivers/clk/sprd/
H A Dcomposite.c15 struct sprd_comp *cc = hw_to_sprd_comp(hw); local
17 return divider_determine_rate(hw, req, NULL, cc->div.width, 0);
23 struct sprd_comp *cc = hw_to_sprd_comp(hw); local
25 return sprd_div_helper_recalc_rate(&cc->common, &cc->div, parent_rate);
31 struct sprd_comp *cc = hw_to_sprd_comp(hw); local
33 return sprd_div_helper_set_rate(&cc->common, &cc->div,
39 struct sprd_comp *cc = hw_to_sprd_comp(hw); local
41 return sprd_mux_helper_get_parent(&cc
46 struct sprd_comp *cc = hw_to_sprd_comp(hw); local
[all...]
/linux-master/kernel/time/
H A Dtimecounter.c9 const struct cyclecounter *cc,
12 tc->cc = cc;
13 tc->cycle_last = cc->read(cc);
15 tc->mask = (1ULL << cc->shift) - 1;
37 cycle_now = tc->cc->read(tc->cc);
40 cycle_delta = (cycle_now - tc->cycle_last) & tc->cc->mask;
43 ns_offset = cyclecounter_cyc2ns(tc->cc, cycle_delt
8 timecounter_init(struct timecounter *tc, const struct cyclecounter *cc, u64 start_tstamp) argument
69 cc_cyc2ns_backwards(const struct cyclecounter *cc, u64 cycles, u64 mask, u64 frac) argument
[all...]
/linux-master/scripts/
H A DMakefile.kcsan2 # GCC and Clang accept backend options differently. Do not wrap in cc-option,
5 cc-param = -mllvm -$(1)
7 cc-param = --param $(1)
13 $(call cc-option,$(call cc-param,tsan-compound-read-before-write=1),$(call cc-option,$(call cc-param,tsan-instrument-read-before-write=1))) \
14 $(call cc-param,tsan-distinguish-volatile=1)
23 kcsan-cflags += $(call cc-option,$(call cc
[all...]
H A DMakefile.extrawarn18 KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,)
19 KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member)
42 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
43 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
46 KBUILD_CFLAGS += $(call cc-disable-warning, dangling-pointer)
57 KBUILD_CFLAGS += $(call cc-option, -Wcast-function-type)
77 KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types)
80 KBUILD_CFLAGS += $(call cc-option,-Werror=designated-init)
83 KBUILD_CFLAGS += $(call cc-option,-Wenum-conversion)
91 KBUILD_CFLAGS += $(call cc
[all...]
H A DMakefile.kasan14 cc-param = $(call cc-option, -mllvm -$(1), $(call cc-option, --param $(1)))
33 CFLAGS_KASAN_SHADOW := $(call cc-option, -fsanitize=kernel-address \
35 $(call cc-option, -fsanitize=kernel-address \
43 $(call cc-param,asan-globals=1) \
44 $(call cc-param,asan-instrumentation-with-call-threshold=$(call_threshold)) \
45 $(call cc-param,asan-instrument-allocas=1)
48 CFLAGS_KASAN += $(call cc-param,asan-stack=$(stack_enable))
53 CFLAGS_KASAN += $(call cc
[all...]
/linux-master/arch/x86/include/asm/
H A Drmwcc.h13 #define __GEN_RMWcc(fullop, _var, cc, clobbers, ...) \
16 asm goto (fullop "; j" #cc " %l[cc_label]" \
29 #define __GEN_RMWcc(fullop, _var, cc, clobbers, ...) \
32 asm volatile (fullop CC_SET(cc) \
33 : [var] "+m" (_var), CC_OUT(cc) (c) \
40 #define GEN_UNARY_RMWcc_4(op, var, cc, arg0) \
41 __GEN_RMWcc(op " " arg0, var, cc, __CLOBBERS_MEM())
43 #define GEN_UNARY_RMWcc_3(op, var, cc) \
44 GEN_UNARY_RMWcc_4(op, var, cc, "%[var]")
48 #define GEN_BINARY_RMWcc_6(op, var, cc, vco
[all...]
/linux-master/drivers/md/
H A Ddm-crypt.c74 struct crypt_config *cc; member in struct:dm_crypt_io
102 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
104 void (*dtr)(struct crypt_config *cc);
105 int (*init)(struct crypt_config *cc);
106 int (*wipe)(struct crypt_config *cc);
107 int (*generator)(struct crypt_config *cc, u8 *iv,
109 int (*post)(struct crypt_config *cc, u8 *iv,
244 static struct scatterlist *crypt_get_sg_data(struct crypt_config *cc,
247 static bool crypt_integrity_aead(struct crypt_config *cc);
252 static struct crypto_skcipher *any_tfm(struct crypt_config *cc) argument
257 any_tfm_aead(struct crypt_config *cc) argument
318 crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
327 crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
336 crypt_iv_plain64be_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
346 crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
359 crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
390 crypt_iv_benbi_dtr(struct crypt_config *cc) argument
394 crypt_iv_benbi_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
407 crypt_iv_null_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
415 crypt_iv_lmk_dtr(struct crypt_config *cc) argument
427 crypt_iv_lmk_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
460 crypt_iv_lmk_init(struct crypt_config *cc) argument
473 crypt_iv_lmk_wipe(struct crypt_config *cc) argument
483 crypt_iv_lmk_one(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq, u8 *data) argument
531 crypt_iv_lmk_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
549 crypt_iv_lmk_post(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
571 crypt_iv_tcw_dtr(struct crypt_config *cc) argument
585 crypt_iv_tcw_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
618 crypt_iv_tcw_init(struct crypt_config *cc) argument
630 crypt_iv_tcw_wipe(struct crypt_config *cc) argument
640 crypt_iv_tcw_whitening(struct crypt_config *cc, struct dm_crypt_request *dmreq, u8 *data) argument
672 crypt_iv_tcw_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
698 crypt_iv_tcw_post(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
717 crypt_iv_random_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
725 crypt_iv_eboiv_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
741 crypt_iv_eboiv_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
775 crypt_iv_elephant_dtr(struct crypt_config *cc) argument
783 crypt_iv_elephant_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
947 crypt_iv_elephant(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1020 crypt_iv_elephant_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
1034 crypt_iv_elephant_post(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
1043 crypt_iv_elephant_init(struct crypt_config *cc) argument
1051 crypt_iv_elephant_wipe(struct crypt_config *cc) argument
1125 crypt_integrity_aead(struct crypt_config *cc) argument
1130 crypt_integrity_hmac(struct crypt_config *cc) argument
1136 crypt_get_sg_data(struct crypt_config *cc, struct scatterlist *sg) argument
1170 crypt_integrity_ctr(struct crypt_config *cc, struct dm_target *ti) argument
1217 crypt_convert_init(struct crypt_config *cc, struct convert_context *ctx, struct bio *bio_out, struct bio *bio_in, sector_t sector) argument
1232 dmreq_of_req(struct crypt_config *cc, void *req) argument
1238 req_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1243 iv_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1254 org_iv_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1260 org_sector_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1268 org_tag_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1277 tag_from_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1287 iv_tag_from_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
1293 crypt_convert_block_aead(struct crypt_config *cc, struct convert_context *ctx, struct aead_request *req, unsigned int tag_offset) argument
1395 crypt_convert_block_skcipher(struct crypt_config *cc, struct convert_context *ctx, struct skcipher_request *req, unsigned int tag_offset) argument
1474 crypt_alloc_req_skcipher(struct crypt_config *cc, struct convert_context *ctx) argument
1498 crypt_alloc_req_aead(struct crypt_config *cc, struct convert_context *ctx) argument
1520 crypt_alloc_req(struct crypt_config *cc, struct convert_context *ctx) argument
1529 crypt_free_req_skcipher(struct crypt_config *cc, struct skcipher_request *req, struct bio *base_bio) argument
1538 crypt_free_req_aead(struct crypt_config *cc, struct aead_request *req, struct bio *base_bio) argument
1547 crypt_free_req(struct crypt_config *cc, void *req, struct bio *base_bio) argument
1558 crypt_convert(struct crypt_config *cc, struct convert_context *ctx, bool atomic, bool reset_pending) argument
1676 struct crypt_config *cc = io->cc; local
1744 crypt_free_buffer_pages(struct crypt_config *cc, struct bio *clone) argument
1761 crypt_io_init(struct dm_crypt_io *io, struct crypt_config *cc, struct bio *bio, sector_t sector) argument
1789 struct crypt_config *cc = io->cc; local
1838 struct crypt_config *cc = io->cc; local
1870 struct crypt_config *cc = io->cc; local
1927 struct crypt_config *cc = io->cc; local
1944 struct crypt_config *cc = data; local
1997 struct crypt_config *cc = io->cc; local
2038 kcryptd_crypt_write_inline(struct crypt_config *cc, struct convert_context *ctx) argument
2062 struct crypt_config *cc = io->cc; local
2092 struct crypt_config *cc = io->cc; local
2170 struct crypt_config *cc = io->cc; local
2188 struct crypt_config *cc = io->cc; local
2227 struct crypt_config *cc = io->cc; local
2290 struct crypt_config *cc = io->cc; local
2313 crypt_free_tfms_aead(struct crypt_config *cc) argument
2327 crypt_free_tfms_skcipher(struct crypt_config *cc) argument
2344 crypt_free_tfms(struct crypt_config *cc) argument
2352 crypt_alloc_tfms_skcipher(struct crypt_config *cc, char *ciphermode) argument
2383 crypt_alloc_tfms_aead(struct crypt_config *cc, char *ciphermode) argument
2404 crypt_alloc_tfms(struct crypt_config *cc, char *ciphermode) argument
2412 crypt_subkey_size(struct crypt_config *cc) argument
2417 crypt_authenckey_size(struct crypt_config *cc) argument
2444 crypt_setkey(struct crypt_config *cc) argument
2493 set_key_user(struct crypt_config *cc, struct key *key) argument
2509 set_key_encrypted(struct crypt_config *cc, struct key *key) argument
2525 set_key_trusted(struct crypt_config *cc, struct key *key) argument
2541 crypt_set_keyring_key(struct crypt_config *cc, const char *key_string) argument
2644 crypt_set_keyring_key(struct crypt_config *cc, const char *key_string) argument
2656 crypt_set_key(struct crypt_config *cc, char *key) argument
2693 crypt_wipe_key(struct crypt_config *cc) argument
2730 struct crypt_config *cc = pool_data; local
2751 struct crypt_config *cc = pool_data; local
2759 struct crypt_config *cc = ti->private; local
2812 struct crypt_config *cc = ti->private; local
2885 crypt_ctr_auth_cipher(struct crypt_config *cc, char *cipher_api) argument
2921 struct crypt_config *cc = ti->private; local
2994 struct crypt_config *cc = ti->private; local
3078 struct crypt_config *cc = ti->private; local
3134 struct crypt_config *cc = ti->private; local
3215 struct crypt_config *cc = ti->private; local
3231 struct crypt_config *cc; local
3447 struct crypt_config *cc = ti->private; local
3521 struct crypt_config *cc = ti->private; local
3610 struct crypt_config *cc = ti->private; local
3617 struct crypt_config *cc = ti->private; local
3629 struct crypt_config *cc = ti->private; local
3641 struct crypt_config *cc = ti->private; local
3682 struct crypt_config *cc = ti->private; local
3689 struct crypt_config *cc = ti->private; local
[all...]
/linux-master/fs/f2fs/
H A Dcompress.c52 int (*init_compress_ctx)(struct compress_ctx *cc);
53 void (*destroy_compress_ctx)(struct compress_ctx *cc);
54 int (*compress_pages)(struct compress_ctx *cc);
61 static unsigned int offset_in_cluster(struct compress_ctx *cc, pgoff_t index) argument
63 return index & (cc->cluster_size - 1);
66 static pgoff_t cluster_idx(struct compress_ctx *cc, pgoff_t index) argument
68 return index >> cc->log_cluster_size;
71 static pgoff_t start_idx_of_cluster(struct compress_ctx *cc) argument
73 return cc->cluster_idx << cc
100 f2fs_drop_rpages(struct compress_ctx *cc, int len, bool unlock) argument
114 f2fs_put_rpages(struct compress_ctx *cc) argument
119 f2fs_unlock_rpages(struct compress_ctx *cc, int len) argument
124 f2fs_put_rpages_wbc(struct compress_ctx *cc, struct writeback_control *wbc, bool redirty, int unlock) argument
143 f2fs_init_compress_ctx(struct compress_ctx *cc) argument
152 f2fs_destroy_compress_ctx(struct compress_ctx *cc, bool reuse) argument
163 f2fs_compress_ctx_add_page(struct compress_ctx *cc, struct page *page) argument
177 lzo_init_compress_ctx(struct compress_ctx *cc) argument
188 lzo_destroy_compress_ctx(struct compress_ctx *cc) argument
194 lzo_compress_pages(struct compress_ctx *cc) argument
240 lz4_init_compress_ctx(struct compress_ctx *cc) argument
262 lz4_destroy_compress_ctx(struct compress_ctx *cc) argument
268 lz4_compress_pages(struct compress_ctx *cc) argument
331 zstd_init_compress_ctx(struct compress_ctx *cc) argument
367 zstd_destroy_compress_ctx(struct compress_ctx *cc) argument
374 zstd_compress_pages(struct compress_ctx *cc) argument
508 lzorle_compress_pages(struct compress_ctx *cc) argument
624 f2fs_compress_pages(struct compress_ctx *cc) argument
826 is_page_in_cluster(struct compress_ctx *cc, pgoff_t index) argument
833 f2fs_cluster_is_empty(struct compress_ctx *cc) argument
838 f2fs_cluster_is_full(struct compress_ctx *cc) argument
843 f2fs_cluster_can_merge_page(struct compress_ctx *cc, pgoff_t index) argument
850 f2fs_all_cluster_page_ready(struct compress_ctx *cc, struct page **pages, int index, int nr_pages, bool uptodate) argument
876 cluster_has_invalid_data(struct compress_ctx *cc) argument
998 f2fs_compressed_blocks(struct compress_ctx *cc) argument
1011 cluster_may_compress(struct compress_ctx *cc) argument
1024 set_cluster_writeback(struct compress_ctx *cc) argument
1034 set_cluster_dirty(struct compress_ctx *cc) argument
1045 prepare_compress_overwrite(struct compress_ctx *cc, struct page **pagep, pgoff_t index, void **fsdata) argument
1135 struct compress_ctx cc = { local
1151 struct compress_ctx cc = { local
1217 f2fs_write_compressed_pages(struct compress_ctx *cc, int *submitted, struct writeback_control *wbc, enum iostat_type io_type) argument
1445 f2fs_write_raw_pages(struct compress_ctx *cc, int *submitted_p, struct writeback_control *wbc, enum iostat_type io_type) argument
1529 f2fs_write_multi_pages(struct compress_ctx *cc, int *submitted, struct writeback_control *wbc, enum iostat_type io_type) argument
1628 f2fs_alloc_dic(struct compress_ctx *cc) argument
[all...]
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-timestamp.c14 static u64 mcp251xfd_timestamp_read(const struct cyclecounter *cc) argument
20 priv = container_of(cc, struct mcp251xfd_priv, cc);
54 struct cyclecounter *cc = &priv->cc; local
56 cc->read = mcp251xfd_timestamp_read;
57 cc->mask = CYCLECOUNTER_MASK(32);
58 cc->shift = 1;
59 cc->mult = clocksource_hz2mult(priv->can.clock.freq, cc
[all...]
/linux-master/arch/m68k/
H A DMakefile19 CROSS_COMPILE := $(call cc-cross-prefix, \
41 cpuflags-$(CONFIG_M5441x) = $(call cc-option,-mcpu=54455,-mcfv4e)
42 cpuflags-$(CONFIG_M54xx) = $(call cc-option,-mcpu=5475,-m5200)
43 cpuflags-$(CONFIG_M5407) = $(call cc-option,-mcpu=5407,-m5200)
44 cpuflags-$(CONFIG_M532x) = $(call cc-option,-mcpu=532x,-m5307)
45 cpuflags-$(CONFIG_M537x) = $(call cc-option,-mcpu=537x,-m5307)
46 cpuflags-$(CONFIG_M5307) = $(call cc-option,-mcpu=5307,-m5200)
47 cpuflags-$(CONFIG_M528x) = $(call cc-option,-mcpu=528x,-m5307)
48 cpuflags-$(CONFIG_M5275) = $(call cc-option,-mcpu=5275,-m5307)
49 cpuflags-$(CONFIG_M5272) = $(call cc
[all...]
/linux-master/mm/
H A Dcompaction.c239 static inline bool isolation_suitable(struct compact_control *cc, argument
242 if (cc->ignore_skip_hint)
470 static bool test_and_set_skip(struct compact_control *cc, struct page *page) argument
475 if (cc->ignore_skip_hint)
479 if (!skip && !cc->no_set_skip_hint)
485 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) argument
487 struct zone *zone = cc->zone;
490 if (cc->no_set_skip_hint)
498 if (cc->mode != MIGRATE_ASYNC &&
507 static void update_pageblock_skip(struct compact_control *cc, argument
521 isolation_suitable(struct compact_control *cc, struct page *page) argument
532 update_pageblock_skip(struct compact_control *cc, struct page *page, unsigned long pfn) argument
537 update_cached_migrate(struct compact_control *cc, unsigned long pfn) argument
541 test_and_set_skip(struct compact_control *cc, struct page *page) argument
584 compact_unlock_should_abort(spinlock_t *lock, unsigned long flags, bool *locked, struct compact_control *cc) argument
607 isolate_freepages_block(struct compact_control *cc, unsigned long *start_pfn, unsigned long end_pfn, struct list_head *freelist, unsigned int stride, bool strict) argument
745 isolate_freepages_range(struct compact_control *cc, unsigned long start_pfn, unsigned long end_pfn) argument
815 too_many_isolated(struct compact_control *cc) argument
891 isolate_migratepages_block(struct compact_control *cc, unsigned long low_pfn, unsigned long end_pfn, isolate_mode_t mode) argument
1377 isolate_migratepages_range(struct compact_control *cc, unsigned long start_pfn, unsigned long end_pfn) argument
1416 suitable_migration_source(struct compact_control *cc, struct page *page) argument
1436 suitable_migration_target(struct compact_control *cc, struct page *page) argument
1464 freelist_scan_limit(struct compact_control *cc) argument
1475 compact_scanners_met(struct compact_control *cc) argument
1515 fast_isolate_around(struct compact_control *cc, unsigned long pfn) argument
1544 next_search_order(struct compact_control *cc, int order) argument
1561 fast_isolate_freepages(struct compact_control *cc) argument
1734 isolate_freepages(struct compact_control *cc) argument
1856 struct compact_control *cc = (struct compact_control *)data; local
1908 struct compact_control *cc = (struct compact_control *)data; local
1946 update_fast_start_pfn(struct compact_control *cc, unsigned long pfn) argument
1958 reinit_migrate_pfn(struct compact_control *cc) argument
1974 fast_find_migrateblock(struct compact_control *cc) argument
2096 isolate_migratepages(struct compact_control *cc) argument
2289 __compact_finished(struct compact_control *cc) argument
2386 compact_finished(struct compact_control *cc) argument
2525 compact_zone(struct compact_control *cc, struct capture_control *capc) argument
2767 struct compact_control cc = { local
2904 struct compact_control cc = { local
3067 struct compact_control cc = { local
[all...]
/linux-master/arch/s390/include/asm/
H A Dsigp.h45 int cc; local
49 " ipm %[cc]\n"
50 " srl %[cc],28\n"
51 : [cc] "=&d" (cc), [r1] "+&d" (r1.pair)
53 : "cc");
55 return cc;
62 int cc; local
64 cc = ____pcpu_sigp(addr, order, parm, &_status);
65 if (status && cc
[all...]
H A Dcpu_mf.h184 int cc; local
190 : "=d" (cc) : "Q" (ctl) : "cc");
191 return cc;
198 int cc; local
204 : "=d" (_content), "=d" (cc) : "d" (ctr) : "cc");
206 return cc;
213 int cc; local
215 cc
233 int cc; local
248 int cc = 1; local
262 int cc; local
[all...]
/linux-master/arch/openrisc/
H A DMakefile31 KBUILD_CFLAGS += $(call cc-option,-mhard-mul)
33 KBUILD_CFLAGS += $(call cc-option,-msoft-mul)
37 KBUILD_CFLAGS += $(call cc-option,-mhard-div)
39 KBUILD_CFLAGS += $(call cc-option,-msoft-div)
43 KBUILD_CFLAGS += $(call cc-option,-mcmov)
47 KBUILD_CFLAGS += $(call cc-option,-mror)
51 KBUILD_CFLAGS += $(call cc-option,-mrori)
55 KBUILD_CFLAGS += $(call cc-option,-msext)
/linux-master/drivers/s390/cio/
H A Dtrace.h25 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc),
26 TP_ARGS(schid, schib, cc),
44 __field(int, cc)
63 __entry->cc = cc;
65 TP_printk("schid=%x.%x.%04x cc=%d ena=%d st=%d dnv=%d dev=%04x "
68 __entry->cssid, __entry->ssid, __entry->schno, __entry->cc,
82 * @cc: Condition code
85 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc),
86 TP_ARGS(schid, schib, cc)
[all...]
/linux-master/include/linux/mlx5/
H A Deq.h30 struct mlx5_eqe *mlx5_eq_get_eqe(struct mlx5_eq *eq, u32 cc);
31 void mlx5_eq_update_ci(struct mlx5_eq *eq, u32 cc, bool arm);
41 static inline u32 mlx5_eq_update_cc(struct mlx5_eq *eq, u32 cc) argument
43 if (unlikely(cc >= MLX5_NUM_SPARE_EQE)) {
44 mlx5_eq_update_ci(eq, cc, 0);
45 cc = 0;
47 return cc;

Completed in 498 milliseconds

1234567891011>>