/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/tests/docker/ |
H A D | docker.py | 319 uname = getpass.getuser() 322 (uname, uid, uname)) 573 uname = getpass.getuser() 576 (uname, uid, uname))
|
H A D | Makefile.include | 9 HOST_ARCH = $(shell uname -m)
|
/qemu/python/qemu/utils/ |
H A D | accel.py | 69 host_arch = os.uname()[4]
|
/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
|
/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/tests/qemu-iotests/ |
H A D | testenv.py | 151 arch = os.uname().machine 318 u = os.uname()
|
H A D | common.rc | 24 HOSTOS=$(uname -s) 25 arch=$(uname -m)
|
/qemu/linux-user/ |
H A D | uname.c | 83 if (uname(&uts_buf) < 0) in sys_uname()
|
H A D | meson.build | 22 'uname.c',
|
/qemu/tests/vm/ |
H A D | Makefile.include | 24 HOST_ARCH = $(shell uname -m)
|
/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/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 123 [ 122] = 1, /* uname */
|
/qemu/roms/ |
H A D | Makefile | 28 system := $(shell uname -s | tr "A-Z" "a-z")
|
H A D | edk2-build.py | 304 hostarch = os.uname().machine
|
/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.c | 366 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 D | engine.py | 323 _, _, _, _, machine = os.uname()
|
/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 71 61 n64 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
|
/qemu/linux-user/riscv/ |
H A D | syscall.tbl | 197 160 common uname sys_newuname
|
/qemu/linux-user/openrisc/ |
H A D | syscall.tbl | 197 160 common uname sys_newuname
|
/qemu/linux-user/aarch64/ |
H A D | syscall_64.tbl | 197 160 common uname sys_newuname
|
/qemu/linux-user/x86_64/ |
H A D | syscall_64.tbl | 75 63 common uname sys_newuname
|