Searched refs:kvm_irqfd (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/virt/kvm/ |
| H A D | eventfd.c | 36 kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args) in kvm_arch_irqfd_allowed() 282 kvm_irqfd_assign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_assign() 527 kvm_irqfd_deassign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_deassign() 567 kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
| H A D | kvm_main.c | 3837 struct kvm_irqfd data; in kvm_vm_ioctl() 3842 r = kvm_irqfd(kvm, &data); in kvm_vm_ioctl()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kvm_host.h | 1084 bool kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args); 1265 int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args); 1269 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function 1281 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | irq.c | 150 bool kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args) in kvm_arch_irqfd_allowed()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | kvm.h | 1072 struct kvm_irqfd { struct 1265 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | kvm.h | 1072 struct kvm_irqfd { struct 1265 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | kvm.h | 1150 struct kvm_irqfd { struct 1349 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | kvm.h | 1150 struct kvm_irqfd { struct 1349 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | api.rst | 2802 :Parameters: struct kvm_irqfd (in) 2806 kvm_irqfd.fd specifies the file descriptor to use as the eventfd and 2807 kvm_irqfd.gsi specifies the irqchip pin toggled by this event. When 2810 the KVM_IRQFD_FLAG_DEASSIGN flag, specifying both kvm_irqfd.fd 2811 and kvm_irqfd.gsi. 2816 additional eventfd in the kvm_irqfd.resamplefd field. When operating 2820 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue
|