Searched refs:ucbuf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | cpacf.h | 438 * @ucbuf: buffer for unconditioned data 443 static inline void cpacf_trng(u8 *ucbuf, unsigned long ucbuf_len, in cpacf_trng() argument 447 register unsigned long r2 asm("2") = (unsigned long) ucbuf; in cpacf_trng() 453 "0: .insn rre,%[opc] << 16,%[ucbuf],%[cbuf]\n" in cpacf_trng() 455 : [ucbuf] "+a" (r2), [ucbuflen] "+d" (r3), in cpacf_trng()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | cpacf.h | 455 * @ucbuf: buffer for unconditioned data 460 static inline void cpacf_trng(u8 *ucbuf, unsigned long ucbuf_len, in cpacf_trng() argument 465 u.even = (unsigned long)ucbuf; in cpacf_trng() 471 "0: .insn rre,%[opc] << 16,%[ucbuf],%[cbuf]\n" in cpacf_trng() 473 : [ucbuf] "+&d" (u.pair), [cbuf] "+&d" (c.pair) in cpacf_trng()
|
Completed in 5 milliseconds