Home
last modified time | relevance | path

Searched +full:aarch64_be +full:- +full:linux +full:- +full:user (Results 1 – 13 of 13) sorted by relevance

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dsiteinfo.bbclass4 # SPDX-License-Identifier: MIT
13 # where 'target' == "<arch>-<os>"
16 # * target: Returns the target name ("<arch>-<os>")
26 …"allarch": "endian-little bit-32", # bogus, but better than special-casing the checks below for al…
27 "aarch64": "endian-little bit-64 arm-common arm-64",
28 "aarch64_be": "endian-big bit-64 arm-common arm-64",
29 "arc": "endian-little bit-32 arc-common",
30 "arceb": "endian-big bit-32 arc-common",
31 "arm": "endian-little bit-32 arm-common arm-32",
32 "armeb": "endian-big bit-32 arm-common arm-32",
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu-targets.inc19 softmmuonly += arch + "-softmmu,"
22 for arch in ['armeb', 'alpha', 'ppc64abi32', 'ppc64le', 'sparc32plus', 'aarch64_be']:
24 linuxuseronly += arch + "-linux-user,"
26 if 'linux' not in tos:
27 return softmmuonly + ''.join([arch + "-softmmu" + "," for arch in archs]).rstrip(',')
28 …return softmmuonly + linuxuseronly + ''.join([arch + "-linux-user" + "," + arch + "-softmmu" + ","…
31 return ",".join(filter(lambda i: "-linux-user" in i, get_qemu_target_list(d).split(',')))
34 return ",".join(filter(lambda i: "-linux-user" not in i, get_qemu_target_list(d).split(',')))
/openbmc/openbmc/poky/meta/lib/oe/
H A Delf.py4 # SPDX-License-Identifier: GPL-2.0-only
20 "aarch64_be" :(183, 0, 0, False, 64),
35 "linux" : {
37 "aarch64_be" :(183, 0, 0, False, 64),
70 "linux-android" : {
75 "linux-androideabi" : {
78 "linux-musl" : {
80 "aarch64_be" :(183, 0, 0, False, 64),
102 "uclinux-uclibc" : {
105 "linux-gnueabi" : {
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dcrossbuild-template.yml7 - ccache
12 - source scripts/ci/gitlab-ci-section
13 - section_start setup "Pre-script setup"
14 - JOBS=$(expr $(nproc) + 1)
15 - cat /packages.txt
16 - section_end setup
18 - export CCACHE_BASEDIR="$(pwd)"
19 - export CCACHE_DIR="$CCACHE_BASEDIR/ccache"
20 - export CCACHE_MAXSIZE="500M"
21 - export PATH="$CCACHE_WRAPPERSDIR:$PATH"
[all …]
H A Dbuildtest.yml2 - 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 Dconfigure14 source_path=$(cd "$(dirname -- "$0")"; pwd)
16 if test "$PWD" -ef "$source_path"
20 MARKER=build/auto-created-by-configure
22 if test -e build
24 if test -f $MARKER
26 rm -rf build
36 echo "your source directory, or try doing an out-of-tree build."
41 # This file is auto-generated by configure to support in-source tree
46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS)
48 test -e build/auto-created-by-configure ; \
[all …]
/openbmc/qemu/tests/tcg/
H A DMakefile.target1 # -*- Mode: makefile -*-
7 # ones we have cross-compilers for or docker images with
8 # cross-compilers.
11 # cross-compilers don't always have a large amount of libraries
17 # CC - the C compiler command
18 # EXTRA_CFLAGS - any extra CFLAGS
19 # BUILD_STATIC - are we building static binaries
23 # cross-compiler can only build dynamic libraries the user might need
29 # We also expect to be in the tests build dir for the FOO-(linux-user|softmmu).
33 -include ../config-host.mak
[all …]
/openbmc/qemu/target/arm/
H A Dgdbstub64.c4 * Copyright (c) 2013 SUSE LINUX Products GmbH
31 #include "accel/tcg/cpu-mmu-index.h"
38 CPUARMState *env = &cpu->env; in aarch64_cpu_gdb_read_register()
42 return gdb_get_reg64(mem_buf, env->xregs[n]); in aarch64_cpu_gdb_read_register()
46 return gdb_get_reg64(mem_buf, env->xregs[31]); in aarch64_cpu_gdb_read_register()
48 return gdb_get_reg64(mem_buf, env->pc); in aarch64_cpu_gdb_read_register()
59 CPUARMState *env = &cpu->env; in aarch64_cpu_gdb_write_register()
66 env->xregs[n] = tmp; in aarch64_cpu_gdb_write_register()
71 env->xregs[31] = tmp; in aarch64_cpu_gdb_write_register()
74 env->pc = tmp; in aarch64_cpu_gdb_write_register()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/clang/
H A Dclang_git.bb5 DESCRIPTION = "Clang is an LLVM based C/C++/Objective-C compiler, \
10 clang-tidy are tools that automatically find bugs \
17 require common-clang.inc
18 require common-source.inc
20 INHIBIT_DEFAULT_DEPS:class-native = "1"
22 LDFLAGS:append:class-target:riscv32 = " -Wl,--no-as-needed -latomic -Wl,--as-needed"
23 LDFLAGS:append:class-target:mips = " -Wl,--no-as-needed -latomic -Wl,--as-needed"
36 elif re.match('aarch64_be$', a): return 'AArch64'
52 PACKAGECONFIG_CLANG_COMMON = "build-id eh libedit rtti shared-libs libclang-python \
53 …${@bb.utils.contains('TC_CXX_RUNTIME', 'llvm', 'compiler-rt libcplusplus libomp unwindlib', '', d)…
[all …]
/openbmc/
Dopengrok1.0.log1 2025-11-09 03:01:12.083-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-11-09 03:01:12.139-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
Dopengrok2.0.log1 2025-11-08 03:01:19.154-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-11-08 03:01:19.229-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
/openbmc/qemu/linux-user/
H A Delfload.c1 /* This is the Linux kernel elf-loading code, ported into user space */
10 #include "user/tswap-target.h"
11 #include "user/page-protection.h"
12 #include "exec/page-protection.h"
13 #include "exec/mmap-lock.h"
14 #include "exec/translation-block.h"
16 #include "user/guest-base.h"
17 #include "user-internals.h"
18 #include "signal-common.h"
20 #include "user-mmap.h"
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c22 #include "translate-a64.h"
43 * Returns -1 for unallocated encoding; diagnose later.
48 return 31 - clz32(x); in tszimm_esz()
54 * We won't use the tszimm_shr() value if tszimm_esz() returns -1 (the in tszimm_shr()
62 return (16 << esz) - x; in tszimm_shr()
73 return x - (8 << esz); in tszimm_shl()
87 /* Convert a 2-bit memory size (msz) to a 4-bit data type (dtype)
100 #include "decode-sve.c.inc"
106 /* Invoke an out-of-line helper on 2 Zregs. */
143 return gen_gvec_fpst_zz(s, fn, a->rd, a->rn, data, in gen_gvec_fpst_ah_arg_zz()
[all …]