Searched defs:Instruction (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePeCoffLib/Arm/
H A DPeCoffLoaderEx.c24 @param Instruction Pointer to ARM MOVT or MOVW immediate instruction
31 IN UINT16 *Instruction
39 Movt = (*Instruction << 16) | (*(Instruction + 1));
56 @param Instruction Pointer to ARM MOVT or MOVW immediate instruction
61 IN OUT UINT16 *Instruction,
71 *(Instruction) = (*Instruction & ~0x040f) | Patch;
77 Instruction++;
78 *Instruction
60 ThumbMovtImmediatePatch( IN OUT UINT16 *Instruction, IN UINT16 Address ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DPeCoffLoaderEx.c324 @param Instruction Pointer to ARM MOVT or MOVW immediate instruction
331 IN UINT16 *Instruction
339 Movt = (*Instruction << 16) | (*(Instruction + 1));
356 @param Instruction Pointer to ARM MOVT or MOVW immediate instruction
361 IN OUT UINT16 *Instruction,
370 *Instruction = (*Instruction & ~0x040f) | Patch;
375 Instruction++;
376 *Instruction
360 ThumbMovtImmediatePatch( IN OUT UINT16 *Instruction, IN UINT16 Address ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAcpi40.h1022 /// ERST Instruction Flags
1027 /// ERST Serialization Instruction Entry
1031 UINT8 Instruction; member in struct:__anon11499
1101 /// EINJ Instruction Flags
1106 /// EINJ Injection Instruction Entry
1110 UINT8 Instruction; member in struct:__anon11501
H A DAcpi50.h1686 /// ERST Instruction Flags
1691 /// ERST Serialization Instruction Entry
1695 UINT8 Instruction; member in struct:__anon11584
1765 /// EINJ Instruction Flags
1770 /// EINJ Injection Instruction Entry
1774 UINT8 Instruction; member in struct:__anon11586

Completed in 74 milliseconds