- Timestamp:
- Jan 16, 2024 11:45:05 PM (13 months ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/MpInitLib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/MpInitLib/Ia32/MpFuncs.nasm
r101291 r102908 70 70 ; memory. 71 71 ; 72 ALIGN 16, int3 ; VBOX: Seems the MP_CPU_EXCHANGE_INFO structure is placed here in low memory. 73 ; VBOX: So, to ensure that it's properly aligned wrt 'lock inc' and 'lock xadd' 74 ; VBOX: below, we must align this entry point. @bugref 10547. 72 75 BITS 32 73 76 Flat32Start: ; protected mode entry point -
trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm
r101291 r102908 79 79 ; This is required if NX is enabled for EfiBootServicesCode of memory. 80 80 ; 81 ALIGN 16, int3 ; VBOX: Seems the MP_CPU_EXCHANGE_INFO structure is placed here in low memory. 82 ; VBOX: So, to ensure that it's properly aligned wrt 'lock inc' and 'lock xadd' 83 ; VBOX: below, we must align this entry point. @bugref 10547. 81 84 BITS 32 82 85 Flat32Start: ; protected mode entry point
Note:
See TracChangeset
for help on using the changeset viewer.