Home
last modified time | relevance | path

Searched refs:s390_ctrset_read (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/s390/include/uapi/asm/
Dhwctrset.h42 struct s390_ctrset_read { /* Structure to get all ctr sets */ struct
50 #define S390_HWCTR_READ _IOWR(S390_HWCTR_MAGIC, 3, struct s390_ctrset_read) argument
/linux-5.19.10/arch/s390/kernel/
Dperf_cpum_cf.c1026 bytes = sizeof(((struct s390_ctrset_read *)0)->no_cpus) + nr_cpu_ids * in cfset_needspace()
1035 struct s390_ctrset_read __user *ctrset_read; in cfset_all_copy()
1039 ctrset_read = (struct s390_ctrset_read __user *)arg; in cfset_all_copy()
1131 struct s390_ctrset_read read; in cfset_ioctl_read()