Searched refs:sanitize (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_uc.h | 19 int (*sanitize)(struct intel_uc *uc); member 106 intel_uc_ops_function(sanitize, sanitize, int, 0);
|
A D | intel_uc.c | 577 goto sanitize; in intel_uc_reset_prepare() 582 sanitize: in intel_uc_reset_prepare() 704 .sanitize = __uc_sanitize,
|
A D | intel_guc_submission.c | 3331 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 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/drivers/gpu/drm/i915/gt/ |
A D | intel_gt_pm.c | 182 if (engine->sanitize) in gt_sanitize() 183 engine->sanitize(engine); in gt_sanitize()
|
A D | intel_engine_types.h | 389 void (*sanitize)(struct intel_engine_cs *engine); member
|
A D | intel_engine_cs.c | 1426 if (engine->sanitize) in intel_engines_reset_default_submission() 1427 engine->sanitize(engine); in intel_engines_reset_default_submission()
|
A D | intel_ring_submission.c | 1118 engine->sanitize = xcs_sanitize; in setup_common()
|
A D | intel_execlists_submission.c | 3288 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 D | intel_cdclk.c | 1142 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 D | ohci-hcd.c | 366 sanitize: in ohci_endpoint_disable() 376 goto sanitize; in ohci_endpoint_disable()
|
/linux/ |
A D | Makefile | 926 -fno-sanitize-cfi-canonical-jump-tables \ 927 -fno-sanitize-trap=cfi \ 928 -fno-sanitize-blacklist
|
/linux/Documentation/admin-guide/hw-vuln/ |
A D | l1tf.rst | 104 only possible, when the hypervisor does not sanitize the content of the
|
/linux/Documentation/cdrom/ |
A 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/tools/lib/bpf/ |
A D | libbpf.c | 2899 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 D | verifier.c | 2826 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