Home
last modified time | relevance | path

Searched refs:event_type (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/display/
H A Dvirtio-gpu-base.c83 static void virtio_gpu_notify_event(VirtIOGPUBase *g, uint32_t event_type) in virtio_gpu_notify_event() argument
85 g->virtio_config.events_read |= event_type; in virtio_gpu_notify_event()
/qemu/include/hw/xen/interface/io/
H A Dkbdif.h467 uint8_t event_type; /* XENKBD_MT_EV_??? */ member
/qemu/accel/kvm/
H A Dtrace-events33 kvm_run_exit_system_event(int cpu_index, uint32_t event_type) "cpu_index %d, system_even_type %"PRI…
/qemu/hw/nvme/
H A Dctrl.c1570 if (n->aer_mask & (1 << event->result.event_type)) { in nvme_process_aers()
1578 n->aer_mask |= 1 << event->result.event_type; in nvme_process_aers()
1584 result->event_type = event->result.event_type; in nvme_process_aers()
1596 static void nvme_enqueue_event(NvmeCtrl *n, uint8_t event_type, in nvme_enqueue_event() argument
1610 .event_type = event_type, in nvme_enqueue_event()
1650 static void nvme_clear_events(NvmeCtrl *n, uint8_t event_type) in nvme_clear_events() argument
1652 n->aer_mask &= ~(1 << event_type); in nvme_clear_events()
5860 for (uint8_t event_type = 0; event_type < FDP_EVT_MAX; event_type++) { in nvme_get_feature_fdp_events() local
5861 uint8_t shift = nvme_fdp_evf_shifts[event_type]; in nvme_get_feature_fdp_events()
5862 if (!shift && event_type) { in nvme_get_feature_fdp_events()
[all …]
/qemu/include/block/
H A Dnvme.h862 uint8_t event_type; member