OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smm_code_start
(Results
1 - 2
of
2
) sorted by null
/external/qemu-pc-bios/bochs/bios/
rombios32start.S
28
.global
smm_code_start
93
smm_code_start
:
label
rombios32.c
872
extern uint8_t
smm_code_start
, smm_code_end;
909
memcpy((void *)0xa8000, &
smm_code_start
,
910
&smm_code_end - &
smm_code_start
);
[
all
...]
Completed in 29 milliseconds