Home
last modified time | relevance | path

Searched refs:pcache (Results 1 – 3 of 3) sorted by relevance

/qemu/crypto/
H A Dtls-cipher-suites.c38 gnutls_priority_t pcache; in qcrypto_tls_cipher_suites_get_data() local
45 ret = gnutls_priority_init(&pcache, creds->priority, &err); in qcrypto_tls_cipher_suites_get_data()
61 ret = gnutls_priority_get_cipher_suite_index(pcache, i, &idx); in qcrypto_tls_cipher_suites_get_data()
82 gnutls_priority_deinit(pcache); in qcrypto_tls_cipher_suites_get_data()
/qemu/hw/tricore/
H A Dtc27x_soc.c123 make_ram(&s->cpu2mem.pcache, "CPU2.PCACHE", in tc27x_soc_init_memory_mapping()
132 make_ram(&s->cpu1mem.pcache, "CPU1.PCACHE", in tc27x_soc_init_memory_mapping()
137 make_ram(&s->cpu0mem.pcache, "CPU0.PCACHE", in tc27x_soc_init_memory_mapping()
/qemu/include/hw/tricore/
H A Dtc27x_soc.h38 MemoryRegion pcache; member