Home
last modified time | relevance | path

Searched full:uname (Results 1 – 25 of 58) sorted by relevance

123

/qemu/bsd-user/freebsd/
H A Dos-misc.h40 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 Duname.c2 * 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 Dmeson.build22 'uname.c',
H A Dmain.c508 "uname", "set qemu uname release string to 'uname'"},
/qemu/
H A D.patchew.yml148 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 Dconfigure429 # 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 Dbug.md22 - OS/kernel version: <!-- For POSIX hosts, use `uname -a` -->
39 - OS/kernel version: <!-- For POSIX guests, use `uname -a`. -->
/qemu/tests/docker/
H A Ddocker.py319 uname = getpass.getuser()
322 (uname, uid, uname))
573 uname = getpass.getuser()
576 (uname, uid, uname))
/qemu/target/i386/tcg/
H A Demit.c.inc561 #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 Danalyse-9p-simpletrace.py93 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 Dqemu-binfmt-conf.sh223 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 Dtest_mips_malta.py17 'uname -m',
153 exec_command_and_wait_for_pattern(self, 'uname -a',
H A Dtest_arm_bflt.py35 res = self.run_cmd(busybox_path, ['uname', '-a'])
H A Dtest_ppc_40p.py91 exec_command_and_wait_for_pattern(self, 'uname -a', 'Linux ppc 2.4.18')
H A Dtest_aarch64_virt.py117 ('uname -a', ps1),
H A Dtest_mips64el_malta.py88 exec_command_and_wait_for_pattern(self, 'uname -a',
/qemu/hw/9pfs/
H A Dtrace-events8 …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 Daccel.py69 host_arch = os.uname()[4]
/qemu/tests/qemu-iotests/
H A Dtestenv.py151 arch = os.uname().machine
318 u = os.uname()
/qemu/tests/functional/qemu_test/
H A Dtuxruntest.py109 exec_command_and_wait_for_pattern(self, 'uname -a', ps1)
/qemu/tests/vm/
H A DMakefile.include24 HOST_ARCH = $(shell uname -m)
/qemu/linux-user/mips64/
H A Dsyscall_n64.tbl71 61 n64 uname sys_newuname
H A Dsyscall_n32.tbl71 61 n32 uname sys_newuname
/qemu/linux-user/loongarch64/
H A Dsyscall.tbl197 160 common uname sys_newuname
/qemu/linux-user/hexagon/
H A Dsyscall.tbl197 160 common uname sys_newuname

123