Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 8 of 8) sorted by relevance

/hypervisor/
A DREADME.rst4 The open source `Project ACRN`_ defines a device hypervisor reference stack and
10 The ACRN Hypervisor is a Type 1 reference hypervisor stack, running directly on
/hypervisor/arch/x86/
A Dinit.c111 rsp = (uint64_t)(&get_cpu_var(stack)[CONFIG_STACK_SIZE - 1]); in init_primary_pcpu()
A Dtrampoline.c50 stack_sym_addr = (uint64_t)&per_cpu(stack, pcpu_id)[CONFIG_STACK_SIZE - 1]; in write_trampoline_stack_sym()
/hypervisor/include/arch/x86/asm/
A Dper_cpu.h53 uint8_t stack[CONFIG_STACK_SIZE] __aligned(16); member
/hypervisor/bsp/ld/
A Dlink_ram.ld.in76 /* 4K for the boot stack */
/hypervisor/include/arch/x86/asm/guest/
A Dvcpu.h307 uint8_t stack[CONFIG_STACK_SIZE] __aligned(16); member
/hypervisor/arch/x86/guest/
A Dvcpu.c832 uint64_t stacktop = (uint64_t)&vcpu->stack[CONFIG_STACK_SIZE]; in build_stack_frame()
/hypervisor/lib/crypto/mbedtls/
A DChangeLog120 non-blocking operation of the TLS server stack.
407 * Wipe stack buffer temporarily holding EC private exponent
687 * Fix a numerical underflow leading to stack overflow in mpi_read_file()
700 * Wipe stack buffers in RSA private key operations
752 * Fixed a bug that caused freeing a buffer that was allocated on the stack,
819 * Fixed potential stack corruption in mbedtls_x509write_crt_der() and
1024 * Fix stack buffer overflow in pkcs12 decryption (used by
1423 * Fix potential stack overflow while parsing crafted X.509 certificates
1946 * Fix potential stack overflow while parsing crafted X.509 certificates

Completed in 13 milliseconds