/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc.h | 17 int (*sanitize)(struct intel_uc *uc); member 91 intel_uc_ops_function(sanitize, sanitize, int, 0);
|
H A D | intel_uc.c | 617 * When coming out of S3/S4 we sanitize and re-init the HW, so in intel_uc_resume() 626 * During runtime resume we don't sanitize, so we need to re-init in intel_uc_runtime_resume() 637 .sanitize = __uc_sanitize,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc.h | 20 int (*sanitize)(struct intel_uc *uc); member 111 intel_uc_ops_function(sanitize, sanitize, int, 0);
|
H A D | intel_uc.c | 623 goto sanitize; in intel_uc_reset_prepare() 628 sanitize: in intel_uc_reset_prepare() 745 * When coming out of S3/S4 we sanitize and re-init the HW, so in intel_uc_resume() 754 * During runtime resume we don't sanitize, so we need to re-init in intel_uc_runtime_resume() 766 .sanitize = __uc_sanitize,
|
H A D | intel_guc_submission.c | 4253 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in guc_release() 4394 engine->sanitize = guc_sanitize; in intel_guc_submission_setup()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_pm.c | 162 if (engine->sanitize) in gt_sanitize() 163 engine->sanitize(engine); in gt_sanitize()
|
H A D | intel_engine_types.h | 415 void (*sanitize)(struct intel_engine_cs *engine); member
|
H A D | intel_lrc.c | 5080 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release() 5214 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
|
/kernel/linux/linux-5.10/drivers/media/radio/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/media/radio/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_pm.c | 193 if (engine->sanitize) in gt_sanitize() 194 engine->sanitize(engine); in gt_sanitize()
|
H A D | intel_engine_types.h | 492 void (*sanitize)(struct intel_engine_cs *engine); member
|
H A D | intel_engine_cs.c | 1951 if (engine->sanitize) in intel_engines_reset_default_submission() 1952 engine->sanitize(engine); in intel_engines_reset_default_submission()
|
H A D | intel_ring_submission.c | 1129 engine->sanitize = xcs_sanitize; in setup_common()
|
H A D | intel_execlists_submission.c | 3392 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release() 3593 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
|
/kernel/linux/linux-6.6/drivers/cxl/core/ |
H A D | memdev.c | 134 rc = sysfs_emit(buf, "sanitize\n"); in security_state_show() 158 bool sanitize; in security_sanitize_store() local 161 if (kstrtobool(buf, &sanitize) || !sanitize) in security_sanitize_store() 171 __ATTR(sanitize, 0200, NULL, security_sanitize_store);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_cdclk.c | 1113 goto sanitize; in skl_sanitize_cdclk() 1121 goto sanitize; in skl_sanitize_cdclk() 1133 /* All well; nothing to sanitize */ in skl_sanitize_cdclk() 1136 sanitize: in skl_sanitize_cdclk() 1658 goto sanitize; in bxt_sanitize_cdclk() 1664 * so sanitize this register. in bxt_sanitize_cdclk() 1677 goto sanitize; in bxt_sanitize_cdclk() 1682 goto sanitize; in bxt_sanitize_cdclk() 1702 goto sanitize; in bxt_sanitize_cdclk() 1713 /* All well; nothing to sanitize */ in bxt_sanitize_cdclk() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_cdclk.c | 1153 goto sanitize; in skl_sanitize_cdclk() 1161 goto sanitize; in skl_sanitize_cdclk() 1173 /* All well; nothing to sanitize */ in skl_sanitize_cdclk() 1176 sanitize: in skl_sanitize_cdclk() 1772 * sanitize path. in cdclk_pll_is_unknown() 1990 goto sanitize; in bxt_sanitize_cdclk() 1996 * so sanitize this register. in bxt_sanitize_cdclk() 2009 goto sanitize; in bxt_sanitize_cdclk() 2014 goto sanitize; in bxt_sanitize_cdclk() 2036 /* All well; nothing to sanitize */ in bxt_sanitize_cdclk() [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-hcd.c | 367 sanitize: in ohci_endpoint_disable() 377 goto sanitize; in ohci_endpoint_disable()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-hcd.c | 365 sanitize: in ohci_endpoint_disable() 375 goto sanitize; in ohci_endpoint_disable()
|
/kernel/linux/linux-5.10/ |
H A D | Makefile | 934 -fno-sanitize-cfi-canonical-jump-tables \ 935 -fno-sanitize-trap=cfi \ 936 -fno-sanitize-blacklist
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 2565 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local 2580 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf() 2581 if (sanitize) { in bpf_object__sanitize_and_load_btf() 2585 /* clone BTF to sanitize a copy and leave the original intact */ in bpf_object__sanitize_and_load_btf() 2597 if (sanitize) { in bpf_object__sanitize_and_load_btf()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 3099 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf() local 3146 sanitize = btf_needs_sanitization(obj); in bpf_object__sanitize_and_load_btf() 3147 if (sanitize) { in bpf_object__sanitize_and_load_btf() 3151 /* clone BTF to sanitize a copy and leave the original intact */ in bpf_object__sanitize_and_load_btf() 3181 if (sanitize) { in bpf_object__sanitize_and_load_btf() 10371 /* sanitize binary_path in the probe name */ in gen_kprobe_legacy_event_name() 11035 /* sanitize binary_path in the probe name */ in gen_uprobe_legacy_event_name()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | verifier.c | 2498 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local 2504 sanitize = true; in check_stack_write_fixed_off() 2509 if (sanitize) in check_stack_write_fixed_off() 5988 * state or limits to sanitize, then this won't work. in update_alu_sanitation_state() 6146 * rewrite/sanitize them. in sanitize_mark_insn_seen() 6232 * in order to be able to sanitize access later on. in sanitize_check_bounds()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | verifier.c | 4568 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local 4574 sanitize = true; in check_stack_write_fixed_off() 4579 if (sanitize) in check_stack_write_fixed_off() 12173 * state or limits to sanitize, then this won't work. in update_alu_sanitation_state() 12331 * rewrite/sanitize them. in sanitize_mark_insn_seen() 12417 * in order to be able to sanitize access later on. in sanitize_check_bounds()
|