| /linux-6.15/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_uc.c | 615 goto sanitize; in intel_uc_reset_prepare() 620 sanitize: in intel_uc_reset_prepare() 771 .sanitize = __uc_sanitize,
|
| H A D | intel_guc_submission.c | 4512 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in guc_release() 4659 engine->sanitize = guc_sanitize; in intel_guc_submission_setup()
|
| /linux-6.15/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_rst.py | 49 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.15/scripts/ |
| H A D | integer-wrap-ignore.scl | 3 type:size_t=sanitize
|
| /linux-6.15/drivers/media/radio/ |
| H A D | radio-miropcm20.c | 208 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.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_pm.c | 197 if (engine->sanitize) in gt_sanitize() 198 engine->sanitize(engine); in gt_sanitize()
|
| H A D | intel_engine_types.h | 510 void (*sanitize)(struct intel_engine_cs *engine); member
|
| H A D | intel_engine_cs.c | 1969 if (engine->sanitize) in intel_engines_reset_default_submission() 1970 engine->sanitize(engine); in intel_engines_reset_default_submission()
|
| H A D | intel_ring_submission.c | 1157 engine->sanitize = xcs_sanitize; in setup_common()
|
| H A D | intel_execlists_submission.c | 3380 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release() 3581 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_wm.c | 113 if (i915->display.funcs.wm->sanitize) in intel_wm_sanitize() 114 return i915->display.funcs.wm->sanitize(i915); in intel_wm_sanitize()
|
| H A D | intel_display_core.h | 94 void (*sanitize)(struct drm_i915_private *i915); member
|
| H A D | intel_cdclk.c | 1207 goto sanitize; in skl_sanitize_cdclk() 1215 goto sanitize; in skl_sanitize_cdclk() 1230 sanitize: in skl_sanitize_cdclk() 2225 goto sanitize; in bxt_sanitize_cdclk() 2230 goto sanitize; in bxt_sanitize_cdclk() 2235 goto sanitize; in bxt_sanitize_cdclk() 2257 sanitize: in bxt_sanitize_cdclk()
|
| H A D | i9xx_wm.c | 4114 .sanitize = vlv_wm_sanitize, 4122 .sanitize = g4x_wm_sanitize,
|
| H A D | skl_watermark.c | 4024 .sanitize = skl_wm_sanitize,
|
| /linux-6.15/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-6.15/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-6.15/drivers/usb/host/ |
| H A D | ohci-hcd.c | 365 sanitize: in ohci_endpoint_disable() 375 goto sanitize; in ohci_endpoint_disable()
|
| /linux-6.15/Documentation/admin-guide/hw-vuln/ |
| H A D | l1tf.rst | 104 only possible, when the hypervisor does not sanitize the content of the
|
| /linux-6.15/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 310 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.15/tools/lib/bpf/ |
| H A D | libbpf.c | 3529 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local 3576 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf() 3577 if (sanitize) { in bpf_object__sanitize_and_load_btf() 3611 if (sanitize) { in bpf_object__sanitize_and_load_btf()
|
| /linux-6.15/kernel/bpf/ |
| H A D | verifier.c | 5022 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local 5028 sanitize = true; in check_stack_write_fixed_off() 5033 if (sanitize) in check_stack_write_fixed_off()
|