Lines Matching defs:xflags
852 static long _zcrypt_send_cprb(u32 xflags, struct ap_perms *perms,
856 bool userspace = xflags & ZCRYPT_XFLAG_USERSPACE;
869 rc = ap_init_apmsg(&ap_msg, xflags & ZCRYPT_XFLAG_NOMEMALLOC ?
981 long zcrypt_send_cprb(struct ica_xcRB *xcrb, u32 xflags)
989 rc = _zcrypt_send_cprb(xflags, &ap_perms, &tr, xcrb);
995 rc = _zcrypt_send_cprb(xflags, &ap_perms, &tr, xcrb);
1033 static long _zcrypt_send_ep11_cprb(u32 xflags, struct ap_perms *perms,
1037 bool userspace = xflags & ZCRYPT_XFLAG_USERSPACE;
1050 rc = ap_init_apmsg(&ap_msg, xflags & ZCRYPT_XFLAG_NOMEMALLOC ?
1184 long zcrypt_send_ep11_cprb(struct ep11_urb *xcrb, u32 xflags)
1192 rc = _zcrypt_send_ep11_cprb(xflags, &ap_perms, &tr, xcrb);
1198 rc = _zcrypt_send_ep11_cprb(xflags, &ap_perms, &tr, xcrb);
1541 u32 xflags = ZCRYPT_XFLAG_USERSPACE;
1549 rc = _zcrypt_send_cprb(xflags, perms, &tr, &xcrb);
1555 rc = _zcrypt_send_cprb(xflags, perms, &tr, &xcrb);
1572 u32 xflags = ZCRYPT_XFLAG_USERSPACE;
1580 rc = _zcrypt_send_ep11_cprb(xflags, perms, &tr, &xcrb);
1586 rc = _zcrypt_send_ep11_cprb(xflags, perms, &tr, &xcrb);