Searched refs:has_tls (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c689 Bool has_tls = (auxv->u.a_val & VKI_HWCAP_TLS) > 0; local
692 has_tls ? "YES" : "NO");
/external/qemu/qapi-auto-generated/
H A Dqmp-commands.h23 void qmp_add_client(const char * protocol, const char * fdname, bool has_skipauth, bool skipauth, bool has_tls, bool tls, Error **errp);
H A Dqmp-marshal.c42 bool has_tls = false; local
54 visit_start_optional(v, &has_tls, "tls", errp);
55 if (has_tls) {
64 qmp_add_client(protocol, fdname, has_skipauth, skipauth, has_tls, tls, errp);
76 visit_start_optional(v, &has_tls, "tls", NULL);
77 if (has_tls) {

Completed in 1789 milliseconds