Home
last modified time | relevance | path

Searched refs:host_id (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/s390x/
H A Ds390-pci-bus.h326 int host_id; member
329 S390PCIGroup *s390_group_create(int id, int host_id);
331 S390PCIGroup *s390_group_find_host_sim(int host_id);
/qemu/hw/s390x/
H A Ds390-pci-bus.c760 S390PCIGroup *s390_group_create(int id, int host_id) in s390_group_create() argument
767 group->host_id = host_id; in s390_group_create()
785 S390PCIGroup *s390_group_find_host_sim(int host_id) in s390_group_find_host_sim() argument
791 if (group->id >= ZPCI_SIM_GRP_START && group->host_id == host_id) { in s390_group_find_host_sim()