Searched defs:devfn (Results 1 – 9 of 9) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | pci.h | 32 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 33 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
D | vfio.h | 844 __u8 devfn; /* Use PCI_SLOT/PCI_FUNC */ member
|
D | kvm.h | 1739 __u32 devfn; member
|
/external/igt-gpu-tools/lib/ |
D | intel_iosf.c | 26 uint32_t cmd, devfn, be, bar; in vlv_sideband_rw() local
|
/external/crosvm/vfio_sys/src/ |
D | vfio.rs | 303 pub devfn: __u8, field
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1399 #define __sanitizer_syscall_pre_pciconfig_iobase(which, bus, devfn) \ argument 1402 #define __sanitizer_syscall_post_pciconfig_iobase(res, which, bus, devfn) \ argument
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1398 #define __sanitizer_syscall_pre_pciconfig_iobase(which, bus, devfn) \ argument 1401 #define __sanitizer_syscall_post_pciconfig_iobase(res, which, bus, devfn) \ argument
|
/external/crosvm/kvm_sys/src/aarch64/ |
D | bindings.rs | 7939 pub devfn: __u32, field
|
/external/crosvm/kvm_sys/src/x86/ |
D | bindings.rs | 10564 pub devfn: __u32, field
|