Home
last modified time | relevance | path

Searched refs:eventp (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/perf/
H A Dcore-fsl-emb.c442 static int hw_perf_cache_event(u64 config, u64 *eventp) in hw_perf_cache_event() argument
465 *eventp = ev; in hw_perf_cache_event()
H A Dcore-book3s.c1957 static int hw_perf_cache_event(u64 config, u64 *eventp) in hw_perf_cache_event() argument
1980 *eventp = ev; in hw_perf_cache_event()
/linux/drivers/vhost/
H A Dscsi.c466 struct virtio_scsi_event __user *eventp; in vhost_scsi_do_evt_work() local
503 eventp = vq->iov[out].iov_base; in vhost_scsi_do_evt_work()
504 ret = __copy_to_user(eventp, event, sizeof(*event)); in vhost_scsi_do_evt_work()