Searched refs:sanitize (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.15/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 | 577 goto sanitize; in intel_uc_reset_prepare() 582 sanitize: in intel_uc_reset_prepare() 704 .sanitize = __uc_sanitize,
|
| D | intel_guc_submission.c | 2395 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in guc_release() 2526 engine->sanitize = guc_sanitize; in intel_guc_submission_setup()
|
| /Linux-v5.15/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.15/drivers/gpu/drm/i915/gt/ |
| D | intel_gt_pm.c | 179 if (engine->sanitize) in gt_sanitize() 180 engine->sanitize(engine); in gt_sanitize()
|
| D | intel_engine_types.h | 372 void (*sanitize)(struct intel_engine_cs *engine); member
|
| D | intel_engine_cs.c | 1354 if (engine->sanitize) in intel_engines_reset_default_submission() 1355 engine->sanitize(engine); in intel_engines_reset_default_submission()
|
| D | intel_ring_submission.c | 1115 engine->sanitize = xcs_sanitize; in setup_common()
|
| D | intel_execlists_submission.c | 3289 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release() 3447 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
|
| /Linux-v5.15/drivers/gpu/drm/i915/display/ |
| D | intel_cdclk.c | 1110 goto sanitize; in skl_sanitize_cdclk() 1118 goto sanitize; in skl_sanitize_cdclk() 1133 sanitize: in skl_sanitize_cdclk() 1705 goto sanitize; in bxt_sanitize_cdclk() 1724 goto sanitize; in bxt_sanitize_cdclk() 1729 goto sanitize; in bxt_sanitize_cdclk() 1750 sanitize: in bxt_sanitize_cdclk()
|
| /Linux-v5.15/drivers/usb/host/ |
| D | ohci-hcd.c | 367 sanitize: in ohci_endpoint_disable() 377 goto sanitize; in ohci_endpoint_disable()
|
| /Linux-v5.15/ |
| D | Makefile | 965 -fno-sanitize-cfi-canonical-jump-tables \ 966 -fno-sanitize-trap=cfi \ 967 -fno-sanitize-blacklist
|
| /Linux-v5.15/Documentation/admin-guide/hw-vuln/ |
| D | l1tf.rst | 104 only possible, when the hypervisor does not sanitize the content of the
|
| /Linux-v5.15/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.15/tools/lib/bpf/ |
| D | libbpf.c | 2698 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local 2745 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf() 2746 if (sanitize) { in bpf_object__sanitize_and_load_btf() 2776 if (sanitize) { in bpf_object__sanitize_and_load_btf()
|
| /Linux-v5.15/kernel/bpf/ |
| D | verifier.c | 2671 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local 2675 sanitize = true; in check_stack_write_fixed_off() 2680 if (sanitize) in check_stack_write_fixed_off()
|