Home
last modified time | relevance | path

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

/linux-6.15/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.c1961 static int hw_perf_cache_event(u64 config, u64 *eventp) in hw_perf_cache_event() argument
1984 *eventp = ev; in hw_perf_cache_event()
/linux-6.15/drivers/vhost/
H A Dscsi.c519 struct virtio_scsi_event __user *eventp; in vhost_scsi_do_evt_work() local
556 eventp = vq->iov[out].iov_base; in vhost_scsi_do_evt_work()
557 ret = __copy_to_user(eventp, event, sizeof(*event)); in vhost_scsi_do_evt_work()