Lines Matching refs:xflags

852 static long _zcrypt_send_cprb(u32 xflags, struct ap_perms *perms,  in _zcrypt_send_cprb()  argument
856 bool userspace = xflags & ZCRYPT_XFLAG_USERSPACE; in _zcrypt_send_cprb()
870 rc = ap_init_apmsg(&ap_msg, xflags & ZCRYPT_XFLAG_NOMEMALLOC ? in _zcrypt_send_cprb()
987 long zcrypt_send_cprb(struct ica_xcRB *xcrb, u32 xflags) in zcrypt_send_cprb() argument
995 rc = _zcrypt_send_cprb(xflags, &ap_perms, &tr, xcrb); in zcrypt_send_cprb()
1001 rc = _zcrypt_send_cprb(xflags, &ap_perms, &tr, xcrb); in zcrypt_send_cprb()
1039 static long _zcrypt_send_ep11_cprb(u32 xflags, struct ap_perms *perms, in _zcrypt_send_ep11_cprb() argument
1043 bool userspace = xflags & ZCRYPT_XFLAG_USERSPACE; in _zcrypt_send_ep11_cprb()
1056 rc = ap_init_apmsg(&ap_msg, xflags & ZCRYPT_XFLAG_NOMEMALLOC ? in _zcrypt_send_ep11_cprb()
1189 long zcrypt_send_ep11_cprb(struct ep11_urb *xcrb, u32 xflags) in zcrypt_send_ep11_cprb() argument
1197 rc = _zcrypt_send_ep11_cprb(xflags, &ap_perms, &tr, xcrb); in zcrypt_send_ep11_cprb()
1203 rc = _zcrypt_send_ep11_cprb(xflags, &ap_perms, &tr, xcrb); in zcrypt_send_ep11_cprb()
1546 u32 xflags = ZCRYPT_XFLAG_USERSPACE; in zsecsendcprb_ioctl() local
1554 rc = _zcrypt_send_cprb(xflags, perms, &tr, &xcrb); in zsecsendcprb_ioctl()
1560 rc = _zcrypt_send_cprb(xflags, perms, &tr, &xcrb); in zsecsendcprb_ioctl()
1577 u32 xflags = ZCRYPT_XFLAG_USERSPACE; in zsendep11cprb_ioctl() local
1585 rc = _zcrypt_send_ep11_cprb(xflags, perms, &tr, &xcrb); in zsendep11cprb_ioctl()
1591 rc = _zcrypt_send_ep11_cprb(xflags, perms, &tr, &xcrb); in zsendep11cprb_ioctl()
1854 u32 xflags = ZCRYPT_XFLAG_USERSPACE; in trans_xcrb32() local
1884 rc = _zcrypt_send_cprb(xflags, perms, &tr, &xcrb64); in trans_xcrb32()
1890 rc = _zcrypt_send_cprb(xflags, perms, &tr, &xcrb64); in trans_xcrb32()