/openbmc/linux/lib/ |
H A D | test_printf.c | 593 static const struct page_flags_test pft[] = { variable 617 flags |= (values[i] & pft[i].mask) << pft[i].shift; in page_flags_test() 625 for (i = 0; i < ARRAY_SIZE(pft); i++) { in page_flags_test() 626 if (!pft[i].width) in page_flags_test() 633 pft[i].name); in page_flags_test() 634 size += scnprintf(cmp_buf + size, BUF_SIZE - size, pft[i].fmt, in page_flags_test() 635 values[i] & pft[i].mask); in page_flags_test()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_zdev.c | 33 .pft = zdev->pft, in zpci_base_cap()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-vfio.c | 130 pbdev->zpci_fn.pft = 0; in s390_pci_read_base() 132 pbdev->pft = cap->pft; in s390_pci_read_base()
|
H A D | s390-pci-bus.c | 158 if (pbdev->pft == ZPCI_PFT_ISM) { in s390_pci_perform_unplug() 1124 if (pbdev->pft == ZPCI_PFT_ISM) { in s390_pcihost_plug() 1281 if (pbdev->interp && pbdev->pft == ZPCI_PFT_ISM && in s390_pci_ism_reset()
|
H A D | s390-pci-inst.c | 296 resquery->pft = pbdev->zpci_fn.pft; in clp_service_call()
|
/openbmc/linux/arch/s390/pci/ |
H A D | pci_sysfs.c | 35 zpci_attr(pft, "0x%02x\n", pft);
|
H A D | pci_clp.c | 162 zdev->pft = response->pft; in clp_store_query_pci_fn()
|
/openbmc/qemu/linux-headers/linux/ |
H A D | vfio_zdev.h | 30 __u8 pft; /* PCI Function Type */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | vfio_zdev.h | 30 __u8 pft; /* PCI Function Type */ member
|
/openbmc/qemu/include/hw/s390x/ |
H A D | s390-pci-clp.h | 134 uint8_t pft; member
|
H A D | s390-pci-bus.h | 350 uint8_t pft; member
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pci_clp.h | 125 u8 pft; /* pci function type */ member
|
H A D | pci.h | 133 u8 pft; /* pci function type */ member
|
/openbmc/linux/tools/arch/s390/include/uapi/asm/ |
H A D | kvm.h | 257 __u64 pft; /* pfault token [PFAULT] */ member
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | kvm.h | 273 __u64 pft; /* pfault token [PFAULT] */ member
|
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | resets.c | 185 TEST_ASSERT(vcpu->run->s.regs.pft == KVM_S390_PFAULT_TOKEN_INVALID, in assert_normal()
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | pci.rst | 83 - pft
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | kvm.h | 586 __u64 pft; /* pfault token [PFAULT] */ member
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 558 cs->kvm_run->s.regs.pft = env->pfault_token; in kvm_arch_put_registers() 681 env->pfault_token = cs->kvm_run->s.regs.pft; in kvm_arch_get_registers()
|
/openbmc/linux/arch/s390/kvm/ |
H A D | kvm-s390.c | 4880 vcpu->arch.pfault_token = kvm_run->s.regs.pft; in sync_regs_fmt2() 5022 kvm_run->s.regs.pft = vcpu->arch.pfault_token; in store_regs()
|