Searched refs:sanitize (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_uc.h | 20 int (*sanitize)(struct intel_uc *uc); member 109 intel_uc_ops_function(sanitize, sanitize, int, 0);
|
A D | intel_uc.c | 615 goto sanitize; in intel_uc_reset_prepare() 620 sanitize: in intel_uc_reset_prepare() 750 .sanitize = __uc_sanitize,
|
A D | intel_guc_submission.c | 4158 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in guc_release() 4299 engine->sanitize = guc_sanitize; in intel_guc_submission_setup()
|
/linux-6.3-rc2/drivers/media/radio/ |
A 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-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_gt_pm.c | 221 if (engine->sanitize) in gt_sanitize() 222 engine->sanitize(engine); in gt_sanitize()
|
A D | intel_engine_types.h | 474 void (*sanitize)(struct intel_engine_cs *engine); member
|
A D | intel_engine_cs.c | 1832 if (engine->sanitize) in intel_engines_reset_default_submission() 1833 engine->sanitize(engine); in intel_engines_reset_default_submission()
|
A D | intel_ring_submission.c | 1129 engine->sanitize = xcs_sanitize; in setup_common()
|
A D | intel_execlists_submission.c | 3383 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release() 3582 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_cdclk.c | 1152 goto sanitize; in skl_sanitize_cdclk() 1160 goto sanitize; in skl_sanitize_cdclk() 1175 sanitize: in skl_sanitize_cdclk() 1942 goto sanitize; in bxt_sanitize_cdclk() 1961 goto sanitize; in bxt_sanitize_cdclk() 1966 goto sanitize; in bxt_sanitize_cdclk() 1991 sanitize: in bxt_sanitize_cdclk()
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | ohci-hcd.c | 365 sanitize: in ohci_endpoint_disable() 375 goto sanitize; in ohci_endpoint_disable()
|
/linux-6.3-rc2/Documentation/admin-guide/hw-vuln/ |
A D | l1tf.rst | 104 only possible, when the hypervisor does not sanitize the content of the
|
/linux-6.3-rc2/Documentation/cdrom/ |
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.3-rc2/tools/lib/bpf/ |
A D | libbpf.c | 3039 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local 3086 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf() 3087 if (sanitize) { in bpf_object__sanitize_and_load_btf() 3121 if (sanitize) { in bpf_object__sanitize_and_load_btf()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | verifier.c | 3513 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local 3519 sanitize = true; in check_stack_write_fixed_off() 3524 if (sanitize) in check_stack_write_fixed_off()
|
Completed in 93 milliseconds