Searched +full:or1k +full:- +full:linux +full:- +full:user (Results 1 – 23 of 23) sorted by relevance
7 a guest such as Linux and do not care about reproducing the8 idiosyncrasies and limitations of a particular bit of real-world12 -----------------15 * 8 virtio-mmio transport devices22 ------------24 The virt machine can be started using the ``-kernel`` and ``-initrd`` options25 to load a Linux kernel and optional disk image. For example:27 .. code-block:: bash29 $ qemu-system-or1k -cpu or1220 -M or1k-sim -nographic \30 -device virtio-net-device,netdev=user -netdev user,id=user,net=10.9.0.1/24,host=10.9.0.100 \[all …]
1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */3 * OpenRISC Linux5 * Linux architectural port borrowing liberally from similar works of11 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>36 /* The OR1K relocation types... not all relevant for module loader */50 * Note that NGREG is defined to ELF_NGREG in include/linux/elfcore.h, and is51 * thus exposed to user-space.58 /* EM_OPENRISC is defined in linux/elf-em.h */
7 - ccache12 - source scripts/ci/gitlab-ci-section13 - section_start setup "Pre-script setup"14 - JOBS=$(expr $(nproc) + 1)15 - cat /packages.txt16 - section_end setup18 - export CCACHE_BASEDIR="$(pwd)"19 - export CCACHE_DIR="$CCACHE_BASEDIR/ccache"20 - export CCACHE_MAXSIZE="500M"21 - export PATH="$CCACHE_WRAPPERSDIR:$PATH"[all …]
2 - local: '/.gitlab-ci.d/crossbuild-template.yml'4 cross-armhf-user:7 job: armhf-debian-cross-container9 IMAGE: debian-armhf-cross11 cross-arm64-system:14 job: arm64-debian-cross-container16 IMAGE: debian-arm64-cross18 cross-arm64-user:21 job: arm64-debian-cross-container23 IMAGE: debian-arm64-cross[all …]
2 - local: '/.gitlab-ci.d/buildtest-template.yml'4 build-system-alpine:6 - .native_build_job_template7 - .native_build_artifact_template9 - job: amd64-alpine-container12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu13 MAKE_CHECK_ARGS: check-build14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog16 check-system-alpine:19 - job: build-system-alpine[all …]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */3 * OpenRISC Linux5 * Linux architectural port borrowing liberally from similar works of11 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>15 /* or1k pgtable.h - macros and functions to manipulate page tables18 * include/asm-cris/pgtable.h24 #include <asm-generic/pgtable-nopmd.h>31 * The Linux memory management assumes a three-level page table setup. On32 * or1k, we use that, but "fold" the mid level into the top-level page34 * supports any page table structure, so we could have used a three-level[all …]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */3 * OpenRISC Linux5 * Linux architectural port borrowing liberally from similar works of11 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>28 * in or1k, a page is 8192 bytes, which seems like a sane size36 * - this struct should fit entirely inside of one cache line37 * - this struct shares the supervisor stack pages38 * - if the contents of this structure are changed, the assembly constants75 #define get_thread_info(ti) get_task_struct((ti)->task)76 #define put_thread_info(ti) put_task_struct((ti)->task)[all …]
5 # Simple script to generate a debian/ directory for a Linux kernel.7 set -e10 grep -q "^$1=y" include/config/auto.conf15 echo -n "$2"16 elif [ $# -ge 3 ]; then17 echo -n "$3"22 if [ -n "$KBUILD_DEBARCH" ] ; then65 debarch=or1k ;;74 if [ -z "$debarch" ]; then75 debarch=$(dpkg-architecture -qDEB_HOST_ARCH)[all …]
1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note9 # and implement the less feature-full calls in user space.303 244 or1k or1k_atomic sys_or1k_atomic
10 consult qemu-devel and not any specific individual privately.23 W: Web-page with status/info59 ------------------------------63 L: qemu-devel@nongnu.org72 R: Philippe Mathieu-Daudé <philmd@linaro.org>76 F: docs/devel/code-of-conduct.rst77 F: docs/devel/conflict-resolution.rst78 F: docs/devel/submitting-a-patch.rst79 F: docs/devel/submitting-a-pull-request.rst82 -------------------------------------------------[all …]
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'48 supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', 'sunos', 'linux']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[all …]
1 # -*- Mode: Python -*-5 # See the COPYING file in the top-level directory.12 { 'include': 'machine-common.json' }18 # targets. Run "./configure --help" in the project root directory,19 # and look for the \*-softmmu targets near the "--target-list" option.30 # "qemu-system-" prefix to produce the corresponding QEMU31 # executable name. This is true even for "qemu-system-x86_64".38 'mips64el', 'mipsel', 'or1k', 'ppc',52 'data': [ 'uninitialized', 'stopped', 'check-stop', 'operating', 'load' ] }59 # @cpu-state: the virtual CPU's state[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 * (C) Copyright 2000-200624 #include <linux/libfdt.h>30 #include <u-boot/md5.h>31 #include <u-boot/sha1.h>32 #include <linux/errno.h>47 #include <u-boot/md5.h>56 #include <u-boot/crc.h>82 { IH_ARCH_OPENRISC, "or1k", "OpenRISC 1000",},88 { IH_ARCH_RISCV, "riscv", "RISC-V", },[all …]
... --------------------- ...
1 2025-02-01 03:00:36.913-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 2025-02-01 03:00:37.033-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -[all...]
1 2025-01-31 03:00:42.685-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 2025-01-31 03:00:42.799-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -[all...]
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-1[all...]
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-1[all...]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]