Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/include/asm/
Dap.h383 unsigned long *resgr0) in ap_dqap() argument
385 unsigned long reg0 = resgr0 && *resgr0 ? *resgr0 : qid | 0x80000000UL; in ap_dqap()
419 if (resgr0) in ap_dqap()
420 *resgr0 = reg0; in ap_dqap()
423 if (resgr0) in ap_dqap()
424 *resgr0 = 0; in ap_dqap()
/linux-5.19.10/drivers/s390/crypto/
Dap_queue.c140 unsigned long resgr0 = 0; in ap_sm_recv() local
153 &reslen, &resgr0); in ap_sm_recv()
155 } while (status.response_code == 0xFF && resgr0 != 0); in ap_sm_recv()