Searched refs:e (Results 1 – 7 of 7) sorted by relevance
| /hypervisor/arch/x86/ |
| A D | rtcm.c | 25 #define foreach_rtct_entry(rtct, e) \ argument 26 for (e = (void *)rtct + sizeof(struct acpi_table_header); \ 27 ((uint64_t)e - (uint64_t)rtct) < rtct->length; \ 28 e = (struct rtct_entry *)((uint64_t)e + e->size))
|
| /hypervisor/debug/ |
| A D | trace.c | 35 uint64_t e; member 62 void TRACE_2L(uint32_t evid, uint64_t e, uint64_t f) in TRACE_2L() argument 71 entry.payload.fields_64.e = e; in TRACE_2L() 124 entry.payload.fields_64.e = 0UL; in TRACE_16STR()
|
| /hypervisor/hw/ |
| A D | pci.c | 426 uint32_t s = 0U, e = 0U; /* start and end index into queue */ in scan_pci_hierarchy() local 428 bus_map[e].bus_under_scan = bus; in scan_pci_hierarchy() 429 bus_map[e].bus_drhd_index = drhd_index; in scan_pci_hierarchy() 430 e = e + 1U; in scan_pci_hierarchy() 431 while (s < e) { in scan_pci_hierarchy() 468 bus_map[e].bus_under_scan = in scan_pci_hierarchy() 470 bus_map[e].bus_drhd_index = bdf_drhd_index; in scan_pci_hierarchy() 471 e = e + 1U; in scan_pci_hierarchy()
|
| /hypervisor/release/ |
| A D | trace.c | 9 void TRACE_2L(__unused uint32_t evid, __unused uint64_t e, __unused uint64_t f) {} in TRACE_2L() argument
|
| /hypervisor/include/debug/ |
| A D | trace.h | 48 void TRACE_2L(uint32_t evid, uint64_t e, uint64_t f);
|
| /hypervisor/lib/crypto/mbedtls/ |
| A D | sha256.c | 131 uint32_t *d, uint32_t e, uint32_t f, uint32_t g, uint32_t *h, uint32_t x, uint32_t j) in hash_computation() argument 135 temp1 = *h + sigma3(e) + choice_alg(e, f, g) + j + x; in hash_computation()
|
| A D | ChangeLog | 392 was independently reported by Tim Nordell via e-mail and by Florin Petriuc 463 (e.g. signing with a public key). 1558 required on some platforms (e.g. OpenBSD) 2110 symmetric cipher and hash algorithms (e.g. POLARSSL_AES_ALT in
|
Completed in 18 milliseconds