OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smm_relocation_start
(Results
1 - 2
of
2
) sorted by null
/external/qemu-pc-bios/bochs/bios/
rombios32start.S
26
.global
smm_relocation_start
73
smm_relocation_start
:
label
rombios32.c
871
extern uint8_t
smm_relocation_start
, smm_relocation_end;
890
memcpy((void *)0x38000, &
smm_relocation_start
,
891
&smm_relocation_end - &
smm_relocation_start
);
[
all
...]
Completed in 19 milliseconds