Home
last modified time | relevance | path

Searched refs:uname (Results 1 – 25 of 46) sorted by relevance

12

/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/tests/docker/
H A Ddocker.py319 uname = getpass.getuser()
322 (uname, uid, uname))
573 uname = getpass.getuser()
576 (uname, uid, uname))
H A DMakefile.include9 HOST_ARCH = $(shell uname -m)
/qemu/python/qemu/utils/
H A Daccel.py69 host_arch = os.uname()[4]
/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
/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/tests/qemu-iotests/
H A Dtestenv.py151 arch = os.uname().machine
318 u = os.uname()
H A Dcommon.rc24 HOSTOS=$(uname -s)
25 arch=$(uname -m)
/qemu/linux-user/
H A Duname.c83 if (uname(&uts_buf) < 0) in sys_uname()
H A Dmeson.build22 'uname.c',
/qemu/tests/vm/
H A DMakefile.include24 HOST_ARCH = $(shell uname -m)
/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/linux-user/mips/
H A Dsyscall-args-o32.c.inc123 [ 122] = 1, /* uname */
/qemu/roms/
H A DMakefile28 system := $(shell uname -s | tr "A-Z" "a-z")
H A Dedk2-build.py304 hostarch = os.uname().machine
/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c366 const char *uname = ""; /* ignored by QEMU */ in v9fs_tattach() local
386 v9fs_string_write(req, uname); in v9fs_tattach()
/qemu/tests/migration-stress/guestperf/
H A Dengine.py323 _, _, _, _, machine = os.uname()
/qemu/linux-user/mips64/
H A Dsyscall_n64.tbl71 61 n64 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
/qemu/linux-user/riscv/
H A Dsyscall.tbl197 160 common uname sys_newuname
/qemu/linux-user/openrisc/
H A Dsyscall.tbl197 160 common uname sys_newuname
/qemu/linux-user/aarch64/
H A Dsyscall_64.tbl197 160 common uname sys_newuname
/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl75 63 common uname sys_newuname

12