Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.h17 int (*sanitize)(struct intel_uc *uc); member
91 intel_uc_ops_function(sanitize, sanitize, int, 0);
H A Dintel_uc.c637 .sanitize = __uc_sanitize,
/OK3568_Linux_fs/buildroot/package/python-pathvalidate/
H A DConfig.in5 pathvalidate is a python library to validate/sanitize a string
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm.c162 if (engine->sanitize) in gt_sanitize()
163 engine->sanitize(engine); in gt_sanitize()
H A Dintel_engine_types.h415 void (*sanitize)(struct intel_engine_cs *engine); member
H A Dintel_lrc.c5080 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release()
5214 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
/OK3568_Linux_fs/kernel/drivers/media/radio/
H 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()
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dfix-rpath26 This script scans a tree and sanitize ELF files' RPATH found in there.
/OK3568_Linux_fs/buildroot/package/sg3_utils/
H A Dsg3_utils.mk36 rep_zones requests reset reset_wp rmsn rtpg safte sanitize \
/OK3568_Linux_fs/buildroot/support/misc/
H A Dutils.mk70 sanitize = $(subst $(space),_,$(subst :,_,$(subst /,_,$(strip $(1)))))
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c1113 goto sanitize; in skl_sanitize_cdclk()
1121 goto sanitize; in skl_sanitize_cdclk()
1136 sanitize: in skl_sanitize_cdclk()
1658 goto sanitize; 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()
1716 sanitize: in bxt_sanitize_cdclk()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/
H A Dbusybox_1.35.0.bb51 file://0002-nslookup-sanitize-all-printed-strings-with-printable.patch \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/
H A D0002-nslookup-sanitize-all-printed-strings-with-printable.patch4 Subject: [PATCH 2/2] nslookup: sanitize all printed strings with
/OK3568_Linux_fs/buildroot/package/busybox/
H A D0004-nslookup-sanitize-all-printed-strings-with-printable.patch4 Subject: [PATCH] nslookup: sanitize all printed strings with printable_string
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/
H A Dpidgin_2.14.2.bb12 file://sanitize-configure.ac.patch \
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hcd.c367 sanitize: in ohci_endpoint_disable()
377 goto sanitize; in ohci_endpoint_disable()
/OK3568_Linux_fs/kernel/
H A DMakefile973 -fno-sanitize-cfi-canonical-jump-tables \
974 -fno-sanitize-blacklist
978 -fno-sanitize-trap=cfi
H A DMakefile-bak974 -fno-sanitize-cfi-canonical-jump-tables \
975 -fno-sanitize-blacklist
979 -fno-sanitize-trap=cfi
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0006-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch58 #define ASAN_CC1_SPEC "%{%:sanitize(address):-funwind-tables}"
/OK3568_Linux_fs/buildroot/package/
H A Dpkg-generic.mk587 $(2)_VERSION := $$(call sanitize,$$($(2)_DL_VERSION))
/OK3568_Linux_fs/kernel/Documentation/admin-guide/hw-vuln/
H A Dl1tf.rst104 only possible, when the hypervisor does not sanitize the content of the
/OK3568_Linux_fs/kernel/Documentation/cdrom/
H 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
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c2565 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()
2597 if (sanitize) { in bpf_object__sanitize_and_load_btf()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c2306 bool sanitize = reg && is_spillable_regtype(reg->type); in check_stack_write_fixed_off() local
2310 sanitize = true; in check_stack_write_fixed_off()
2315 if (sanitize) in check_stack_write_fixed_off()
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A Dpre-generated-old-configure.patch3861 + UBSAN_FLAGS="-fsanitize=$MOZ_UBSAN_CHECKS -fno-sanitize-recover=$MOZ_UBSAN_CHECKS -fsanitize-b…
4067 …r: compiler is incompatible with sanitize options" 1>&2; echo "configure: error: compiler is incom…

12