Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dcpacf.h149 #define CPACF_PRNO_TRNG 0x72 macro
543 : [fc] "K" (CPACF_PRNO_TRNG), [opc] "i" (CPACF_PRNO) in cpacf_trng()
/openbmc/linux/arch/s390/boot/
H A Dkaslr.c38 if (cpacf_query_func(CPACF_PRNO, CPACF_PRNO_TRNG)) in check_prng()
/openbmc/linux/drivers/char/hw_random/
H A Ds390-trng.c219 if (!cpacf_query_func(CPACF_PRNO, CPACF_PRNO_TRNG)) { in trng_init()
/openbmc/linux/arch/s390/crypto/
H A Dprng.c828 if (cpacf_query_func(CPACF_PRNO, CPACF_PRNO_TRNG)) in prng_init()
/openbmc/linux/arch/s390/kernel/
H A Dsetup.c825 if (cpacf_query_func(CPACF_PRNO, CPACF_PRNO_TRNG)) in setup_randomness()