Home | History | Annotate | Download | only in bios

Lines Matching refs:smm_code_start

872 extern uint8_t smm_code_start, smm_code_end;
909 memcpy((void *)0xa8000, &smm_code_start,
910 &smm_code_end - &smm_code_start);