| /qemu/hw/acpi/ |
| A D | cpu.c | 442 Aml *uid = aml_arg(0); in build_cpus_aml() local 445 ifctx = aml_if(aml_equal(uid, aml_int(i))); in build_cpus_aml() 499 Aml *uid = aml_local(3); in build_cpus_aml() local 517 aml_append(method, aml_store(zero, uid)); in build_cpus_aml() 574 aml_append(ifctx, aml_store(uid, in build_cpus_aml() 614 uid)); in build_cpus_aml() 640 Aml *uid = aml_arg(0); in build_cpus_aml() local 645 aml_append(method, aml_store(uid, cpu_selector)); in build_cpus_aml() 657 Aml *uid = aml_int(i); in build_cpus_aml() local 666 aml_append(dev, aml_name_decl("_UID", uid)); in build_cpus_aml() [all …]
|
| A D | pci.c | 268 uint32_t uid; in build_acpi_generic_port() local 290 uid = object_property_get_uint(o, "acpi_uid", &error_fatal); in build_acpi_generic_port() 291 build_srat_acpi_generic_port(table_data, gp->node, hid, uid); in build_acpi_generic_port()
|
| /qemu/hw/i386/ |
| A D | acpi-common.c | 35 void pc_madt_cpu_entry(int uid, const CPUArchIdList *apic_ids, in pc_madt_cpu_entry() argument 38 uint32_t apic_id = apic_ids->cpus[uid].arch_id; in pc_madt_cpu_entry() 40 uint32_t flags = apic_ids->cpus[uid].cpu != NULL || force_enabled ? in pc_madt_cpu_entry() 53 build_append_int_noprefix(entry, uid, 1); /* ACPI Processor ID */ in pc_madt_cpu_entry() 63 build_append_int_noprefix(entry, uid, 4); /* ACPI Processor UID */ in pc_madt_cpu_entry()
|
| A D | acpi-common.h | 11 void pc_madt_cpu_entry(int uid, const CPUArchIdList *apic_ids,
|
| /qemu/docs/system/s390x/ |
| A D | pcidevices.rst | 16 -device zpci,uid=1,fid=0,target=hostdev0,id=zpci1 \ 26 Instead, ``uid`` and ``fid`` determine how the device is presented to the guest 29 In case of Linux, ``uid`` will be used in the ``domain`` part of the PCI 33 -device zpci,uid=7,fid=8,target=hostdev0,id=zpci1 \
|
| /qemu/bsd-user/ |
| A D | bsd-mem.c | 39 __get_user(host_ip->uid, &target_ip->uid); in target_to_host_ipc_perm__locked() 75 __put_user(host_ip->uid, &target_ip->uid); in host_to_target_ipc_perm__locked()
|
| /qemu/tests/functional/acpi-bits/bits-tests/ |
| A D | testacpi.py2 | 62 uid = acpi.evaluate(cpupath + "._UID") 82 … if testsuite.test("{} with x2Apic in _MAT has _UID".format(cpupath), uid is not None): 83 testsuite.test("{}._UID = _MAT UID".format(cpupath), uid == subtable.uid) 84 … testsuite.print_detail("{}._UID ({:#x}) != _MAT UID ({:#x})".format(cpupath, uid, subtable.uid)) 86 …suite.test("{} with _MAT x2Apic has x2Apic in MADT".format(cpupath), subtable.uid in uid_x2apicid): 87 …rom MADT using UID = _MAT x2ApicId".format(cpupath), uid_x2apicid[subtable.uid] == subtable.x2apic… 88 …{:#02x}) != _MAT x2ApicId ({:#02x})".format(cpupath, uid_x2apicid[subtable.uid], subtable.x2apicid… 138 uid = cpupath_uid.get(cpupath, None) 139 if uid is not None: 140 apicid = uid_x2apicid.get(uid, None)
|
| /qemu/hw/s390x/ |
| A D | s390-pci-bus.c | 223 if (pbdev->uid == uid) { in s390_pci_find_dev_by_uid() 822 pbdev->zpci_fn.uid = pbdev->uid; in set_pbdev_info() 1355 uint16_t uid = 0; in s390_pci_generate_uid() local 1358 uid++; in s390_pci_generate_uid() 1359 if (!s390_pci_find_dev_by_uid(s, uid)) { in s390_pci_generate_uid() 1360 return uid; in s390_pci_generate_uid() 1362 } while (uid < ZPCI_MAX_UID); in s390_pci_generate_uid() 1397 if (zpci->uid == UID_UNDEFINED) { in s390_pci_device_realize() 1398 zpci->uid = s390_pci_generate_uid(s); in s390_pci_device_realize() 1399 if (!zpci->uid) { in s390_pci_device_realize() [all …]
|
| /qemu/hw/9pfs/ |
| A D | cofs.c | 142 int coroutine_fn v9fs_co_chown(V9fsPDU *pdu, V9fsPath *path, uid_t uid, in v9fs_co_chown() argument 153 cred.fc_uid = uid; in v9fs_co_chown() 188 V9fsString *name, uid_t uid, gid_t gid, in v9fs_co_mknod() argument 200 cred.fc_uid = uid; in v9fs_co_mknod() 322 cred.fc_uid = dfidp->uid; in v9fs_co_symlink()
|
| /qemu/block/ |
| A D | nfs.c | 66 int64_t uid, gid, tcp_syncnt, readahead, pagecache, debug; member 450 client->uid = opts->user; in nfs_client_open() 451 nfs_set_uid(client->context, client->uid); in nfs_client_open() 826 if (client->uid && !client->gid) { in nfs_refresh_filename() 829 client->uid); in nfs_refresh_filename() 830 } else if (!client->uid && client->gid) { in nfs_refresh_filename() 834 } else if (client->uid && client->gid) { in nfs_refresh_filename() 837 client->server->host, client->path, client->uid, client->gid); in nfs_refresh_filename() 848 if (client->uid || client->gid) { in nfs_dirname()
|
| /qemu/fsdev/ |
| A D | 9p-marshal.h | 28 V9fsString uid; member 41 int32_t uid; member
|
| A D | 9p-iov-marshal.c | 160 &statp->name, &statp->uid, in v9fs_iov_vunmarshal() 172 &iattr->uid, &iattr->gid, in v9fs_iov_vunmarshal() 267 &statp->uid, &statp->gid, &statp->muid, in v9fs_iov_vmarshal()
|
| /qemu/tests/docker/ |
| A D | docker.py | 318 uid = os.getuid() 322 (uname, uid, uname)) 364 uid = os.getuid() 365 cmd = [ "-u", str(uid) ] + cmd 572 uid = os.getuid() 576 (uname, uid, uname))
|
| /qemu/hw/riscv/ |
| A D | virt-acpi-build.c | 64 static void riscv_acpi_madt_add_rintc(uint32_t uid, in riscv_acpi_madt_add_rintc() argument 70 uint64_t hart_id = arch_ids->cpus[uid].arch_id; in riscv_acpi_madt_add_rintc() 75 socket_id = arch_ids->cpus[uid].props.node_id; in riscv_acpi_madt_add_rintc() 76 local_cpu_id = (arch_ids->cpus[uid].arch_id - in riscv_acpi_madt_add_rintc() 89 build_append_int_noprefix(entry, uid, 4); /* ACPI Processor UID */ in riscv_acpi_madt_add_rintc() 94 arch_ids->cpus[uid].props.node_id, in riscv_acpi_madt_add_rintc() 100 arch_ids->cpus[uid].props.node_id, in riscv_acpi_madt_add_rintc()
|
| /qemu/python/qemu/utils/ |
| A D | qemu_ga_client.py | 80 uid = random.randint(0, (1 << 32) - 1) 82 ret = self.qga.sync(id=uid) 83 if isinstance(ret, int) and int(ret) == uid:
|
| /qemu/tools/i386/ |
| A D | qemu-vmsr-helper.c | 60 static int uid = -1; variable 406 uid = userinfo->pw_uid; in main() 409 uid = res; in main()
|
| /qemu/include/standard-headers/linux/ |
| A D | fuse.h | 274 uint32_t uid; member 296 uint32_t uid; member 760 uint32_t uid; member 1008 uint32_t uid; member
|
| /qemu/linux-user/alpha/ |
| A D | target_structs.h | 24 abi_uint uid; /* Owner's user ID. */ member
|
| /qemu/linux-user/sparc/ |
| A D | target_structs.h | 24 abi_uint uid; /* Owner's user ID. */ member
|
| /qemu/linux-user/generic/ |
| A D | target_structs.h | 24 abi_uint uid; /* Owner's user ID. */ member
|
| /qemu/hw/pci-host/ |
| A D | gpex-acpi.c | 144 uint32_t uid; in acpi_dsdt_add_gpex() local 160 uid = object_property_get_uint(OBJECT(bus), "acpi_uid", in acpi_dsdt_add_gpex() 174 aml_append(dev, aml_name_decl("_UID", aml_int(uid))); in acpi_dsdt_add_gpex()
|
| /qemu/linux-user/hppa/ |
| A D | target_structs.h | 24 abi_uint uid; /* Owner's user ID. */ member
|
| /qemu/linux-user/mips/ |
| A D | target_structs.h | 24 abi_uint uid; /* Owner's user ID. */ member
|
| /qemu/linux-user/ppc/ |
| A D | target_structs.h | 24 abi_uint uid; /* Owner's user ID. */ member
|
| /qemu/linux-user/s390x/ |
| A D | target_structs.h | 25 abi_uint uid; /* Owner's user ID. */ member
|