Searched refs:sanitize (Results 1 – 15 of 15) sorted by relevance
| /Linux-v6.1/drivers/gpu/drm/i915/gt/uc/ |
| D | intel_uc.h | 19 int (*sanitize)(struct intel_uc *uc); member 106 intel_uc_ops_function(sanitize, sanitize, int, 0);
|
| D | intel_uc.c | 597 goto sanitize; in intel_uc_reset_prepare() 602 sanitize: in intel_uc_reset_prepare() 724 .sanitize = __uc_sanitize,
|
| D | intel_guc_submission.c | 4035 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in guc_release() 4174 engine->sanitize = guc_sanitize; in intel_guc_submission_setup()
|
| /Linux-v6.1/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-v6.1/drivers/gpu/drm/i915/gt/ |
| D | intel_gt_pm.c | 192 if (engine->sanitize) in gt_sanitize() 193 engine->sanitize(engine); in gt_sanitize()
|
| D | intel_engine_types.h | 473 void (*sanitize)(struct intel_engine_cs *engine); member
|
| D | intel_engine_cs.c | 1725 if (engine->sanitize) in intel_engines_reset_default_submission() 1726 engine->sanitize(engine); in intel_engines_reset_default_submission()
|
| D | intel_ring_submission.c | 1127 engine->sanitize = xcs_sanitize; in setup_common()
|
| D | intel_execlists_submission.c | 3380 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release() 3579 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
|
| /Linux-v6.1/drivers/gpu/drm/i915/display/ |
| D | intel_cdclk.c | 1151 goto sanitize; in skl_sanitize_cdclk() 1159 goto sanitize; in skl_sanitize_cdclk() 1174 sanitize: in skl_sanitize_cdclk() 1819 goto sanitize; in bxt_sanitize_cdclk() 1838 goto sanitize; in bxt_sanitize_cdclk() 1843 goto sanitize; in bxt_sanitize_cdclk() 1868 sanitize: in bxt_sanitize_cdclk()
|
| /Linux-v6.1/drivers/usb/host/ |
| D | ohci-hcd.c | 365 sanitize: in ohci_endpoint_disable() 375 goto sanitize; in ohci_endpoint_disable()
|
| /Linux-v6.1/Documentation/admin-guide/hw-vuln/ |
| D | l1tf.rst | 104 only possible, when the hypervisor does not sanitize the content of the
|
| /Linux-v6.1/Documentation/cdrom/ |
| 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-v6.1/tools/lib/bpf/ |
| D | libbpf.c | 3015 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local 3062 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf() 3063 if (sanitize) { in bpf_object__sanitize_and_load_btf() 3097 if (sanitize) { in bpf_object__sanitize_and_load_btf()
|
| /Linux-v6.1/kernel/bpf/ |
| D | verifier.c | 3052 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local 3056 sanitize = true; in check_stack_write_fixed_off() 3061 if (sanitize) in check_stack_write_fixed_off()
|