Home
last modified time | relevance | path

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

/qemu/hw/pci-host/
H A Dppc440_pcix.c57 struct PLBInMap pim[PPC440_PCIX_NR_PIMS]; member
115 MemoryRegion *mem = &s->pim[idx].mr; in ppc440_pcix_update_pim()
122 if (!(s->pim[idx].sa & 1)) { in ppc440_pcix_update_pim()
128 size = ~(s->pim[idx].sa & ~7ULL) + 1; in ppc440_pcix_update_pim()
130 s->pim[idx].la, size); in ppc440_pcix_update_pim()
134 trace_ppc440_pcix_update_pim(idx, size, s->pim[idx].la); in ppc440_pcix_update_pim()
230 s->pim[0].sa &= 0xffffffff00000000ULL; in ppc440_pcix_reg_write4()
231 s->pim[0].sa |= val; in ppc440_pcix_reg_write4()
235 s->pim[0].la &= 0xffffffff00000000ULL; in ppc440_pcix_reg_write4()
236 s->pim[0].la |= val; in ppc440_pcix_reg_write4()
[all …]
/qemu/hw/s390x/
H A Dcss.c102 VMSTATE_UINT8(pim, PMCW),
1302 dest->pim = src->pim; in copy_pmcw_to_guest()
1378 dest->pim = src->pim; in copy_pmcw_from_guest()
2059 schib->pmcw.pim = 0x80; in css_sch_build_virtual_schib()
2394 schib->pmcw.pim = 0x80; in css_reset_sch()
2395 schib->pmcw.lpm = schib->pmcw.pim; in css_reset_sch()
2592 uint32_t pim, pam, pom; in css_sch_get_path_masks() local
2604 if (fscanf(fd, "%x %x %x", &pim, &pam, &pom) != 3) { in css_sch_get_path_masks()
2610 schib->pmcw.pim = pim; in css_sch_get_path_masks()
/qemu/include/hw/s390x/
H A Dioinst.h92 uint8_t pim; member
/qemu/pc-bios/s390-ccw/
H A Dcio.h35 u8 pim; /* path installed mask */ member