Searched refs:sanitize (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/gt/uc/ |
D | intel_uc.h | 17 int (*sanitize)(struct intel_uc *uc); member 91 intel_uc_ops_function(sanitize, sanitize, int, 0);
|
D | intel_uc.c | 637 .sanitize = __uc_sanitize,
|
/Linux-v5.10/drivers/gpu/drm/i915/gt/ |
D | intel_gt_pm.c | 162 if (engine->sanitize) in gt_sanitize() 163 engine->sanitize(engine); in gt_sanitize()
|
D | intel_engine_types.h | 415 void (*sanitize)(struct intel_engine_cs *engine); member
|
D | intel_lrc.c | 5077 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/ |
D | radio-miropcm20.c | 210 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/ |
D | intel_cdclk.c | 1113 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/ |
D | ohci-hcd.c | 367 sanitize: in ohci_endpoint_disable() 377 goto sanitize; in ohci_endpoint_disable()
|
/Linux-v5.10/Documentation/admin-guide/hw-vuln/ |
D | l1tf.rst | 104 only possible, when the hypervisor does not sanitize the content of the
|
/Linux-v5.10/Documentation/cdrom/ |
D | cdrom-standard.rst | 311 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/ |
D | libbpf.c | 2564 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/ |
D | verifier.c | 2327 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()
|