Home
last modified time | relevance | path

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

/qemu/hw/display/
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/
A Dkbdif.h467 uint8_t event_type; /* XENKBD_MT_EV_??? */ member
/qemu/accel/kvm/
A Dtrace-events36 kvm_run_exit_system_event(int cpu_index, uint32_t event_type) "cpu_index %d, system_even_type %"PRI…
/qemu/hw/nvme/
A Dctrl.c1587 if (n->aer_mask & (1 << event->result.event_type)) { in nvme_process_aers()
1595 n->aer_mask |= 1 << event->result.event_type; in nvme_process_aers()
1601 result->event_type = event->result.event_type; in nvme_process_aers()
1627 .event_type = event_type, in nvme_enqueue_event()
1667 static void nvme_clear_events(NvmeCtrl *n, uint8_t event_type) in nvme_clear_events() argument
1671 n->aer_mask &= ~(1 << event_type); in nvme_clear_events()
1674 if (event->result.event_type == event_type) { in nvme_clear_events()
6149 for (uint8_t event_type = 0; event_type < FDP_EVT_MAX; event_type++) { in nvme_get_feature_fdp_events() local
6150 uint8_t shift = nvme_fdp_evf_shifts[event_type]; in nvme_get_feature_fdp_events()
6151 if (!shift && event_type) { in nvme_get_feature_fdp_events()
[all …]
/qemu/include/block/
A Dnvme.h869 uint8_t event_type; member

Completed in 39 milliseconds