Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/perf/
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()
Dcore-book3s.c1965 static int hw_perf_cache_event(u64 config, u64 *eventp) in hw_perf_cache_event() argument
1988 *eventp = ev; in hw_perf_cache_event()
/Linux-v6.6/drivers/vhost/
Dscsi.c455 struct virtio_scsi_event __user *eventp; in vhost_scsi_do_evt_work() local
492 eventp = vq->iov[out].iov_base; in vhost_scsi_do_evt_work()
493 ret = __copy_to_user(eventp, event, sizeof(*event)); in vhost_scsi_do_evt_work()