Home
last modified time | relevance | path

Searched refs:sanitize (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/i915/gt/uc/
Dintel_uc.h20 int (*sanitize)(struct intel_uc *uc); member
111 intel_uc_ops_function(sanitize, sanitize, int, 0);
Dintel_uc.c623 goto sanitize; in intel_uc_reset_prepare()
628 sanitize: in intel_uc_reset_prepare()
766 .sanitize = __uc_sanitize,
Dintel_guc_submission.c4253 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in guc_release()
4394 engine->sanitize = guc_sanitize; in intel_guc_submission_setup()
/Linux-v6.6/drivers/media/radio/
Dradio-miropcm20.c210 static bool sanitize(char *p, int size) in sanitize() function
356 if (!res && sanitize(text_buffer, 8)) in pcm20_thread()
373 if (!res && sanitize(text_buffer + 1, 64)) in pcm20_thread()
/Linux-v6.6/drivers/gpu/drm/i915/gt/
Dintel_gt_pm.c193 if (engine->sanitize) in gt_sanitize()
194 engine->sanitize(engine); in gt_sanitize()
Dintel_engine_types.h492 void (*sanitize)(struct intel_engine_cs *engine); member
Dintel_engine_cs.c1951 if (engine->sanitize) in intel_engines_reset_default_submission()
1952 engine->sanitize(engine); in intel_engines_reset_default_submission()
Dintel_ring_submission.c1129 engine->sanitize = xcs_sanitize; in setup_common()
Dintel_execlists_submission.c3392 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release()
3593 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
/Linux-v6.6/drivers/cxl/core/
Dmemdev.c157 bool sanitize; in security_sanitize_store() local
160 if (kstrtobool(buf, &sanitize) || !sanitize) in security_sanitize_store()
175 __ATTR(sanitize, 0200, NULL, security_sanitize_store);
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-bus-cxl67 that device. Such states can be: 'disabled', 'sanitize', when
71 upon completion of a sanitize operation.
74 What: /sys/bus/cxl/devices/memX/security/sanitize
80 sanitize the device to securely re-purpose or decommission it.
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_cdclk.c1153 goto sanitize; in skl_sanitize_cdclk()
1161 goto sanitize; in skl_sanitize_cdclk()
1176 sanitize: in skl_sanitize_cdclk()
1990 goto sanitize; in bxt_sanitize_cdclk()
2009 goto sanitize; in bxt_sanitize_cdclk()
2014 goto sanitize; in bxt_sanitize_cdclk()
2039 sanitize: in bxt_sanitize_cdclk()
/Linux-v6.6/drivers/usb/host/
Dohci-hcd.c365 sanitize: in ohci_endpoint_disable()
375 goto sanitize; in ohci_endpoint_disable()
/Linux-v6.6/Documentation/admin-guide/hw-vuln/
Dl1tf.rst104 only possible, when the hypervisor does not sanitize the content of the
/Linux-v6.6/Documentation/cdrom/
Dcdrom-standard.rst310 it will `sanitize` the format by making requests to the low-level
487 (We may decide to sanitize the return value in *cdrom_ioctl()* though, in
/Linux-v6.6/tools/lib/bpf/
Dlibbpf.c3098 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local
3145 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf()
3146 if (sanitize) { in bpf_object__sanitize_and_load_btf()
3180 if (sanitize) { in bpf_object__sanitize_and_load_btf()
/Linux-v6.6/kernel/bpf/
Dverifier.c4320 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local
4326 sanitize = true; in check_stack_write_fixed_off()
4331 if (sanitize) in check_stack_write_fixed_off()