Searched refs:pft (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/lib/ |
| D | test_printf.c | 594 static struct page_flags_test pft[] = { variable 631 for (i = 0; i < ARRAY_SIZE(pft); i++) in page_flags_test() 632 pft[i].value = values[i]; in page_flags_test() 634 for (i = 0; i < ARRAY_SIZE(pft); i++) { in page_flags_test() 635 if (!pft[i].width) in page_flags_test() 643 page_flags |= (pft[i].value & pft[i].mask) << pft[i].shift; in page_flags_test() 644 snprintf(cmp_buf + size, BUF_SIZE - size, "%s=", pft[i].name); in page_flags_test() 646 snprintf(cmp_buf + size, BUF_SIZE - size, pft[i].fmt, in page_flags_test() 647 pft[i].value & pft[i].mask); in page_flags_test()
|
| /Linux-v5.15/drivers/vfio/pci/ |
| D | vfio_pci_zdev.c | 32 .pft = zdev->pft, in zpci_base_cap()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | vfio_zdev.h | 30 __u8 pft; /* PCI Function Type */ member
|
| /Linux-v5.15/arch/s390/pci/ |
| D | pci_sysfs.c | 35 zpci_attr(pft, "0x%02x\n", pft);
|
| D | pci_clp.c | 157 zdev->pft = response->pft; in clp_store_query_pci_fn()
|
| /Linux-v5.15/arch/s390/include/asm/ |
| D | pci_clp.h | 125 u8 pft; /* pci function type */ member
|
| D | pci.h | 129 u8 pft; /* pci function type */ member
|
| /Linux-v5.15/tools/arch/s390/include/uapi/asm/ |
| D | kvm.h | 256 __u64 pft; /* pfault token [PFAULT] */ member
|
| /Linux-v5.15/arch/s390/include/uapi/asm/ |
| D | kvm.h | 256 __u64 pft; /* pfault token [PFAULT] */ member
|
| /Linux-v5.15/tools/testing/selftests/kvm/s390x/ |
| D | resets.c | 183 TEST_ASSERT(sync_regs->pft == KVM_S390_PFAULT_TOKEN_INVALID, in assert_normal()
|
| /Linux-v5.15/Documentation/s390/ |
| D | pci.rst | 83 - pft
|
| /Linux-v5.15/arch/s390/kvm/ |
| D | kvm-s390.c | 4249 vcpu->arch.pfault_token = kvm_run->s.regs.pft; in sync_regs_fmt2() 4390 kvm_run->s.regs.pft = vcpu->arch.pfault_token; in store_regs()
|