Home
last modified time | relevance | path

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

/linux-6.12.1/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.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-6.12.1/drivers/vhost/
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()