Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.h20 int (*sanitize)(struct intel_uc *uc); member
111 intel_uc_ops_function(sanitize, sanitize, int, 0);
/linux/tools/net/ynl/pyynl/lib/
H A Ddoc_generator.py55 def sanitize(text: str) -> str: member in RstFormatters
243 self.fmt.sanitize(entry.get("doc", "")),
249 lines.append(self.fmt.rst_bullet(self.fmt.inline(self.fmt.sanitize(entry)),
271 lines.append(self.fmt.rst_fields(k, self.fmt.sanitize(definition[k]), 0))
318 value = self.fmt.sanitize(attr[k])
/linux/scripts/
H A DMakefile.kstack_erase14 DISABLE_KSTACK_ERASE := -fno-sanitize-coverage=stack-depth
/linux/drivers/cxl/core/
H A Dmemdev.c145 rc = sysfs_emit(buf, "sanitize\n"); in security_state_show()
169 bool sanitize; in security_sanitize_store()
172 if (kstrtobool(buf, &sanitize) || !sanitize) in security_sanitize_store()
182 __ATTR(sanitize, 0200, NULL, security_sanitize_store); in security_erase_store()
167 bool sanitize; security_sanitize_store() local
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_core.h94 void (*sanitize)(struct intel_display *display); member
H A Dintel_cdclk.c1240 goto sanitize; in skl_sanitize_cdclk()
1248 goto sanitize; in skl_sanitize_cdclk()
1260 /* All well; nothing to sanitize */ in skl_sanitize_cdclk()
1263 sanitize: in skl_sanitize_cdclk()
2041 * sanitize path. in cdclk_pll_is_unknown()
2331 goto sanitize; in bxt_sanitize_cdclk()
2336 goto sanitize; in bxt_sanitize_cdclk()
2341 goto sanitize; in bxt_sanitize_cdclk()
2346 * so sanitize this register. in bxt_sanitize_cdclk()
2360 /* All well; nothing to sanitize */ in bxt_sanitize_cdclk()
[all...]
/linux/drivers/usb/host/
H A Dohci-hcd.c365 sanitize: in ohci_endpoint_disable()
375 goto sanitize; in ohci_endpoint_disable()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c1967 if (engine->sanitize) in intel_engines_reset_default_submission()
1968 engine->sanitize(engine); in intel_engines_reset_default_submission()
/linux/Documentation/admin-guide/hw-vuln/
H A Dl1tf.rst104 only possible, when the hypervisor does not sanitize the content of the
/linux/Documentation/cdrom/
H A Dcdrom-standard.rst309 it will `sanitize` the format by making requests to the low-level
486 (We may decide to sanitize the return value in *cdrom_ioctl()* though, in
/linux/tools/lib/bpf/
H A Dlibbpf.c3173 /* clone BTF to sanitize a copy and leave the original intact */ in bpf_object__sanitize_btf()
3617 bool btf_mandatory, sanitize; in bpf_object__sanitize_and_load_btf()
3664 sanitize = btf_needs_sanitization(obj); in elf_sym_str()
3665 if (sanitize) { in elf_sym_str()
3687 if (sanitize) { in elf_sec_by_idx()
11780 /* sanitize name in the probe name */ in bpf_program__attach_ksyscall()
3554 bool btf_mandatory, sanitize; bpf_object__sanitize_and_load_btf() local
/linux/kernel/bpf/
H A Dverifier.c3479 bool sanitize = reg && is_spillable_regtype(reg->type); in __check_reg_arg()
3486 sanitize = true; in check_reg_arg()
3491 if (sanitize) in check_reg_arg()
13376 * state or limits to sanitize, then this won't work. in check_reg_sane_offset_scalar()
13533 * rewrite/sanitize them. in sanitize_ptr_alu()
13615 * in order to be able to sanitize access later on. in sanitize_ptr_alu()
3836 bool sanitize = reg && is_spillable_regtype(reg->type); check_stack_write_fixed_off() local