Home
last modified time | relevance | path

Searched refs:set (Results 1 – 5 of 5) sorted by relevance

/hypervisor/common/
A Devent.c14 event->set = false; in init_event()
23 event->set = false; in reset_event()
42 while (!event->set && (event->waiting_thread != NULL)) { in wait_event()
48 event->set = false; in wait_event()
58 event->set = true; in signal_event()
A Dhypercall.c770 prot_set = (wp->set != 0U) ? 0UL : EPT_WR; in write_protect_page()
771 prot_clr = (wp->set != 0U) ? EPT_WR : 0UL; in write_protect_page()
/hypervisor/include/common/
A Devent.h7 bool set; member
/hypervisor/include/public/
A Dacrn_hv_defs.h180 uint8_t set; member
/hypervisor/lib/crypto/mbedtls/
A DChangeLog579 triggered remotely from either side. (With authmode set to 'required'
1080 callbacks set with mbedtls_ssl_conf_dtls_cookies()), this will be
1365 initialized but not set (found by pravic).
1481 with a suitable (extended)KeyUsage or curve or no PSK set.
1680 * dhm_parse_dhm() (hence dhm_parse_dhmfile()) did not set dhm->len.
1691 * Option to set the Curve preference order (disabled by default)
1888 dynamically set (Better support for hardware acceleration)
2161 POLARSSL_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO is set
2392 SSL contexts without needing to set all non-connection-specific
2798 * Replaced realloc with malloc in mpi_grow(), and set
[all …]

Completed in 13 milliseconds