Home
last modified time | relevance | path

Searched refs:version (Results 1 – 14 of 14) sorted by relevance

/hypervisor/arch/x86/seed/
A Dseed_sbl.h12 uint32_t version; member
A Dseed_abl.c24 uint32_t version; member
/hypervisor/include/arch/x86/asm/
A Drtcm.h26 uint32_t version; member
A Dvtd.h79 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 Dapicreg.h53 struct lapic_reg version; /*030*/ member
/hypervisor/arch/x86/
A Dioapic.c367 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 Drtcm.c151 rtcm_binary->address, header->magic, header->version); in init_software_sram()
/hypervisor/include/arch/x86/asm/guest/
A Dtrusty.h33 uint32_t version; member
/hypervisor/arch/x86/guest/
A Dtrusty.c271 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 Dvlapic.c1361 *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 Dhypercall.c124 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 Dacrn_hv_defs.h302 uint32_t version; member
/hypervisor/lib/crypto/mbedtls/
A DChangeLog335 * 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 DMakefile399 VERSION := $(HV_OBJDIR)/include/version.h

Completed in 29 milliseconds