coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
write_resume_eip.c File Reference
#include <acpi/acpi.h>
#include <arch/cpu.h>
#include <amdblocks/cpu.h>
#include <cpu/amd/msr.h>
#include <cpu/x86/msr.h>
#include <stdint.h>
Include dependency graph for write_resume_eip.c:

Go to the source code of this file.

Functions

asmlinkage void bootblock_resume_entry (void)
 
void write_resume_eip (void)
 

Function Documentation

◆ bootblock_resume_entry()

asmlinkage void bootblock_resume_entry ( void  )

Referenced by write_resume_eip().

Here is the caller graph for this function:

◆ write_resume_eip()

void write_resume_eip ( void  )

Definition at line 12 of file write_resume_eip.c.

References acpi_is_wakeup_s3(), bootblock_resume_entry(), msr_struct::hi, S3_RESUME_EIP_MSR, and wrmsr().

Referenced by bootblock_c_entry().

Here is the call graph for this function:
Here is the caller graph for this function: