Searched refs:datamatch (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/hv/ |
| H A D | mshv_trace.h | 424 TP_PROTO(u64 partition_id, u64 addr, u64 length, u64 datamatch, bool wildcard, 426 TP_ARGS(partition_id, addr, length, datamatch, wildcard, eventfd, ret), 431 __field(u64, datamatch) 440 __entry->datamatch = datamatch; 449 __entry->datamatch, 457 TP_PROTO(u64 partition_id, u64 addr, u64 length, u64 datamatch, bool wildcard, 459 TP_ARGS(partition_id, addr, length, datamatch, wildcard, eventfd), 464 __field(u64, datamatch) 472 __entry->datamatch = datamatch; 480 __entry->datamatch,
|
| H A D | mshv_eventfd.c | 722 p->iovntfd_datamatch = args->datamatch; in mshv_assign_ioeventfd() 788 p->iovntfd_datamatch != args->datamatch) in mshv_deassign_ioeventfd()
|
| /linux/virt/kvm/ |
| H A D | eventfd.c | 740 u64 datamatch; member 802 return _val == p->datamatch; in ioeventfd_in_range() 848 _p->datamatch == p->datamatch)))) in ioeventfd_check_collision() 890 p->datamatch = args->datamatch; in kvm_assign_ioeventfd_idx() 952 if (!p->wildcard && p->datamatch != args->datamatch) in kvm_deassign_ioeventfd_idx()
|
| /linux/include/uapi/linux/ |
| H A D | mshv.h | 164 __u64 datamatch; member
|
| H A D | kvm.h | 659 __u64 datamatch; member
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 658 __u64 datamatch; member
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 2109 __u64 datamatch; 2128 If datamatch flag is set, the event will be signaled only if the written value 2129 to the registered address is equal to datamatch in struct kvm_ioeventfd. 2131 For virtio-ccw devices, addr contains the subchannel id and datamatch the
|