Home
last modified time | relevance | path

Searched refs:tdom (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_api.c856 unsigned short *domain, tdom; in _zcrypt_send_cprb() local
869 tdom = *domain; in _zcrypt_send_cprb()
870 if (perms != &ap_perms && tdom < AP_DOMAINS) { in _zcrypt_send_cprb()
872 if (!test_bit_inv(tdom, perms->adm)) { in _zcrypt_send_cprb()
885 if (tdom < AP_DOMAINS && in _zcrypt_send_cprb()
886 !ap_test_config_usage_domain(tdom) && in _zcrypt_send_cprb()
887 ap_test_config_ctrl_domain(tdom)) in _zcrypt_send_cprb()
888 tdom = AUTOSEL_DOM; in _zcrypt_send_cprb()
920 (tdom != AUTOSEL_DOM && in _zcrypt_send_cprb()
921 tdom ! in _zcrypt_send_cprb()
[all...]
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_api.c859 unsigned short *domain, tdom; in _zcrypt_send_cprb() local
886 tdom = *domain; in _zcrypt_send_cprb()
887 if (tdom < AP_DOMAINS && in _zcrypt_send_cprb()
888 !ap_test_config_usage_domain(tdom) && in _zcrypt_send_cprb()
889 ap_test_config_ctrl_domain(tdom) && in _zcrypt_send_cprb()
891 tdom = ap_domain_index; in _zcrypt_send_cprb()
921 (tdom != AUTOSEL_DOM && in _zcrypt_send_cprb()
922 tdom != AP_QID_QUEUE(zq->queue->qid))) in _zcrypt_send_cprb()

Completed in 6 milliseconds