Home
last modified time | relevance | path

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

/linux-6.12.1/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.c614 goto sanitize; in intel_uc_reset_prepare()
619 sanitize: in intel_uc_reset_prepare()
770 .sanitize = __uc_sanitize,
Dintel_guc_submission.c4454 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in guc_release()
4601 engine->sanitize = guc_sanitize; in intel_guc_submission_setup()
/linux-6.12.1/tools/net/ynl/
Dynl-gen-rst.py49 def sanitize(text: str) -> str: function
224 rst_fields(field_name, sanitize(entry.get("doc", "")), level)
229 lines.append(rst_bullet(inline(sanitize(entry)), level))
246 lines.append(rst_fields(k, sanitize(definition[k]), 0))
284 value = sanitize(attr[k])
/linux-6.12.1/drivers/media/radio/
Dradio-miropcm20.c208 static bool sanitize(char *p, int size) in sanitize() function
354 if (!res && sanitize(text_buffer, 8)) in pcm20_thread()
371 if (!res && sanitize(text_buffer + 1, 64)) in pcm20_thread()
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_gt_pm.c195 if (engine->sanitize) in gt_sanitize()
196 engine->sanitize(engine); in gt_sanitize()
Dintel_engine_types.h505 void (*sanitize)(struct intel_engine_cs *engine); member
Dintel_engine_cs.c1970 if (engine->sanitize) in intel_engines_reset_default_submission()
1971 engine->sanitize(engine); in intel_engines_reset_default_submission()
Dintel_ring_submission.c1131 engine->sanitize = xcs_sanitize; in setup_common()
Dintel_execlists_submission.c3389 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release()
3590 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
/linux-6.12.1/drivers/cxl/core/
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-6.12.1/Documentation/ABI/testing/
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-6.12.1/drivers/gpu/drm/i915/display/
Dintel_cdclk.c1196 goto sanitize; in skl_sanitize_cdclk()
1204 goto sanitize; in skl_sanitize_cdclk()
1219 sanitize: in skl_sanitize_cdclk()
2167 goto sanitize; in bxt_sanitize_cdclk()
2172 goto sanitize; in bxt_sanitize_cdclk()
2177 goto sanitize; in bxt_sanitize_cdclk()
2199 sanitize: in bxt_sanitize_cdclk()
/linux-6.12.1/drivers/usb/host/
Dohci-hcd.c365 sanitize: in ohci_endpoint_disable()
375 goto sanitize; in ohci_endpoint_disable()
/linux-6.12.1/Documentation/admin-guide/hw-vuln/
Dl1tf.rst104 only possible, when the hypervisor does not sanitize the content of the
/linux-6.12.1/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-6.12.1/tools/lib/bpf/
Dlibbpf.c3491 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local
3538 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf()
3539 if (sanitize) { in bpf_object__sanitize_and_load_btf()
3573 if (sanitize) { in bpf_object__sanitize_and_load_btf()
/linux-6.12.1/kernel/bpf/
Dverifier.c4639 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local
4645 sanitize = true; in check_stack_write_fixed_off()
4650 if (sanitize) in check_stack_write_fixed_off()