Searched refs:datamatch (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/virt/kvm/ |
H A D | eventfd.c | 714 u64 datamatch; member 776 return _val == p->datamatch; in ioeventfd_in_range() 822 _p->datamatch == p->datamatch)))) in ioeventfd_check_collision() 864 p->datamatch = args->datamatch; in kvm_assign_ioeventfd_idx() 926 if (!p->wildcard && p->datamatch != args->datamatch) in kvm_deassign_ioeventfd_idx()
|
/openbmc/qemu/accel/kvm/ |
H A D | trace-events | 20 …o(int fd, uint64_t addr, uint32_t val, bool assign, uint32_t size, bool datamatch) "fd: %d @0x%" P… 21 …o(int fd, uint16_t addr, uint32_t val, bool assign, uint32_t size, bool datamatch) "fd: %d @0x%x v…
|
H A D | kvm-all.c | 1324 bool assign, uint32_t size, bool datamatch) in kvm_set_ioeventfd_mmio() argument 1328 .datamatch = datamatch ? adjust_ioeventfd_endianness(val, size) : 0, in kvm_set_ioeventfd_mmio() 1336 datamatch); in kvm_set_ioeventfd_mmio() 1341 if (datamatch) { in kvm_set_ioeventfd_mmio() 1358 bool assign, uint32_t size, bool datamatch) in kvm_set_ioeventfd_pio() argument 1361 .datamatch = datamatch ? adjust_ioeventfd_endianness(val, size) : 0, in kvm_set_ioeventfd_pio() 1368 trace_kvm_set_ioeventfd_pio(fd, addr, val, assign, size, datamatch); in kvm_set_ioeventfd_pio() 1372 if (datamatch) { in kvm_set_ioeventfd_pio()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | trace-events | 7 kvm_assign_subch_ioeventfd(int fd, uint32_t addr, bool assign, int datamatch) "fd: %d sch: @0x%x as…
|
H A D | kvm.c | 1990 .datamatch = vq, in kvm_s390_assign_subch_ioeventfd() 1995 kick.datamatch); in kvm_s390_assign_subch_ioeventfd()
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 591 __u64 datamatch; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 827 __u64 datamatch; member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 827 __u64 datamatch; member
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 2016 __u64 datamatch; 2035 If datamatch flag is set, the event will be signaled only if the written value 2036 to the registered address is equal to datamatch in struct kvm_ioeventfd. 2038 For virtio-ccw devices, addr contains the subchannel id and datamatch the
|