HomeSort by relevance Sort by last modified time
    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 37 milliseconds