Home
last modified time | relevance | path

Searched full:freebsd (Results 1 – 25 of 95) sorted by relevance

1234

/qemu/bsd-user/freebsd/
H A Dtarget_os_ucontext.h2 * FreeBSD has a common ucontext definition for all architectures.
12 * Defines the common bits for all of FreeBSD's architectures. Has to be
17 /* See FreeBSD's sys/ucontext.h */
20 /* FreeBSD's sys/_ucontext.h structures */
H A Dtarget_os_stack.h2 * FreeBSD setup_initial_stack() implementation.
29 * The initial FreeBSD stack is as follows:
92 * Deviate from FreeBSD stack layout: force stack to new page here in setup_initial_stack()
H A Dtarget_os_siginfo.h2 * FreeBSD siginfo related definitions
75 /* SIGPOLL -- Not really generated in FreeBSD ??? */
H A Dtarget_os_elf.h2 * freebsd ELF definitions
96 * FreeBSD defines elf_addr_t as Elf32_Off / Elf64_Off in target_create_elf_tables()
H A Dtarget_os_thread.h2 * FreeBSD thread dependent code and definitions
H A Dhost-os.h2 * FreeBSD host dependent code and definitions
H A Dtarget_os_user.h4 * Copyright (c) 2015 Stacey D. Son (sson at FreeBSD)
244 /* Vnode filesystem id, FreeBSD 11 compat. */
246 /* File device, FreeBSD 11 compat. */
/qemu/tests/functional/
H A Dtest_aarch64_sbsaref_freebsd.py21 ('http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/arm64'
22 '/aarch64/ISO-IMAGES/14.1/FreeBSD-14.1-RELEASE-arm64-aarch64-bootonly.iso.xz'),
42 wait_for_console_pattern(self, 'Welcome to FreeBSD!')
/qemu/tests/vm/
H A Dfreebsd3 # FreeBSD VM image
28 name = "freebsd"
31 …link = "https://download.freebsd.org/releases/CI-IMAGES/14.1-RELEASE/amd64/Latest/FreeBSD-14.1-REL…
108 prompt = "root@freebsd:~ #"
H A DMakefile.include16 X86_IMAGES := freebsd netbsd openbsd haiku.x86_64
44 @echo " vm-build-freebsd - Build QEMU in FreeBSD VM"
/qemu/.gitlab-ci.d/
H A Dcirrus.yml34 x64-freebsd-14-build:
37 NAME: freebsd-14
40 CIRRUS_VM_IMAGE_NAME: freebsd-14-2
/qemu/bsd-user/
H A Dsignal-common.h55 * The linux-user version of this uses the top 16 bits, but FreeBSD's SI_USER
59 * For FreeBSD, we have si_pid, si_uid, si_status, and si_addr always. Linux and
63 * QEMU_SI_CAPSICUM is currently only FreeBSD 14 current only, so only define
H A Dsyscall_defs.h4 * Copyright (c) 2013-15 Stacey D. Son (sson at FreeBSD)
28 #include "freebsd/syscall_nr.h"
40 * FreeBSD uses a 64bits time_t except on i386
415 /* FreeBSD-specific */
/qemu/bsd-user/aarch64/
H A Dtarget_arch_vmparam.h4 * Copyright (c) 2015 Stacey D. Son <sson at FreeBSD>
26 * FreeBSD/arm64 Address space layout.
H A Dtarget_arch.h4 * Copyright (c) 2015 Stacey D. Son <sson at FreeBSD>
/qemu/qapi/
H A Dsockets.json64 # socket option is defined (this includes Linux, Windows, macOS, FreeBSD,
70 # Windows, macOS, FreeBSD, but not OpenBSD). When set to 0, system setting
75 # includes Linux, Windows, macOS, FreeBSD, but not OpenBSD). When set to
/qemu/bsd-user/arm/
H A Dtarget_arch_thread.h68 * FreeBSD kernel passes the ps_strings pointer in r0. This is used by some in target_thread_init()
70 * support that functionality, so it's ignored. When set to 0, FreeBSD's csu in target_thread_init()
H A Dsignal.c114 * FreeBSD's get_mcontext doesn't save VFP info, but sets the pointer and in get_mcontext()
169 * FreeBSD just ignores it, though, so maybe we'll need to adjust in set_mcontext()
207 * FreeBSD's mcontext, what to do? in set_mcontext()
/qemu/
H A D.patchew.yml101 {% elif test == "s390x" or test == "FreeBSD" or test == "ppcle" or test == "ppcbe" %}
207 FreeBSD:
223 make vm-build-freebsd J=21 QEMU=$QEMU
/qemu/tests/lcitool/
H A Drefresh249 generate_cirrus("freebsd-14")
255 generate_pkglist("freebsd", "freebsd-14")
/qemu/bsd-user/host/arm/
H A Dhost-signal.h27 * In the FSR, bit 11 is WnR. FreeBSD returns this as part of the in host_signal_write()
/qemu/.gitlab-ci.d/cirrus/
H A Dfreebsd-14.vars3 # $ lcitool variables freebsd-14 qemu
/qemu/bsd-user/host/x86_64/
H A Dhost-signal.h32 * punning between a trapframe and mcontext on FreeBSD/amd64. in host_signal_write()
/qemu/bsd-user/host/i386/
H A Dhost-signal.h32 * between a trapframe and mcontext on FreeBSD/i386. in host_signal_write()
/qemu/util/
H A Dmeson.build18 if host_os == 'freebsd'
112 if host_os == 'freebsd'

1234