Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/gt/uc/
Dintel_uc.h17 int (*sanitize)(struct intel_uc *uc); member
91 intel_uc_ops_function(sanitize, sanitize, int, 0);
Dintel_uc.c637 .sanitize = __uc_sanitize,
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_gt_pm.c162 if (engine->sanitize) in gt_sanitize()
163 engine->sanitize(engine); in gt_sanitize()
Dintel_engine_types.h415 void (*sanitize)(struct intel_engine_cs *engine); member
Dintel_lrc.c5077 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release()
5211 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
/Linux-v5.10/drivers/media/radio/
Dradio-miropcm20.c210 static bool sanitize(char *p, int size) in sanitize() function
356 if (!res && sanitize(text_buffer, 8)) in pcm20_thread()
373 if (!res && sanitize(text_buffer + 1, 64)) in pcm20_thread()
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_cdclk.c1113 goto sanitize; in skl_sanitize_cdclk()
1121 goto sanitize; in skl_sanitize_cdclk()
1136 sanitize: in skl_sanitize_cdclk()
1658 goto sanitize; in bxt_sanitize_cdclk()
1677 goto sanitize; in bxt_sanitize_cdclk()
1682 goto sanitize; in bxt_sanitize_cdclk()
1702 goto sanitize; in bxt_sanitize_cdclk()
1716 sanitize: in bxt_sanitize_cdclk()
/Linux-v5.10/drivers/usb/host/
Dohci-hcd.c367 sanitize: in ohci_endpoint_disable()
377 goto sanitize; in ohci_endpoint_disable()
/Linux-v5.10/Documentation/admin-guide/hw-vuln/
Dl1tf.rst104 only possible, when the hypervisor does not sanitize the content of the
/Linux-v5.10/Documentation/cdrom/
Dcdrom-standard.rst311 it will `sanitize` the format by making requests to the low-level
497 (We may decide to sanitize the return value in *cdrom_ioctl()* though, in
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c2564 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local
2579 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf()
2580 if (sanitize) { in bpf_object__sanitize_and_load_btf()
2596 if (sanitize) { in bpf_object__sanitize_and_load_btf()
/Linux-v5.10/kernel/bpf/
Dverifier.c2327 bool sanitize = false; in check_stack_write() local
2331 sanitize = true; in check_stack_write()
2334 sanitize = true; in check_stack_write()
2337 if (sanitize) { in check_stack_write()