Home
last modified time | relevance | path

Searched refs:ep11 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/s390/crypto/
H A DMakefile25 pkey-ep11-objs := pkey_ep11.o
26 obj-$(CONFIG_PKEY_EP11) += pkey-ep11.o
H A Dzcrypt_cex4.c558 } else if (ac->hwinfo.ep11) { in zcrypt_cex4_card_probe()
608 } else if (ac->hwinfo.ep11) { in zcrypt_cex4_card_probe()
631 else if (ac->hwinfo.ep11) in zcrypt_cex4_card_remove()
668 } else if (aq->card->hwinfo.ep11) { in zcrypt_cex4_queue_probe()
698 } else if (aq->card->hwinfo.ep11) { in zcrypt_cex4_queue_probe()
721 else if (aq->card->hwinfo.ep11) in zcrypt_cex4_queue_remove()
H A Dap_queue.c27 return aq->card->hwinfo.ep11 || aq->card->hwinfo.accel; in ap_q_supported_in_se()
32 return aq->card->hwinfo.ep11 || aq->card->hwinfo.accel; in ap_q_supports_bind()
37 return aq->card->hwinfo.ep11; in ap_q_supports_assoc()
H A Dap_bus.c612 else if (ac->hwinfo.ep11) in ap_uevent()
624 else if (aq->card->hwinfo.ep11) in ap_uevent()
H A Dzcrypt_api.c1092 !zc->card->hwinfo.ep11) in _zcrypt_send_ep11_cprb()
/linux/arch/s390/include/asm/
H A Dap.h104 unsigned int ep11 : 1; /* X */ member