Home
last modified time | relevance | path

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

/qemu/hw/s390x/
H A Ds390-pci-inst.c411 mr = pbdev->pdev->io_regions[pcias].memory; in zpci_read_bar()
428 uint8_t pcias; in pcilg_service_call() local
441 pcias = (env->regs[r2] >> 16) & 0xf; in pcilg_service_call()
467 switch (pcias) { in pcilg_service_call()
511 mr = pbdev->pdev->io_regions[pcias].memory; in zpci_write_bar()
527 uint8_t pcias; in pcistg_service_call() local
540 pcias = (env->regs[r2] >> 16) & 0xf; in pcistg_service_call()
570 switch (pcias) { in pcistg_service_call()
835 uint8_t pcias; in pcistb_service_call() local
845 pcias = (env->regs[r1] >> 16) & 0xf; in pcistb_service_call()
[all …]