Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dap.h492 unsigned long *resgr0) in ap_dqap() argument
494 unsigned long reg0 = resgr0 && *resgr0 ? *resgr0 : qid | 0x80000000UL; in ap_dqap()
529 if (resgr0) in ap_dqap()
530 *resgr0 = reg0; in ap_dqap()
533 if (resgr0) in ap_dqap()
534 *resgr0 = 0; in ap_dqap()
/openbmc/linux/drivers/s390/crypto/
H A Dap_queue.c116 unsigned long resgr0 = 0; in ap_sm_recv() local
129 &aq->reply->len, &reslen, &resgr0); in ap_sm_recv()
131 } while (status.response_code == 0xFF && resgr0 != 0); in ap_sm_recv()