Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.h20 int (*sanitize)(struct intel_uc *uc); member
111 intel_uc_ops_function(sanitize, sanitize, int, 0);
H A Dintel_uc.c614 goto sanitize; in intel_uc_reset_prepare()
619 sanitize: in intel_uc_reset_prepare()
770 .sanitize = __uc_sanitize,
H A Dintel_guc_submission.c4515 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in guc_release()
4662 engine->sanitize = guc_sanitize; in intel_guc_submission_setup()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm.c195 if (engine->sanitize) in gt_sanitize()
196 engine->sanitize(engine); in gt_sanitize()
H A Dintel_engine_types.h510 void (*sanitize)(struct intel_engine_cs *engine); member
H A Dintel_engine_cs.c1970 if (engine->sanitize) in intel_engines_reset_default_submission()
1971 engine->sanitize(engine); in intel_engines_reset_default_submission()
H A Dintel_ring_submission.c1157 engine->sanitize = xcs_sanitize; in setup_common()
H A Dintel_execlists_submission.c3380 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release()
3581 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
/linux/drivers/cxl/core/
H A Dmemdev.c159 bool sanitize; in security_sanitize_store() local
162 if (kstrtobool(buf, &sanitize) || !sanitize) in security_sanitize_store()
172 __ATTR(sanitize, 0200, NULL, security_sanitize_store);
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-cxl101 that device. Such states can be: 'disabled', 'sanitize', when
105 upon completion of a sanitize operation.
108 What: /sys/bus/cxl/devices/memX/security/sanitize
114 sanitize the device to securely re-purpose or decommission it.
223 operations like "sanitize" are blocked while device is actively
/linux/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c1209 goto sanitize; in skl_sanitize_cdclk()
1217 goto sanitize; in skl_sanitize_cdclk()
1232 sanitize: in skl_sanitize_cdclk()
2231 goto sanitize; in bxt_sanitize_cdclk()
2236 goto sanitize; in bxt_sanitize_cdclk()
2241 goto sanitize; in bxt_sanitize_cdclk()
2263 sanitize: in bxt_sanitize_cdclk()
/linux/drivers/usb/host/
H A Dohci-hcd.c365 sanitize: in ohci_endpoint_disable()
375 goto sanitize; in ohci_endpoint_disable()
/linux/Documentation/admin-guide/hw-vuln/
H A Dl1tf.rst104 only possible, when the hypervisor does not sanitize the content of the
/linux/tools/lib/bpf/
H A Dlibbpf.c3523 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local
3570 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf()
3571 if (sanitize) { in bpf_object__sanitize_and_load_btf()
3605 if (sanitize) { in bpf_object__sanitize_and_load_btf()
/linux/kernel/bpf/
H A Dverifier.c4895 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local
4901 sanitize = true; in check_stack_write_fixed_off()
4906 if (sanitize) in check_stack_write_fixed_off()