Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dap_bus.c87 struct ap_perms ap_perms; variable
88 EXPORT_SYMBOL(ap_perms);
900 devres = test_bit_inv(card, ap_perms.apm) && in __ap_revise_reserved()
901 test_bit_inv(queue, ap_perms.aqm); in __ap_revise_reserved()
956 if (test_bit_inv(card, ap_perms.apm) && in ap_owned_by_def_drv()
957 test_bit_inv(queue, ap_perms.aqm)) in ap_owned_by_def_drv()
1017 devres = test_bit_inv(card, ap_perms.apm) && in ap_device_probe()
1018 test_bit_inv(queue, ap_perms.aqm); in ap_device_probe()
1351 !test_bit_inv(domain, ap_perms.aqm)) in ap_domain_store()
1515 ap_perms.apm[0], ap_perms.apm[1], in apmask_show()
[all …]
H A Dzcrypt_api.c123 struct ap_perms perms;
505 struct ap_perms *perms = &ap_perms; in zcrypt_open()
548 static inline int zcrypt_check_ioctl(struct ap_perms *perms, in zcrypt_check_ioctl()
566 static inline bool zcrypt_check_card(struct ap_perms *perms, int card) in zcrypt_check_card()
571 static inline bool zcrypt_check_queue(struct ap_perms *perms, int queue) in zcrypt_check_queue()
640 static long zcrypt_rsa_modexpo(struct ap_perms *perms, in zcrypt_rsa_modexpo()
746 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()
880 if (perms != &ap_perms && domain < AP_DOMAINS) { in _zcrypt_send_cprb()
990 rc = _zcrypt_send_cprb(xflags, &ap_perms, &tr, xcrb); in zcrypt_send_cprb()
[all …]