Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_uc.h19 int (*sanitize)(struct intel_uc *uc); member
106 intel_uc_ops_function(sanitize, sanitize, int, 0);
A Dintel_uc.c577 goto sanitize; in intel_uc_reset_prepare()
582 sanitize: in intel_uc_reset_prepare()
704 .sanitize = __uc_sanitize,
A Dintel_guc_submission.c3331 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in guc_release()
3462 engine->sanitize = guc_sanitize; in intel_guc_submission_setup()
/linux/drivers/media/radio/
A 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/drivers/gpu/drm/i915/gt/
A Dintel_gt_pm.c182 if (engine->sanitize) in gt_sanitize()
183 engine->sanitize(engine); in gt_sanitize()
A Dintel_engine_types.h389 void (*sanitize)(struct intel_engine_cs *engine); member
A Dintel_engine_cs.c1426 if (engine->sanitize) in intel_engines_reset_default_submission()
1427 engine->sanitize(engine); in intel_engines_reset_default_submission()
A Dintel_ring_submission.c1118 engine->sanitize = xcs_sanitize; in setup_common()
A Dintel_execlists_submission.c3288 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release()
3446 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
/linux/drivers/gpu/drm/i915/display/
A Dintel_cdclk.c1142 goto sanitize; in skl_sanitize_cdclk()
1150 goto sanitize; in skl_sanitize_cdclk()
1165 sanitize: in skl_sanitize_cdclk()
1737 goto sanitize; in bxt_sanitize_cdclk()
1756 goto sanitize; in bxt_sanitize_cdclk()
1761 goto sanitize; in bxt_sanitize_cdclk()
1782 sanitize: in bxt_sanitize_cdclk()
/linux/drivers/usb/host/
A Dohci-hcd.c366 sanitize: in ohci_endpoint_disable()
376 goto sanitize; in ohci_endpoint_disable()
/linux/
A DMakefile926 -fno-sanitize-cfi-canonical-jump-tables \
927 -fno-sanitize-trap=cfi \
928 -fno-sanitize-blacklist
/linux/Documentation/admin-guide/hw-vuln/
A Dl1tf.rst104 only possible, when the hypervisor does not sanitize the content of the
/linux/Documentation/cdrom/
A 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/tools/lib/bpf/
A Dlibbpf.c2899 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local
2946 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf()
2947 if (sanitize) { in bpf_object__sanitize_and_load_btf()
2977 if (sanitize) { in bpf_object__sanitize_and_load_btf()
/linux/kernel/bpf/
A Dverifier.c2826 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local
2830 sanitize = true; in check_stack_write_fixed_off()
2835 if (sanitize) in check_stack_write_fixed_off()

Completed in 108 milliseconds