Home
last modified time | relevance | path

Searched refs:jump (Results 1 – 25 of 67) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sys_settrace.py467 self.jumpFrom = function.jump[0]
468 self.jumpTo = function.jump[1]
491 jump_simple_forwards.jump = (1, 3)
498 jump_simple_backwards.jump = (2, 1)
508 jump_out_of_block_forwards.jump = (3, 5)
520 jump_out_of_block_backwards.jump = (6, 1)
528 jump_to_codeless_line.jump = (1, 2)
536 jump_to_same_line.jump = (2, 2)
551 jump_in_nested_finally.jump = (4, 9)
563 no_jump_too_far_forwards.jump = (3, 6)
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
DEbcLowLevel.asm45 ; code. For IA32, we simply switch stacks and jump to the
105 ; Caller uses above instruction to jump here
174 ; Caller uses above instruction to jump here
DEbcLowLevel.nasm36 ; code. For IA32, we simply switch stacks and jump to the
97 ; Caller uses above instruction to jump here
166 ; Caller uses above instruction to jump here
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
DEbcLowLevel.nasm35 ; and jump to the specified function.
116 ; Caller uses above instruction to jump here
209 ; Caller uses above instruction to jump here
DEbcLowLevel.asm37 ; and jump to the specified function.
DEbcLowLevel.S31 # and jump to the specified function.
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Defi32.S31 # using a 8 bit reletive jump when the entries are
36 .long commonIdtEntry - . - 4 # offset to jump to
Defi32.asm32 ; using a 8 bit reletive jump when the entries are
37 dd commonIdtEntry - $ - 4 ; offset to jump to
Defi64.S34 # using a 8 bit reletive jump when the entries are
39 .long commonIdtEntry - . - 4 # offset to jump to
Defi64.asm32 ; using a 8 bit reletive jump when the entries are
37 dd commonIdtEntry - $ - 4 ; offset to jump to
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/FixupVtf/
DVtf.nasmb24 ; GenFv generates code aligned on a 4k boundary which will jump to this
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DMpFuncs.S88 .byte 0x66,0x67,0xEA # far jump
121 .byte 0x67,0xEA # far jump
DMpFuncs.asm89 db 66h, 67h, 0EAh ; far jump
122 db 67h, 0EAh ; far jump
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/
DMpFuncs.S85 .byte 0x66,0x67,0xEA # far jump
118 .byte 0x67,0xEA # far jump
DMpFuncs.asm71 db 66h, 67h, 0EAh ; far jump
104 db 67h, 0EAh ; far jump
/device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
DFlat32.s41 # After enabling protected mode, a far jump is executed to
DFlat32.asm48 ; After enabling protected mode, a far jump is executed to
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
DResetVectorVtf0.asm37 ; GenFv generates code aligned on a 4k boundary which will jump to this
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DVfr.vfr481 …_GOTO_FORM2), //SecondSetupPage // this too has no end-op and basically it's a jump to a form ONLY
485 …R_GOTO_FORM3), //ThirdSetupPage // this too has no end-op and basically it's a jump to a form ONLY
489 …_GOTO_FORM4), //FourthSetupPage // this too has no end-op and basically it's a jump to a form ONLY
493 …R_GOTO_FORM5), //FifthSetupPage // this too has no end-op and basically it's a jump to a form ONLY
497 …R_GOTO_FORM6), //SixthSetupPage // this too has no end-op and basically it's a jump to a form ONLY
601 …TR_GOTO_FORM1), //MainSetupPage // this too has no end-op and basically it's a jump to a form ONLY
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
DLinuxBzimage.h36 UINT16 jump; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/
DPageFaultHandler.S76 # jump to OriginalHandler
DPageFaultHandler.asm79 ; jump to OriginalHandler
DPageFaultHandler.nasm81 ; jump to OriginalHandler
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
DMain.asm3 ; Main routine of the pre-SEC code up through the jump into SEC
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlnotab_notes.txt104 If 'a' is false, execution will jump to the POP_BLOCK instruction at offset 17
109 We fix this by only calling the line trace function for a forward jump if the

123