Searched refs:stack (Results 1 – 8 of 8) sorted by relevance
4 The open source `Project ACRN`_ defines a device hypervisor reference stack and10 The ACRN Hypervisor is a Type 1 reference hypervisor stack, running directly on
111 rsp = (uint64_t)(&get_cpu_var(stack)[CONFIG_STACK_SIZE - 1]); in init_primary_pcpu()
50 stack_sym_addr = (uint64_t)&per_cpu(stack, pcpu_id)[CONFIG_STACK_SIZE - 1]; in write_trampoline_stack_sym()
53 uint8_t stack[CONFIG_STACK_SIZE] __aligned(16); member
76 /* 4K for the boot stack */
307 uint8_t stack[CONFIG_STACK_SIZE] __aligned(16); member
832 uint64_t stacktop = (uint64_t)&vcpu->stack[CONFIG_STACK_SIZE]; in build_stack_frame()
120 non-blocking operation of the TLS server stack.407 * Wipe stack buffer temporarily holding EC private exponent687 * Fix a numerical underflow leading to stack overflow in mpi_read_file()700 * Wipe stack buffers in RSA private key operations752 * Fixed a bug that caused freeing a buffer that was allocated on the stack,819 * Fixed potential stack corruption in mbedtls_x509write_crt_der() and1024 * Fix stack buffer overflow in pkcs12 decryption (used by1423 * Fix potential stack overflow while parsing crafted X.509 certificates1946 * Fix potential stack overflow while parsing crafted X.509 certificates
Completed in 13 milliseconds