Searched refs:S390_CPUMSF_PAGESZ (Results 1 – 2 of 2) sorted by relevance
379 if (len & (S390_CPUMSF_PAGESZ - 1)) /* Illegal size */ in s390_cpumsf_validate()384 te = (struct hws_trailer_entry *)(buf + S390_CPUMSF_PAGESZ in s390_cpumsf_validate()422 size_t payload = S390_CPUMSF_PAGESZ - sizeof(struct hws_trailer_entry); in s390_cpumsf_reached_trailer()424 if (payload - (pos & (S390_CPUMSF_PAGESZ - 1)) < entry_sz) in s390_cpumsf_reached_trailer()476 pos = (pos + S390_CPUMSF_PAGESZ) in s390_cpumsf_dump()477 & ~(S390_CPUMSF_PAGESZ - 1); in s390_cpumsf_dump()552 te = (struct hws_trailer_entry *)(buf + S390_CPUMSF_PAGESZ in get_trailer_time()647 pos = (pos + S390_CPUMSF_PAGESZ) in s390_cpumsf_samples()648 & ~(S390_CPUMSF_PAGESZ - 1); in s390_cpumsf_samples()
12 #define S390_CPUMSF_PAGESZ 4096 /* Size of sample block units */ macro