Searched refs:sanitize (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_uc.h | 20 int (*sanitize)(struct intel_uc *uc); member 111 intel_uc_ops_function(sanitize, sanitize, int, 0);
|
| H A D | intel_guc_submission.c | 4521 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 D | doc_generator.py | 55 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 D | Makefile.kstack_erase | 14 DISABLE_KSTACK_ERASE := -fno-sanitize-coverage=stack-depth
|
| /linux/drivers/cxl/core/ |
| H A D | memdev.c | 167 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 D | sysfs-bus-cxl | 119 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 D | intel_cdclk.c | 1240 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 D | skl_watermark.c | 4001 .sanitize = skl_wm_sanitize,
|
| /linux/drivers/usb/host/ |
| H A D | ohci-hcd.c | 365 sanitize: in ohci_endpoint_disable() 375 goto sanitize; in ohci_endpoint_disable()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_engine_cs.c | 1967 if (engine->sanitize) in intel_engines_reset_default_submission() 1968 engine->sanitize(engine); in intel_engines_reset_default_submission()
|
| H A D | intel_execlists_submission.c | 3386 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 D | l1tf.rst | 104 only possible, when the hypervisor does not sanitize the content of the
|
| /linux/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 309 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 D | libbpf.c | 3554 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 D | verifier.c | 5199 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()
|