Home
last modified time | relevance | path

Searched refs:IdtrValue (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DPlDebugSupport.c35 IA32_DESCRIPTOR IdtrValue; in ReadIdtGateDescriptor() local
38 AsmReadIdtr (&IdtrValue); in ReadIdtGateDescriptor()
39 IdtTable = (IA32_IDT_GATE_DESCRIPTOR *) IdtrValue.Base; in ReadIdtGateDescriptor()
57 IA32_DESCRIPTOR IdtrValue; in WriteIdtGateDescriptor() local
60 AsmReadIdtr (&IdtrValue); in WriteIdtGateDescriptor()
61 IdtTable = (IA32_IDT_GATE_DESCRIPTOR *) IdtrValue.Base; in WriteIdtGateDescriptor()