Searched refs:version (Results 1 – 14 of 14) sorted by relevance
| /hypervisor/arch/x86/seed/ |
| A D | seed_sbl.h | 12 uint32_t version; member
|
| A D | seed_abl.c | 24 uint32_t version; member
|
| /hypervisor/include/arch/x86/asm/ |
| A D | rtcm.h | 26 uint32_t version; member
|
| A D | vtd.h | 79 static inline uint8_t dmar_ver_major(uint64_t version) in dmar_ver_major() argument 81 return (((uint8_t)version & 0xf0U) >> 4U); in dmar_ver_major() 84 static inline uint8_t dmar_ver_minor(uint64_t version) in dmar_ver_minor() argument 86 return ((uint8_t)version & 0x0fU); in dmar_ver_minor()
|
| A D | apicreg.h | 53 struct lapic_reg version; /*030*/ member
|
| /hypervisor/arch/x86/ |
| A D | ioapic.c | 367 uint32_t version; in ioapic_nr_pins() local 370 version = ioapic_read_reg32(ioapic_base, IOAPIC_VER); in ioapic_nr_pins() 371 dev_dbg(DBG_LEVEL_IRQ, "IOAPIC version: %x", version); in ioapic_nr_pins() 376 nr_pins = (((version & IOAPIC_MAX_RTE_MASK) >> MAX_RTE_SHIFT) + 1U); in ioapic_nr_pins()
|
| A D | rtcm.c | 151 rtcm_binary->address, header->magic, header->version); in init_software_sram()
|
| /hypervisor/include/arch/x86/asm/guest/ |
| A D | trusty.h | 33 uint32_t version; member
|
| /hypervisor/arch/x86/guest/ |
| A D | trusty.c | 271 key_info.version = 0U; in setup_trusty_info() 351 switch (boot_param->version) { in initialize_trusty() 364 pr_err("%s: Version(%u) not supported!\n", __func__, boot_param->version); in initialize_trusty()
|
| A D | vlapic.c | 1361 *data = lapic->version.v; in vlapic_read() 1585 lapic->version.v = VLAPIC_VERSION; in vlapic_reset() 1586 lapic->version.v |= (VLAPIC_MAXLVT_INDEX << MAXLVTSHIFT); in vlapic_reset()
|
| /hypervisor/common/ |
| A D | hypercall.c | 124 struct hc_api_version version; in hcall_get_api_version() local 126 version.major_version = HV_API_MAJOR_VERSION; in hcall_get_api_version() 127 version.minor_version = HV_API_MINOR_VERSION; in hcall_get_api_version() 129 return copy_to_gpa(vcpu->vm, &version, param1, sizeof(version)); in hcall_get_api_version()
|
| /hypervisor/include/public/ |
| A D | acrn_hv_defs.h | 302 uint32_t version; member
|
| /hypervisor/lib/crypto/mbedtls/ |
| A D | ChangeLog | 335 * Fix setting version TLSv1 as minimal version, even if TLS 1 1274 * The default minimum TLS version is now TLS 1.0. 1728 * Fixed version-major intolerance in server 1782 * Relaxed some SHA2 ciphersuite's version requirements 1893 and maximum protocol version 2045 * Fixed version-major intolerance in server 2075 * Changed RSA blinding to a slower but thread-safe version 2253 * Added option to add minimum accepted SSL/TLS protocol version 2435 before version numbers 2582 * Added compile-time and run-time version information [all …]
|
| /hypervisor/ |
| A D | Makefile | 399 VERSION := $(HV_OBJDIR)/include/version.h
|
Completed in 29 milliseconds