/qemu/bsd-user/freebsd/ |
H A D | os-misc.h | 40 void *uname, *upath; in do_freebsd_shm_open2() local 51 uname = NULL; in do_freebsd_shm_open2() 53 uname = lock_user_string(nameptr); in do_freebsd_shm_open2() 54 if (uname == NULL) { in do_freebsd_shm_open2() 61 target_to_host_bitmask(shmflags, shmflag_flags_tbl), uname)); in do_freebsd_shm_open2() 66 if (uname != NULL) { in do_freebsd_shm_open2() 67 unlock_user(uname, nameptr, 0); in do_freebsd_shm_open2()
|
/qemu/linux-user/ |
H A D | uname.c | 2 * cpu to uname machine name map 24 #include "uname.h" 83 if (uname(&uts_buf) < 0) in sys_uname() 108 /* Convert a uname release string like "2.6.18" to an integer in relstr_to_int()
|
H A D | meson.build | 22 'uname.c',
|
H A D | main.c | 508 "uname", "set qemu uname release string to 'uname'"},
|
/qemu/ |
H A D | .patchew.yml | 148 test "$(uname -m)" = "x86_64" 265 test "$(uname -m)" = "x86_64" 279 test "$(uname -m)" = "ppc64le" 283 test "$(uname -m)" = "ppc64" 295 test "$(uname -m)" = "s390x"
|
H A D | configure | 429 # Using uname is really broken, but it is just a fallback for architectures 431 cpu=$(uname -m) 433 echo "WARNING: unrecognized host CPU, proceeding with 'uname -m' output '$cpu'" 440 # 'uname -m' case, but better safe than sorry in case --cpu= is used. 1047 error_exit "Unrecognized host OS (uname -s reports '$(uname -s)')"
|
/qemu/.gitlab/issue_templates/ |
H A D | bug.md | 22 - OS/kernel version: <!-- For POSIX hosts, use `uname -a` --> 39 - OS/kernel version: <!-- For POSIX guests, use `uname -a`. -->
|
/qemu/tests/docker/ |
H A D | docker.py | 319 uname = getpass.getuser() 322 (uname, uid, uname)) 573 uname = getpass.getuser() 576 (uname, uid, uname))
|
/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 561 #define UNARY_FP_SSE(uname, lname) \ 562 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \ 600 #define FP_SSE(uname, lname) \ 601 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \ 618 #define FMA_SSE_PACKED(uname, ptr0, ptr1, ptr2, even, odd) \ 619 static void gen_##uname##Px(DisasContext *s, X86DecodedInsn *decode) \ 630 #define FMA_SSE(uname, ptr0, ptr1, ptr2, flags) \ 631 FMA_SSE_PACKED(uname, ptr0, ptr1, ptr2, flags, flags) \ 632 static void gen_##uname##Sx(DisasContext *s, X86DecodedInsn *decode) \ 664 #define FP_UNPACK_SSE(uname, lname) \ [all …]
|
/qemu/scripts/ |
H A D | analyse-9p-simpletrace.py | 93 def v9fs_attach(self, tag, id, fid, afid, uname, aname): argument 94 …print("TATTACH (tag =", tag, ", fid =", fid, ", afid =", afid, ", uname =", uname, ", aname =", an…
|
H A D | qemu-binfmt-conf.sh | 223 The environment variable HOST_ARCH allows to override 'uname' to generate 315 host_cpu=$(qemu_normalize ${HOST_ARCH:-$(uname -m)})
|
/qemu/tests/functional/ |
H A D | test_mips_malta.py | 17 'uname -m', 153 exec_command_and_wait_for_pattern(self, 'uname -a',
|
H A D | test_arm_bflt.py | 35 res = self.run_cmd(busybox_path, ['uname', '-a'])
|
H A D | test_ppc_40p.py | 91 exec_command_and_wait_for_pattern(self, 'uname -a', 'Linux ppc 2.4.18')
|
H A D | test_aarch64_virt.py | 117 ('uname -a', ps1),
|
H A D | test_mips64el_malta.py | 88 exec_command_and_wait_for_pattern(self, 'uname -a',
|
/qemu/hw/9pfs/ |
H A D | trace-events | 8 …ag, uint8_t id, int32_t fid, int32_t afid, char* uname, char* aname) "tag %u id %u fid %d afid %d …
|
/qemu/python/qemu/utils/ |
H A D | accel.py | 69 host_arch = os.uname()[4]
|
/qemu/tests/qemu-iotests/ |
H A D | testenv.py | 151 arch = os.uname().machine 318 u = os.uname()
|
/qemu/tests/functional/qemu_test/ |
H A D | tuxruntest.py | 109 exec_command_and_wait_for_pattern(self, 'uname -a', ps1)
|
/qemu/tests/vm/ |
H A D | Makefile.include | 24 HOST_ARCH = $(shell uname -m)
|
/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 71 61 n64 uname sys_newuname
|
H A D | syscall_n32.tbl | 71 61 n32 uname sys_newuname
|
/qemu/linux-user/loongarch64/ |
H A D | syscall.tbl | 197 160 common uname sys_newuname
|
/qemu/linux-user/hexagon/ |
H A D | syscall.tbl | 197 160 common uname sys_newuname
|