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()
988 long zcrypt_send_cprb(struct ica_xcRB *xcrb, u32 xflags) in zcrypt_send_cprb() argument
996 rc = _zcrypt_send_cprb(xflags, &ap_perms, &tr, xcrb); in zcrypt_send_cprb()
1002 rc = _zcrypt_send_cprb(xflags, &ap_perms, &tr, xcrb); in zcrypt_send_cprb()
1040 static long _zcrypt_send_ep11_cprb(u32 xflags, struct ap_perms *perms, in _zcrypt_send_ep11_cprb() argument
1044 bool userspace = xflags & ZCRYPT_XFLAG_USERSPACE; in _zcrypt_send_ep11_cprb()
1057 rc = ap_init_apmsg(&ap_msg, xflags & ZCRYPT_XFLAG_NOMEMALLOC ? in _zcrypt_send_ep11_cprb()
1191 long zcrypt_send_ep11_cprb(struct ep11_urb *xcrb, u32 xflags) in zcrypt_send_ep11_cprb() argument
1199 rc = _zcrypt_send_ep11_cprb(xflags, &ap_perms, &tr, xcrb); in zcrypt_send_ep11_cprb()
1205 rc = _zcrypt_send_ep11_cprb(xflags, &ap_perms, &tr, xcrb); in zcrypt_send_ep11_cprb()
1549 u32 xflags = ZCRYPT_XFLAG_USERSPACE; in zsecsendcprb_ioctl() local
1557 rc = _zcrypt_send_cprb(xflags, perms, &tr, &xcrb); in zsecsendcprb_ioctl()
1563 rc = _zcrypt_send_cprb(xflags, perms, &tr, &xcrb); in zsecsendcprb_ioctl()
1580 u32 xflags = ZCRYPT_XFLAG_USERSPACE; in zsendep11cprb_ioctl() local
1588 rc = _zcrypt_send_ep11_cprb(xflags, perms, &tr, &xcrb); in zsendep11cprb_ioctl()
1594 rc = _zcrypt_send_ep11_cprb(xflags, perms, &tr, &xcrb); in zsendep11cprb_ioctl()