Searched refs:ap_perms (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/s390/crypto/ |
H A D | ap_bus.c | 87 struct ap_perms ap_perms; variable 88 EXPORT_SYMBOL(ap_perms); 859 devres = test_bit_inv(card, ap_perms.apm) && in __ap_revise_reserved() 860 test_bit_inv(queue, ap_perms.aqm); in __ap_revise_reserved() 899 if (test_bit_inv(card, ap_perms.apm) && in ap_owned_by_def_drv() 900 test_bit_inv(queue, ap_perms.aqm)) in ap_owned_by_def_drv() 926 test_bit_inv(card, ap_perms.apm)) in ap_apqn_in_matrix_owned_by_def_drv() 929 test_bit_inv(queue, ap_perms.aqm)) in ap_apqn_in_matrix_owned_by_def_drv() 955 devres = test_bit_inv(card, ap_perms in ap_device_probe() [all...] |
H A D | zcrypt_api.c | 125 struct ap_perms perms; 507 struct ap_perms *perms = &ap_perms; in zcrypt_open() 550 static inline int zcrypt_check_ioctl(struct ap_perms *perms, in zcrypt_check_ioctl() 568 static inline bool zcrypt_check_card(struct ap_perms *perms, int card) in zcrypt_check_card() 573 static inline bool zcrypt_check_queue(struct ap_perms *perms, int queue) in zcrypt_check_queue() 642 static long zcrypt_rsa_modexpo(struct ap_perms *perms, in zcrypt_rsa_modexpo() 747 static long zcrypt_rsa_crt(struct ap_perms *perms, in zcrypt_rsa_crt() 852 static long _zcrypt_send_cprb(u32 xflags, struct ap_perms *perms, in _zcrypt_send_cprb() 882 if (perms != &ap_perms in _zcrypt_send_cprb() [all...] |
H A D | ap_bus.h | 275 struct ap_perms { struct 282 extern struct ap_perms ap_perms; argument
|