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_guc_submission.c4521 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in guc_release()
4668 engine->sanitize = guc_sanitize; in intel_guc_submission_setup()
/linux/tools/net/ynl/pyynl/lib/
H A Ddoc_generator.py55 def sanitize(text: str) -> str: member in RstFormatters
243 self.fmt.sanitize(entry.get("doc", "")),
249 lines.append(self.fmt.rst_bullet(self.fmt.inline(self.fmt.sanitize(entry)),
271 lines.append(self.fmt.rst_fields(k, self.fmt.sanitize(definition[k]), 0))
318 value = self.fmt.sanitize(attr[k])
/linux/scripts/
H A DMakefile.kstack_erase14 DISABLE_KSTACK_ERASE := -fno-sanitize-coverage=stack-depth
/linux/drivers/cxl/core/
H A Dmemdev.c167 bool sanitize; in security_sanitize_store() local
170 if (kstrtobool(buf, &sanitize) || !sanitize) in security_sanitize_store()
180 __ATTR(sanitize, 0200, NULL, security_sanitize_store);
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-cxl119 that device. Such states can be: 'disabled', 'sanitize', when
123 upon completion of a sanitize operation.
126 What: /sys/bus/cxl/devices/memX/security/sanitize
132 sanitize the device to securely re-purpose or decommission it.
241 operations like "sanitize" are blocked while device is actively
/linux/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c1240 goto sanitize; in skl_sanitize_cdclk()
1248 goto sanitize; in skl_sanitize_cdclk()
1263 sanitize: in skl_sanitize_cdclk()
2330 goto sanitize; in bxt_sanitize_cdclk()
2335 goto sanitize; in bxt_sanitize_cdclk()
2340 goto sanitize; in bxt_sanitize_cdclk()
2362 sanitize: in bxt_sanitize_cdclk()
H A Dskl_watermark.c4001 .sanitize = skl_wm_sanitize,
/linux/drivers/usb/host/
H A Dohci-hcd.c365 sanitize: in ohci_endpoint_disable()
375 goto sanitize; in ohci_endpoint_disable()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c1967 if (engine->sanitize) in intel_engines_reset_default_submission()
1968 engine->sanitize(engine); in intel_engines_reset_default_submission()
H A Dintel_execlists_submission.c3386 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release()
3587 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
/linux/Documentation/admin-guide/hw-vuln/
H A Dl1tf.rst104 only possible, when the hypervisor does not sanitize the content of the
/linux/Documentation/cdrom/
H A Dcdrom-standard.rst309 it will `sanitize` the format by making requests to the low-level
486 (We may decide to sanitize the return value in *cdrom_ioctl()* though, in
/linux/tools/lib/bpf/
H A Dlibbpf.c3554 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local
3601 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf()
3602 if (sanitize) { in bpf_object__sanitize_and_load_btf()
3636 if (sanitize) { in bpf_object__sanitize_and_load_btf()
/linux/kernel/bpf/
H A Dverifier.c5199 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local
5205 sanitize = true; in check_stack_write_fixed_off()
5210 if (sanitize) in check_stack_write_fixed_off()