Searched +full:- +full:fno +full:- +full:sanitize (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/docker/ |
H A D | test-clang | 1 #!/bin/bash -e 12 # the top-level directory. 20 OPTS="--cxx=clang++ --cc=clang --host-cc=clang" 21 OPTS="$OPTS --extra-cflags=-fsanitize=undefined \ 22 --extra-cflags=-fno-sanitize=float-divide-by-zero"
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 10 CFLAGS_prom_init.o += -fPIC 11 CFLAGS_btext.o += -fPIC 20 CFLAGS_prom_init.o += -fno-stack-protector 21 CFLAGS_prom_init.o += -DDISABLE_BRANCH_PROFILING 22 CFLAGS_prom_init.o += -ffreestanding 23 CFLAGS_prom_init.o += $(call cc-option, -ftrivial-auto-var-init=uninitialized) 46 # translations off. However, ppc32 can sanitize this. 52 CFLAGS_early_32.o += -DDISABLE_BRANCH_PROFILING 53 CFLAGS_cputable.o += -DDISABLE_BRANCH_PROFILING [all …]
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | buildtest.yml | 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 4 build-system-alpine: 6 - .native_build_job_template 7 - .native_build_artifact_template 9 - job: amd64-alpine-container 12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu 13 MAKE_CHECK_ARGS: check-build 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 16 check-system-alpine: 19 - job: build-system-alpine [all …]
|
/openbmc/qemu/ |
H A D | meson.build | 10 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py')) 23 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak') 30 tmpdir = meson.current_build_dir() / 'meson-private/temp' 61 have_linux_user = have_linux_user or target.endswith('linux-user') 62 have_bsd_user = have_bsd_user or target.endswith('bsd-user') 63 have_system = have_system or target.endswith('-softmmu') 107 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"') 114 message('To use Rust you can install a new version with "cargo install bindgen-cli"') 132 # instead. QEMU --enable-modules depends on this because the SystemTap 135 add_global_arguments('-DSTAP_SDT_V2', [all …]
|
/openbmc/linux/kernel/module/ |
H A D | main.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 82 .addr_min = -1UL, 103 if (min < tree->data_addr_min) in __mod_update_bounds() 104 tree->data_addr_min = min; in __mod_update_bounds() 105 if (max > tree->data_addr_max) in __mod_update_bounds() 106 tree->data_addr_max = max; in __mod_update_bounds() 110 if (min < tree->addr_min) in __mod_update_bounds() 111 tree->addr_min = min; in __mod_update_bounds() 112 if (max > tree->addr_max) in __mod_update_bounds() 113 tree->addr_max = max; in __mod_update_bounds() [all …]
|
/openbmc/linux/net/ipv4/ |
H A D | route.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * ROUTE - implementation of the IP router. 48 * Andi Kleen : Load-limit warning messages. 110 ((oldflp4)->flowi4_tos & (IPTOS_RT_MASK | RTO_ONLINK)) 218 seq_printf(seq, "%-127s\n", in rt_cache_seq_show() 239 for (cpu = *pos-1; cpu < nr_cpu_ids; ++cpu) { in rt_cpu_seq_start() 281 0, /* st->in_hit */ in rt_cpu_seq_show() 282 st->in_slow_tot, in rt_cpu_seq_show() 283 st->in_slow_mc, in rt_cpu_seq_show() 284 st->in_no_route, in rt_cpu_seq_show() [all …]
|
/openbmc/linux/ |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |