Searched refs:transition (Results 1 - 12 of 12) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/ |
| H A D | DisablePaging64.S | 41 lea L1(%rip), %rsi # rsi <- The start address of transition code 43 lea _mTransitionEnd(%rip), %rax # rax <- end of transition code 44 sub %rsi, %rax # rax <- The size of transition piece code 47 sub %rax, %rdi # rdi <- use stack to hold transition code 50 mov %rax, %rcx # rcx <- The size of transition piece code 52 movsb # copy transition code to (new stack - 64byte) below 4G 60 push %r10 # push address of transition code on stack
|
| H A D | DisablePaging64.asm | 39 lea rsi, @F ; rsi <- The start address of transition code 41 lea rax, mTransitionEnd ; rax <- end of transition code 42 sub rax, rsi ; rax <- The size of transition piece code 45 sub rdi, rax ; rdi <- Use stack to hold transition code 48 mov rcx, rax ; rcx <- The size of transition piece code 49 rep movsb ; copy transition code to top of new stack which must be below 4GB 54 mov eax, r10d ; eax <- start of the transition code on the stack 55 sub eax, 4 ; eax <- One slot below transition code on the stack 61 ; Start of transition code
|
| H A D | Thunk16.S | 268 movl %edx,%eax # eax <- transition code address
|
| H A D | Thunk16.asm | 257 mov eax, edx ; eax <- transition code address
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/ |
| H A D | Thunk16.S | 139 # @param Transition The pointer to the transition code 162 movl 40(%esp), %eax # eax <- address of transition code
|
| H A D | Thunk16.asm | 224 mov eax, [esp + 40] ; eax <- address of transition code
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | d3dx9anim.h | 354 DOUBLE start_time, DOUBLE duration, D3DXTRANSITION_TYPE transition) PURE; 356 DOUBLE start_time, DOUBLE duration, D3DXTRANSITION_TYPE transition) PURE; 360 DOUBLE start_time, DOUBLE duration, D3DXTRANSITION_TYPE transition) PURE;
|
| /vbox/src/VBox/VMM/testcase/ |
| H A D | tstMicroRCA.asm | 419 ; 14 SS (only if ring transition.) 420 ; 10 ESP (only if ring transition.)
|
| /vbox/src/VBox/VMM/VMMRC/ |
| H A D | TRPMRCHandlersA.asm | 226 ; 18 SS (only if ring transition.) 227 ; 14 ESP (only if ring transition.) 1118 ; 10 SS (only if ring transition.) 1119 ; c ESP (only if ring transition.)
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
| H A D | CLexer.py | 162 transition = self.DFA25_transition 172 transition = self.DFA35_transition
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/ |
| H A D | CLexer.py | 162 transition = self.DFA25_transition 172 transition = self.DFA35_transition
|
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
Completed in 604 milliseconds