Home
last modified time | relevance | path

Searched refs:crcs (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/soc/samsung/
H A Ds3c-pm-check.c37 static u32 *crcs; /* allocated over suspend/resume */ variable
99 crcs = kmalloc(crc_size+4, GFP_KERNEL); in s3c_pm_check_prepare()
100 if (crcs == NULL) in s3c_pm_check_prepare()
130 if (crcs != NULL) in s3c_pm_check_store()
131 s3c_pm_run_sysram(s3c_pm_makecheck, crcs); in s3c_pm_check_store()
185 if (in_region(ptr, left, crcs, crc_size)) { in s3c_pm_runcheck()
216 if (crcs != NULL) in s3c_pm_check_restore()
217 s3c_pm_run_sysram(s3c_pm_runcheck, crcs); in s3c_pm_check_restore()
230 kfree(crcs); in s3c_pm_check_cleanup()
231 crcs in s3c_pm_check_cleanup()
[all...]
/kernel/linux/linux-6.6/drivers/soc/samsung/
H A Ds3c-pm-check.c37 static u32 *crcs; /* allocated over suspend/resume */ variable
99 crcs = kmalloc(crc_size+4, GFP_KERNEL); in s3c_pm_check_prepare()
100 if (crcs == NULL) in s3c_pm_check_prepare()
130 if (crcs != NULL) in s3c_pm_check_store()
131 s3c_pm_run_sysram(s3c_pm_makecheck, crcs); in s3c_pm_check_store()
185 if (in_region(ptr, left, crcs, crc_size)) { in s3c_pm_runcheck()
216 if (crcs != NULL) in s3c_pm_check_restore()
217 s3c_pm_run_sysram(s3c_pm_runcheck, crcs); in s3c_pm_check_restore()
230 kfree(crcs); in s3c_pm_check_cleanup()
231 crcs in s3c_pm_check_cleanup()
[all...]
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_debugfs_crc.h36 uint32_t crcs[DRM_MAX_CRC_NR]; member
65 uint32_t frame, uint32_t *crcs);
68 uint32_t frame, uint32_t *crcs) in drm_crtc_add_crc_entry()
67 drm_crtc_add_crc_entry(struct drm_crtc *crtc, bool has_frame, uint32_t frame, uint32_t *crcs) drm_crtc_add_crc_entry() argument
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_debugfs_crc.h36 uint32_t crcs[DRM_MAX_CRC_NR]; member
65 uint32_t frame, uint32_t *crcs);
68 uint32_t frame, uint32_t *crcs) in drm_crtc_add_crc_entry()
67 drm_crtc_add_crc_entry(struct drm_crtc *crtc, bool has_frame, uint32_t frame, uint32_t *crcs) drm_crtc_add_crc_entry() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crc.c297 uint32_t crcs[3]; in amdgpu_dm_crtc_handle_crc_irq() local
322 &crcs[0], &crcs[1], &crcs[2])) in amdgpu_dm_crtc_handle_crc_irq()
326 drm_crtc_accurate_vblank_count(crtc), crcs); in amdgpu_dm_crtc_handle_crc_irq()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_debugfs_crc.c335 sprintf(buf + 10 + i * 11, " 0x%08x", entry->crcs[i]); in crtc_crc_read()
388 * @crcs: array of CRC values, with length matching #drm_crtc_crc.values_cnt
394 uint32_t frame, uint32_t *crcs) in drm_crtc_add_crc_entry()
427 memcpy(&entry->crcs, crcs, sizeof(*crcs) * crc->values_cnt); in drm_crtc_add_crc_entry()
393 drm_crtc_add_crc_entry(struct drm_crtc *crtc, bool has_frame, uint32_t frame, uint32_t *crcs) drm_crtc_add_crc_entry() argument
H A Ddrm_dp_helper.c1577 uint32_t crcs[3]; in drm_dp_aux_crc_work() local
1605 crcs[0] = crc_bytes[0] | crc_bytes[1] << 8; in drm_dp_aux_crc_work()
1606 crcs[1] = crc_bytes[2] | crc_bytes[3] << 8; in drm_dp_aux_crc_work()
1607 crcs[2] = crc_bytes[4] | crc_bytes[5] << 8; in drm_dp_aux_crc_work()
1608 drm_crtc_add_crc_entry(crtc, false, 0, crcs); in drm_dp_aux_crc_work()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_debugfs_crc.c335 sprintf(buf + 10 + i * 11, " 0x%08x", entry->crcs[i]); in crtc_crc_read()
388 * @crcs: array of CRC values, with length matching #drm_crtc_crc.values_cnt
394 uint32_t frame, uint32_t *crcs) in drm_crtc_add_crc_entry()
427 memcpy(&entry->crcs, crcs, sizeof(*crcs) * crc->values_cnt); in drm_crtc_add_crc_entry()
393 drm_crtc_add_crc_entry(struct drm_crtc *crtc, bool has_frame, uint32_t frame, uint32_t *crcs) drm_crtc_add_crc_entry() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display_trace.h82 TP_PROTO(struct intel_crtc *crtc, const u32 *crcs),
83 TP_ARGS(crtc, crcs),
90 __array(u32, crcs, 5)
98 memcpy(__entry->crcs, crcs, sizeof(__entry->crcs));
104 __entry->crcs[0], __entry->crcs[1],
105 __entry->crcs[2], __entry->crcs[
[all...]
H A Dintel_display_irq.c305 u32 crcs[5] = { crc0, crc1, crc2, crc3, crc4 }; in display_pipe_crc_irq_handler() local
307 trace_intel_pipe_crc(crtc, crcs); in display_pipe_crc_irq_handler()
328 crcs); in display_pipe_crc_irq_handler()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crc.c425 uint32_t crcs[3]; in amdgpu_dm_crtc_handle_crc_irq() local
457 &crcs[0], &crcs[1], &crcs[2])) in amdgpu_dm_crtc_handle_crc_irq()
461 drm_crtc_accurate_vblank_count(crtc), crcs); in amdgpu_dm_crtc_handle_crc_irq()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_trace.h77 TP_PROTO(struct intel_crtc *crtc, const u32 *crcs),
78 TP_ARGS(crtc, crcs),
84 __array(u32, crcs, 5)
91 memcpy(__entry->crcs, crcs, sizeof(__entry->crcs));
96 __entry->crcs[0], __entry->crcs[1], __entry->crcs[2],
97 __entry->crcs[
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/44x/
H A Dfsp2.c191 u32 crcs = mfcmu(CMUN_CRCS); in rst_wrn_handler() local
192 switch (crcs & CRCS_STAT_MASK) { in rst_wrn_handler()
196 panic("Unknown external reset: CRCS=0x%x", crcs); in rst_wrn_handler()
/kernel/linux/linux-6.6/arch/powerpc/platforms/44x/
H A Dfsp2.c191 u32 crcs = mfcmu(CMUN_CRCS); in rst_wrn_handler() local
192 switch (crcs & CRCS_STAT_MASK) { in rst_wrn_handler()
196 panic("Unknown external reset: CRCS=0x%x", crcs); in rst_wrn_handler()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_driver.c433 * (used with chips that need need to track crcs for lli)
437 * local link integrity tracking. crcs are adjusted down by following
450 u32 eflags, etype, tlen, i = 0, updegr = 0, crcs = 0; in qib_kreceive() local
508 crcs += qib_rcv_hdrerr(rcd, ppd, rcd->ctxt, eflags, l, in qib_kreceive()
512 if (crcs) in qib_kreceive()
513 crcs--; in qib_kreceive()
583 return crcs; in qib_kreceive()
H A Dqib_iba6120.c1590 u32 istat, ctxtrbits, rmask, crcs = 0; in qib_6120intr() local
1645 crcs += qib_kreceive(dd->rcd[i], in qib_6120intr()
1651 if (crcs) { in qib_6120intr()
1654 cntr += crcs; in qib_6120intr()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_driver.c434 * (used with chips that need need to track crcs for lli)
438 * local link integrity tracking. crcs are adjusted down by following
451 u32 eflags, etype, tlen, i = 0, updegr = 0, crcs = 0; in qib_kreceive() local
509 crcs += qib_rcv_hdrerr(rcd, ppd, rcd->ctxt, eflags, l, in qib_kreceive()
513 if (crcs) in qib_kreceive()
514 crcs--; in qib_kreceive()
584 return crcs; in qib_kreceive()
H A Dqib_iba6120.c1587 u32 istat, ctxtrbits, rmask, crcs = 0; in qib_6120intr() local
1642 crcs += qib_kreceive(dd->rcd[i], in qib_6120intr()
1648 if (crcs) { in qib_6120intr()
1651 cntr += crcs; in qib_6120intr()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c214 u32 crcs[CRTC_DUAL_MIXERS]; in dpu_crtc_get_lm_crc() local
219 BUILD_BUG_ON(ARRAY_SIZE(crcs) != ARRAY_SIZE(crtc_state->mixers)); in dpu_crtc_get_lm_crc()
228 rc = m->hw_lm->ops.collect_misr(m->hw_lm, &crcs[i]); in dpu_crtc_get_lm_crc()
238 drm_crtc_accurate_vblank_count(crtc), crcs); in dpu_crtc_get_lm_crc()
245 u32 crcs[INTF_MAX]; in dpu_crtc_get_encoder_crc() local
248 rc = dpu_encoder_get_crc(drm_enc, crcs, pos); in dpu_crtc_get_encoder_crc()
260 drm_crtc_accurate_vblank_count(crtc), crcs); in dpu_crtc_get_encoder_crc()
H A Ddpu_encoder.h187 int dpu_encoder_get_crc(const struct drm_encoder *drm_enc, u32 *crcs, int pos);
/kernel/linux/linux-5.10/include/linux/
H A Dmodule.h384 const s32 *crcs; member
599 const s32 *crcs; member
/kernel/linux/linux-6.6/kernel/module/
H A Dmain.c87 const s32 *crcs; member
291 fsa->crc = symversion(syms->crcs, sym - syms->start); in find_exported_symbol_in_section()
323 { mod->syms, mod->syms + mod->num_syms, mod->crcs, in find_symbol()
2108 mod->crcs = section_addr(info, "__kcrctab"); in find_module_sections()
2303 if ((mod->num_syms && !mod->crcs) || in check_export_symbol_versions()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c1988 uint32_t crcs[3]; in drm_dp_aux_crc_work() local
2015 crcs[0] = crc_bytes[0] | crc_bytes[1] << 8; in drm_dp_aux_crc_work()
2016 crcs[1] = crc_bytes[2] | crc_bytes[3] << 8; in drm_dp_aux_crc_work()
2017 crcs[2] = crc_bytes[4] | crc_bytes[5] << 8; in drm_dp_aux_crc_work()
2018 drm_crtc_add_crc_entry(crtc, false, 0, crcs); in drm_dp_aux_crc_work()
/kernel/linux/linux-6.6/include/linux/
H A Dmodule.h425 const s32 *crcs; member
/kernel/linux/linux-5.10/kernel/
H A Dmodule.c464 { mod->syms, mod->syms + mod->num_syms, mod->crcs, in each_symbol_section()
536 fsa->crc = symversion(syms->crcs, symnum); in check_exported_symbol()
1317 /* Exporting module didn't supply crcs? OK, we're already tainted. */ in check_version()
1374 /* First part is kernel version, which we ignore if module has crcs. */
3318 mod->crcs = section_addr(info, "__kcrctab"); in find_module_sections()
3516 if ((mod->num_syms && !mod->crcs) in check_module_license_and_versions()

Completed in 42 milliseconds

12