Home
last modified time | relevance | path

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

/hypervisor/scripts/
A Dgenld.sh7 config=$3
10 grep -v "^#" ${config} | while read line; do
/hypervisor/quirks/
A Dsecurity_vm_fixup.c42 struct acrn_vm_config *config = get_vm_config(vm_id); in tpm2_fixup() local
47 struct abi_module *mod = get_mod_by_tag(abi, config->acpi_config.acpi_mod_tag); in tpm2_fixup()
52 if (config->pt_tpm2 && (vtpm2 != NULL) && (tpm2 != NULL)) { in tpm2_fixup()
54 if (strncmp(config->mmiodevs[i].name, "tpm2", 4) == 0) { in tpm2_fixup()
55 dev = &config->mmiodevs[i]; in tpm2_fixup()
/hypervisor/scripts/makefile/
A Dconfig.mk129 HV_CONFIG_H := $(HV_OBJDIR)/include/config.h
130 HV_CONFIG_MK := $(HV_CONFIG_DIR)/config.mk
140 HV_CONFIG_DIFF := $(HV_OBJDIR)/config.patch
218 @xsltproc -o $@ --xinclude --xincludestyle $(HV_CONFIG_XFORM_DIR)/config.mk.xsl $<
223 @xsltproc -o $@ --xinclude --xincludestyle $(HV_CONFIG_XFORM_DIR)/config.h.xsl $<
/hypervisor/lib/crypto/mbedtls/
A DChangeLog141 (RFC 6209). Disabled by default, see MBEDTLS_ARIA_C in config.h
297 config.h. Found by Andreas Walz (ivESK, Offenburg University of
388 config and the application data buffer passed to mbedtls_ssl_write
428 MBEDTLS_ECDSDA_GENKEY_AT in config.h.
434 MBEDTLS_ECDH_GEN_PUBLIC_ALT in config.h.
643 config-no-entropy.h to reduce the RAM footprint.
1231 in config.h
1256 * Removed helper script active-config.pl
1282 custom config.h
1841 * config.h is more script-friendly
[all …]
/hypervisor/
A DMakefile43 include scripts/makefile/config.mk

Completed in 15 milliseconds