Searched refs:S390_CPUMSF_PAGESZ (Results 1 – 2 of 2) sorted by relevance
380 if (len & (S390_CPUMSF_PAGESZ - 1)) /* Illegal size */ in s390_cpumsf_validate()385 te = (struct hws_trailer_entry *)(buf + S390_CPUMSF_PAGESZ in s390_cpumsf_validate()423 size_t payload = S390_CPUMSF_PAGESZ - sizeof(struct hws_trailer_entry); in s390_cpumsf_reached_trailer()425 if (payload - (pos & (S390_CPUMSF_PAGESZ - 1)) < entry_sz) in s390_cpumsf_reached_trailer()477 pos = (pos + S390_CPUMSF_PAGESZ) in s390_cpumsf_dump()478 & ~(S390_CPUMSF_PAGESZ - 1); in s390_cpumsf_dump()553 te = (struct hws_trailer_entry *)(buf + S390_CPUMSF_PAGESZ in get_trailer_time()648 pos = (pos + S390_CPUMSF_PAGESZ) in s390_cpumsf_samples()649 & ~(S390_CPUMSF_PAGESZ - 1); in s390_cpumsf_samples()
12 #define S390_CPUMSF_PAGESZ 4096 /* Size of sample block units */ macro