Home
last modified time | relevance | path

Searched refs:first_frozen_pe (Results 1 – 25 of 58) sorted by relevance

123

/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/doc/opal-api/
H A Dopal-pci-next-error-60.rst28 int64_t opal_pci_next_error(uint64_t phb_id, uint64_t *first_frozen_pe,
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/doc/opal-api/
H A Dopal-pci-next-error-60.rst28 int64_t opal_pci_next_error(uint64_t phb_id, uint64_t *first_frozen_pe,
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/doc/opal-api/
H A Dopal-pci-next-error-60.rst28 int64_t opal_pci_next_error(uint64_t phb_id, uint64_t *first_frozen_pe,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/doc/opal-api/
H A Dopal-pci-next-error-60.rst28 int64_t opal_pci_next_error(uint64_t phb_id, uint64_t *first_frozen_pe,
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/doc/opal-api/
H A Dopal-pci-next-error-60.rst28 int64_t opal_pci_next_error(uint64_t phb_id, uint64_t *first_frozen_pe,
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/doc/opal-api/
H A Dopal-pci-next-error-60.rst28 int64_t opal_pci_next_error(uint64_t phb_id, uint64_t *first_frozen_pe,
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/core/
H A Dpci-opal.c832 static int64_t opal_pci_next_error(uint64_t phb_id, uint64_t *first_frozen_pe, in opal_pci_next_error() argument
838 if (!opal_addr_valid(first_frozen_pe) || in opal_pci_next_error()
849 rc = phb->ops->next_error(phb, first_frozen_pe, pci_error_type, in opal_pci_next_error()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/core/
H A Dpci-opal.c832 static int64_t opal_pci_next_error(uint64_t phb_id, uint64_t *first_frozen_pe, in opal_pci_next_error() argument
838 if (!opal_addr_valid(first_frozen_pe) || in opal_pci_next_error()
849 rc = phb->ops->next_error(phb, first_frozen_pe, pci_error_type, in opal_pci_next_error()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/core/
H A Dpci-opal.c832 static int64_t opal_pci_next_error(uint64_t phb_id, uint64_t *first_frozen_pe, in opal_pci_next_error() argument
838 if (!opal_addr_valid(first_frozen_pe) || in opal_pci_next_error()
849 rc = phb->ops->next_error(phb, first_frozen_pe, pci_error_type, in opal_pci_next_error()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/core/
H A Dpci-opal.c832 static int64_t opal_pci_next_error(uint64_t phb_id, uint64_t *first_frozen_pe, in opal_pci_next_error() argument
838 if (!opal_addr_valid(first_frozen_pe) || in opal_pci_next_error()
849 rc = phb->ops->next_error(phb, first_frozen_pe, pci_error_type, in opal_pci_next_error()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/core/
H A Dpci-opal.c832 static int64_t opal_pci_next_error(uint64_t phb_id, uint64_t *first_frozen_pe, in opal_pci_next_error() argument
838 if (!opal_addr_valid(first_frozen_pe) || in opal_pci_next_error()
849 rc = phb->ops->next_error(phb, first_frozen_pe, pci_error_type, in opal_pci_next_error()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/core/
H A Dpci-opal.c913 static int64_t opal_pci_next_error(uint64_t phb_id, uint64_t *first_frozen_pe, in opal_pci_next_error() argument
919 if (!opal_addr_valid(first_frozen_pe) || in opal_pci_next_error()
930 rc = phb->ops->next_error(phb, first_frozen_pe, pci_error_type, in opal_pci_next_error()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/core/
H A Dpci-opal.c1013 uint64_t first_frozen_pe; in opal_pci_next_error() local
1029 rc = phb->ops->next_error(phb, &first_frozen_pe, &pci_error_type, in opal_pci_next_error()
1033 *__first_frozen_pe = cpu_to_be64(first_frozen_pe); in opal_pci_next_error()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/hw/
H A Dnpu3-nvlink.c215 uint64_t *first_frozen_pe, in npu3_next_error() argument
223 if (!first_frozen_pe || !pci_error_type || !severity) in npu3_next_error()
226 *first_frozen_pe = -1; in npu3_next_error()
235 *first_frozen_pe = pe_num; in npu3_next_error()
H A Dnpu.c896 uint64_t *first_frozen_pe, in npu_eeh_next_error() argument
903 *first_frozen_pe = -1; in npu_eeh_next_error()
917 *first_frozen_pe = i; in npu_eeh_next_error()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/hw/
H A Dnpu.c901 uint64_t *first_frozen_pe, in npu_eeh_next_error() argument
908 *first_frozen_pe = -1; in npu_eeh_next_error()
922 *first_frozen_pe = i; in npu_eeh_next_error()
H A Dnpu2-opencapi.c1474 uint64_t *first_frozen_pe, in npu2_opencapi_eeh_next_error() argument
1481 if (!first_frozen_pe || !pci_error_type || !severity) in npu2_opencapi_eeh_next_error()
1487 *first_frozen_pe = dev->linux_pe; in npu2_opencapi_eeh_next_error()
1491 *first_frozen_pe = -1; in npu2_opencapi_eeh_next_error()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/hw/
H A Dnpu.c901 uint64_t *first_frozen_pe, in npu_eeh_next_error() argument
908 *first_frozen_pe = -1; in npu_eeh_next_error()
922 *first_frozen_pe = i; in npu_eeh_next_error()
H A Dnpu2-opencapi.c1474 uint64_t *first_frozen_pe, in npu2_opencapi_eeh_next_error() argument
1481 if (!first_frozen_pe || !pci_error_type || !severity) in npu2_opencapi_eeh_next_error()
1487 *first_frozen_pe = dev->linux_pe; in npu2_opencapi_eeh_next_error()
1491 *first_frozen_pe = -1; in npu2_opencapi_eeh_next_error()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/hw/
H A Dnpu.c902 uint64_t *first_frozen_pe, in npu_eeh_next_error() argument
909 *first_frozen_pe = -1; in npu_eeh_next_error()
923 *first_frozen_pe = i; in npu_eeh_next_error()
H A Dp7ioc-phb.c356 static int64_t p7ioc_eeh_next_error(struct phb *phb, uint64_t *first_frozen_pe, in p7ioc_eeh_next_error() argument
372 *first_frozen_pe = (uint64_t)-1; in p7ioc_eeh_next_error()
450 *first_frozen_pe = i + 64; in p7ioc_eeh_next_error()
455 *first_frozen_pe == (uint64_t)-1 && i < 64; in p7ioc_eeh_next_error()
458 *first_frozen_pe = i; in p7ioc_eeh_next_error()
464 if (*first_frozen_pe == (uint64_t)-1) { in p7ioc_eeh_next_error()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/hw/
H A Dnpu.c901 uint64_t *first_frozen_pe, in npu_eeh_next_error() argument
908 *first_frozen_pe = -1; in npu_eeh_next_error()
922 *first_frozen_pe = i; in npu_eeh_next_error()
H A Dnpu2-opencapi.c1474 uint64_t *first_frozen_pe, in npu2_opencapi_eeh_next_error() argument
1481 if (!first_frozen_pe || !pci_error_type || !severity) in npu2_opencapi_eeh_next_error()
1487 *first_frozen_pe = dev->linux_pe; in npu2_opencapi_eeh_next_error()
1491 *first_frozen_pe = -1; in npu2_opencapi_eeh_next_error()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/hw/
H A Dnpu.c901 uint64_t *first_frozen_pe,
908 *first_frozen_pe = -1;
922 *first_frozen_pe = i;
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/hw/
H A Dnpu.c901 uint64_t *first_frozen_pe, in npu_eeh_next_error() argument
908 *first_frozen_pe = -1; in npu_eeh_next_error()
922 *first_frozen_pe = i; in npu_eeh_next_error()

123