Home
last modified time | relevance | path

Searched refs:IDT (Results 1 – 25 of 43) sorted by relevance

12

/device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesTablePointerLibIdt/
DPeiServicesTablePointerLibIdt.uni2 // Instance of PEI Services Table Pointer Library using IDT for the table pointer.
5 // Services Table from the IDT on IA-32 and x64.
19 … #language en-US "Instance of PEI Services Table Pointer Library using IDT for the table point…
21 …y implementation that retrieves a pointer to the PEI Services Table from the IDT on IA-32 and x64."
DPeiServicesTablePointerLibIdt.inf2 # Instance of PEI Services Table Pointer Library using IDT for the table pointer.
5 # Services Table from the IDT on IA-32 and x64.
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Defi64.S61 # Populate IDT with meaningful offsets for exception handlers...
63 sidt (%eax) # get fword address of IDT
70 …movl $0x78,%ecx # 78h IDT entries to initialize with unique entry points (exce…
74 LOOP_1: # loop through all IDT entries exception handlers a…
88 #@@: ; loop through all IDT entries exception handlers …
98 ## DUMP location of IDT and several of the descriptors
Defi32.asm52 ; Populate IDT with meaningful offsets for exception handlers...
53 sidt fword ptr [Idtr] ; get fword address of IDT
58 …mov ecx, 78h ; 78h IDT entries to initialize with unique entry points (exce…
62 @@: ; loop through all IDT entries exception handlers a…
75 ;@@: ; loop through all IDT entries exception handlers …
84 ;; DUMP location of IDT and several of the descriptors
Defi64.asm59 ; Populate IDT with meaningful offsets for exception handlers...
61 sidt fword ptr [eax] ; get fword address of IDT
67 …mov ecx, 78h ; 78h IDT entries to initialize with unique entry points (exce…
71 @@: ; loop through all IDT entries exception handlers a…
85 ;@@: ; loop through all IDT entries exception handlers …
95 ;; DUMP location of IDT and several of the descriptors
Defi32.S50 # Populate IDT with meaningful offsets for exception handlers...
56 …movl $0x78, %ecx # 78h IDT entries to initialize with unique entry points (exce…
60 LOOP_1: # loop through all IDT entries exception handlers a…
73 #@@: ; loop through all IDT entries exception handlers …
82 ## DUMP location of IDT and several of the descriptors
Dstart.S538 idtr: .long IDT_END - IDT_BASE - 1 # IDT limit
539 .long 0 # (IDT base gets set above)
541 # interrupt descriptor table (IDT)
Dstart16.S531 idtr: .word IDT_END - IDT_BASE - 1 # IDT limit
532 .long 0 # (IDT base gets set above)
534 # interrupt descriptor table (IDT)
Dstart16.asm527 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit
528 dd 0 ; (IDT base gets set above)
530 ; interrupt descriptor table (IDT)
Dstart.asm534 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit
535 dd 0 ; (IDT base gets set above)
537 ; interrupt descriptor table (IDT)
Dstart32.asm542 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit
543 dd 0 ; (IDT base gets set above)
545 ; interrupt descriptor table (IDT)
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/
DInterruptTable.S37 # This template must be copied into low memory, and the IDT entries
39 # entry is 4 bytes long, so IDT entries 0x68-0x6F can be easily
DInterruptTable.asm39 ; This template must be copied into low memory, and the IDT entries
41 ; entry is 4 bytes long, so IDT entries 0x68-0x6F can be easily
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/
DInterruptTable.S38 # This template must be copied into low memory, and the IDT entries
40 # entry is 4 bytes long, so IDT entries 0x68-0x6F can be easily
DInterruptTable.asm37 ; This template must be copied into low memory, and the IDT entries
39 ; entry is 4 bytes long, so IDT entries 0x68-0x6F can be easily
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
DIdtVectorAsm.asm22 ; Generic IDT Vector Handlers for the Host.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
DWriteIdt.asm43 mov DWORD PTR IdtrBuf + 2, eax ; write IDT base address
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/X64/
DPageFaultHandler.S18 # Defines page fault handler used to hook SMM IDT
DPageFaultHandler.asm18 ; Defines page fault handler used to hook SMM IDT
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
DXhciSched.h233 UINT32 IDT:1; member
259 UINT32 IDT:1; member
285 UINT32 IDT:1; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
DAsmFuncs.asm141 ; Abstract: Encodes an IDT descriptor with the given physical address
165 ; copied and fixed up once for each IDT entry that is hooked.
178 ; Abstract: This code is not a function, but is the common part for all IDT
198 ;; Vector Number <----------------- pushed in our IDT Entry
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhciSched.h237 UINT32 IDT:1; member
263 UINT32 IDT:1; member
289 UINT32 IDT:1; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DAsmFuncs.asm143 ; Abstract: Encodes an IDT descriptor with the given physical address
166 ; copied and fixed up once for each IDT entry that is hooked.
181 ; Abstract: This code is not a function, but is the common part for all IDT
DAsmFuncs.S57 # Abstract: Encodes an IDT descriptor with the given physical address
86 # Abstract: This code is not a function, but is the common part for all IDT
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Internal.h283 UINT32 IDT:1; member

12