Searched refs:asid (Results 1 - 4 of 4) sorted by relevance

/external/openssl/crypto/x509v3/
H A Dv3_asid.c160 ASIdentifiers *asid = ext;
161 return (i2r_ASIdentifierChoice(out, asid->asnum, indent,
163 i2r_ASIdentifierChoice(out, asid->rdi, indent,
200 int v3_asid_add_inherit(ASIdentifiers *asid, int which)
203 if (asid == NULL)
207 choice = &asid->asnum;
210 choice = &asid->rdi;
229 int v3_asid_add_id_or_range(ASIdentifiers *asid,
236 if (asid == NULL)
240 choice = &asid
628 v3_asid_inherits(ASIdentifiers *asid) argument
[all...]
H A Dx509v3.h735 int v3_asid_add_inherit(ASIdentifiers *asid, int which);
736 int v3_asid_add_id_or_range(ASIdentifiers *asid, int which,
754 int v3_asid_is_canonical(ASIdentifiers *asid);
756 int v3_asid_canonize(ASIdentifiers *asid);
762 int v3_asid_inherits(ASIdentifiers *asid);
/external/kernel-headers/original/asm-arm/
H A Dtlbflush.h265 const int asid = ASID(mm); local
283 asm("mcr%? p15, 0, %0, c8, c7, 2" : : "r" (asid));
285 asm("mcr%? p15, 0, %0, c8, c6, 2" : : "r" (asid));
287 asm("mcr%? p15, 0, %0, c8, c5, 2" : : "r" (asid));
/external/openssl/include/openssl/
H A Dx509v3.h735 int v3_asid_add_inherit(ASIdentifiers *asid, int which);
736 int v3_asid_add_id_or_range(ASIdentifiers *asid, int which,
754 int v3_asid_is_canonical(ASIdentifiers *asid);
756 int v3_asid_canonize(ASIdentifiers *asid);
762 int v3_asid_inherits(ASIdentifiers *asid);

Completed in 20 milliseconds