Searched refs:za (Results 1 – 2 of 2) sorted by relevance
238 struct za_context __user *za; member558 if (user->za_size < sizeof(*user->za)) in restore_za_context()561 __get_user_error(user_vl, &(user->za->vl), err); in restore_za_context()568 if (user->za_size == sizeof(*user->za)) { in restore_za_context()586 (char __user const *)user->za + in restore_za_context()752 user->za = NULL; in parse_user_sigframe()844 if (user->za) in parse_user_sigframe()847 user->za = (struct za_context __user *)head; in parse_user_sigframe()1015 if (err == 0 && system_supports_sme() && user.za) in restore_sigframe()
1117 struct zpci_dev *za = container_of(a, struct zpci_dev, entry); in zpci_cmp_rid() local1124 if (za->rid == zb->rid) in zpci_cmp_rid()1125 return za->rid_available > zb->rid_available; in zpci_cmp_rid()1129 return za->rid > zb->rid; in zpci_cmp_rid()
Completed in 19 milliseconds