Home
last modified time | relevance | path

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

/linux/drivers/vfio/pci/
H A Dvfio_pci_zdev.c33 .pft = zdev->pft, in zpci_base_cap()
/linux/Documentation/arch/s390/
H A Dpci.rst98 - pft:
101 class/vendor/device identifiers. That is PCI functions with the same pft
103 apart from unclassified functions (pft is 0x00) the same pft value
105 PCI hardware device may appear with different pft values when in a
/linux/include/uapi/linux/
H A Dvfio_zdev.h30 __u8 pft; /* PCI Function Type */ member
/linux/arch/s390/pci/
H A Dpci_sysfs.c34 zpci_attr(pft, "0x%02x\n", pft);
/linux/arch/s390/include/asm/
H A Dpci_clp.h130 u8 pft; /* pci function type */ member
H A Dpci.h141 u8 pft; /* pci function type */ member
/linux/tools/testing/selftests/kvm/s390/
H A Dresets.c185 TEST_ASSERT(vcpu->run->s.regs.pft == KVM_S390_PFAULT_TOKEN_INVALID, in assert_normal()
/linux/drivers/iommu/
H A Ds390-iommu.c508 return zdev->pft != PCI_FUNC_TYPE_ISM; in s390_iommu_capable()
/linux/arch/s390/kvm/
H A Dkvm-s390.c4779 vcpu->arch.pfault_token = kvm_run->s.regs.pft; in sync_regs_fmt2()
4910 kvm_run->s.regs.pft = vcpu->arch.pfault_token; in store_regs()