Home
last modified time | relevance | path

Searched refs:sanitize (Results 1 – 8 of 8) 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.c615 goto sanitize; in intel_uc_reset_prepare()
620 sanitize: in intel_uc_reset_prepare()
771 .sanitize = __uc_sanitize,
/linux/scripts/
H A DMakefile.kstack_erase14 DISABLE_KSTACK_ERASE := -fno-sanitize-coverage=stack-depth
/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/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/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/kernel/bpf/
H A Dverifier.c5108 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local
5114 sanitize = true; in check_stack_write_fixed_off()
5119 if (sanitize) in check_stack_write_fixed_off()