Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dperf_pai_crypto.c25 static unsigned int paicrypt_cnt; /* Size of the mapped counter sets */ variable
99 for (i = 1; i <= paicrypt_cnt; i++) { in paicrypt_getdata()
162 cpump->save = kvmalloc_array(paicrypt_cnt + 1, in paicrypt_busy()
199 a->config > PAI_CRYPTO_BASE + paicrypt_cnt) in paicrypt_event_init()
314 for (i = 1; i <= paicrypt_cnt; i++) { in paicrypt_copy()
667 paicrypt_cnt = ib.num_cc; in paicrypt_init()
668 if (paicrypt_cnt == 0) in paicrypt_init()
670 if (paicrypt_cnt >= PAI_CRYPTO_MAXCTR) in paicrypt_init()
671 paicrypt_cnt = PAI_CRYPTO_MAXCTR - 1; in paicrypt_init()