Searched refs:ap_perms (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/s390/crypto/ |
D | ap_bus.c | 81 struct ap_perms ap_perms; variable 82 EXPORT_SYMBOL(ap_perms); 821 devres = test_bit_inv(card, ap_perms.apm) && in __ap_revise_reserved() 822 test_bit_inv(queue, ap_perms.aqm); in __ap_revise_reserved() 862 if (test_bit_inv(card, ap_perms.apm) && in ap_owned_by_def_drv() 863 test_bit_inv(queue, ap_perms.aqm)) in ap_owned_by_def_drv() 889 test_bit_inv(card, ap_perms.apm)) in ap_apqn_in_matrix_owned_by_def_drv() 892 test_bit_inv(queue, ap_perms.aqm)) in ap_apqn_in_matrix_owned_by_def_drv() 918 devres = test_bit_inv(card, ap_perms.apm) && in ap_device_probe() 919 test_bit_inv(queue, ap_perms.aqm); in ap_device_probe() [all …]
|
D | zcrypt_api.c | 128 struct ap_perms perms; 537 struct ap_perms *perms = &ap_perms; in zcrypt_open() 584 static inline int zcrypt_check_ioctl(struct ap_perms *perms, in zcrypt_check_ioctl() 602 static inline bool zcrypt_check_card(struct ap_perms *perms, int card) in zcrypt_check_card() 607 static inline bool zcrypt_check_queue(struct ap_perms *perms, int queue) in zcrypt_check_queue() 674 static long zcrypt_rsa_modexpo(struct ap_perms *perms, in zcrypt_rsa_modexpo() 784 static long zcrypt_rsa_crt(struct ap_perms *perms, in zcrypt_rsa_crt() 894 static long _zcrypt_send_cprb(bool userspace, struct ap_perms *perms, in _zcrypt_send_cprb() 927 if (perms != &ap_perms && tdom < AP_DOMAINS) { in _zcrypt_send_cprb() 1038 return _zcrypt_send_cprb(false, &ap_perms, NULL, xcrb); in zcrypt_send_cprb() [all …]
|
D | ap_bus.h | 318 struct ap_perms { struct 325 extern struct ap_perms ap_perms; argument
|