Searched refs:Segment (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DMisc.c102 DEBUG ((DEBUG_NET, "\tPXEptr:SEG= 0x%X\n\r", (UINT16) DisplayPointer->PXEptr.Segment));
104 DEBUG ((DEBUG_NET, "\tPXENVptr:SEG= 0x%X\n\r", (UINT16) DisplayPointer->PXENVptr.Segment));
185 "Segment size = 0x%X\n\r",
260 (UINT32) (DisplayPointer->Undi.Segment << 0x4 | DisplayPointer->Undi.Offset))
265 (UINT32) ((DisplayPointer->Base.Segment << 0x04) | DisplayPointer->Base.Offset))
271 DisplayPointer->EntryPointSP.Segment,
277 DEBUG ((DEBUG_NET, "32bit stack Segment API entry point. This will be sel:off. \n\r"));
281 DisplayPointer->EntryPointESP.Segment,
447 UINT16 Segment; local
647 UndiLoaderTable->PXEptr.Segment
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptInternalFormat.h90 UINT16 Segment; member in struct:__anon11094
105 UINT16 Segment; member in struct:__anon11096
172 UINT16 Segment; member in struct:__anon11105
H A DBootScriptExecute.c789 @param Segment Pci segment number
798 @note A known Limitations in the implementation which is the 'Segment' parameter is assumed as
804 IN UINT16 Segment,
809 ASSERT (Segment==0);
817 @param Segment Pci segment number
826 @note A known Limitations in the implementation which is the 'Segment' parameter is assumed as
834 IN UINT16 Segment,
839 ASSERT (Segment==0);
1373 UINT16 Segment; local
1380 Segment
802 ScriptPciCfg2Read( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, OUT VOID *Buffer ) argument
832 ScriptPciCfg2Write( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, OUT VOID *Buffer ) argument
[all...]
H A DBootScriptSave.c1080 @param Segment The PCI segment number for Address.
1092 IN UINT16 Segment,
1117 ScriptPciWrite2.Segment = Segment;
1131 @param Segment The PCI segment number for Address.
1143 IN UINT16 Segment,
1167 ScriptPciReadWrite2.Segment = Segment;
1606 @param Segment The PCI segment number for Address.
1617 EFI_BOOT_SCRIPT_PCI_CONFIG2_READ_WRITE_OPCODE and EFI_BOOT_SCRIPT_PCI_CONFIG2_POLL_OPCODE, the 'Segment' paramete
1090 S3BootScriptSavePciCfg2Write( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
1141 S3BootScriptSavePciCfg2ReadWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask ) argument
1622 S3BootScriptSavePci2Poll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask, IN UINT64 Delay ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DPciCfg2.h178 UINT16 Segment; member in struct:_EFI_PEI_PCI_CFG2_PPI
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
H A DS3SaveState.c210 UINT16 Segment; local
216 Segment = VA_ARG (Marker, UINT16);
218 return S3BootScriptSavePciCfg2Write (Width, Segment, Address, Count, Buffer);
237 UINT16 Segment; local
244 Segment = VA_ARG (Marker, UINT16);
248 return S3BootScriptSavePciCfg2ReadWrite (Width, Segment, Address, Data, DataMask);
480 UINT16 Segment; local
487 Segment = VA_ARG (Marker, UINT16);
493 return S3BootScriptSavePci2Poll (Width, Segment, Address, Data, DataMask, Delay);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
H A DSmmS3SaveState.c209 UINT16 Segment; local
215 Segment = VA_ARG (Marker, UINT16);
217 return S3BootScriptSavePciCfg2Write (Width, Segment, Address, Count, Buffer);
236 UINT16 Segment; local
243 Segment = VA_ARG (Marker, UINT16);
247 return S3BootScriptSavePciCfg2ReadWrite (Width, Segment, Address, Data, DataMask);
479 UINT16 Segment; local
486 Segment = VA_ARG (Marker, UINT16);
492 return S3BootScriptSavePci2Poll (Width, Segment, Address, Data, DataMask, Delay);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DThunk.c88 Thunk to 16-bit real mode and call Segment:Offset. Regs will contain the
93 @param Segment Segemnt of 16-bit mode call
109 IN UINT16 Segment,
126 return InternalLegacyBiosFarCall (This, Segment, Offset, Regs, Stack, StackSize);
147 Thunk to 16-bit real mode and call Segment:Offset. Regs will contain the
152 @param Segment Segemnt of 16-bit mode call
168 IN UINT16 Segment,
272 ThunkRegSet.E.CS = Segment;
107 LegacyBiosFarCall86( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN UINT16 Segment, IN UINT16 Offset, IN EFI_IA32_REGISTER_SET *Regs, IN VOID *Stack, IN UINTN StackSize ) argument
166 InternalLegacyBiosFarCall( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN UINT16 Segment, IN UINT16 Offset, IN EFI_IA32_REGISTER_SET *Regs, IN VOID *Stack, IN UINTN StackSize ) argument
H A DLegacyPci.c217 UINTN Segment; local
238 &Segment,
248 if (mRomEntry[Index].PciSegment == Segment &&
1449 UINTN Segment; local
1455 Segment = 0;
1481 &Segment,
2263 UINTN Segment; local
2283 Segment = 0;
2455 &Segment,
2507 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciSegment = (UINT8) Segment;
[all...]
H A DLegacyBiosInterface.h778 Thunk to 16-bit real mode and call Segment:Offset. Regs will contain the
783 @param Segment Segemnt of 16-bit mode call
799 IN UINT16 Segment,
1489 Thunk to 16-bit real mode and call Segment:Offset. Regs will contain the
1494 @param Segment Segemnt of 16-bit mode call
1510 IN UINT16 Segment,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DS3BootScriptLib.h201 @param[in] Segment The PCI segment number for Address.
214 IN UINT16 Segment,
224 @param[in] Segment The PCI segment number for Address.
237 IN UINT16 Segment,
426 @param Segment The PCI segment number for Address.
442 and EFI_BOOT_SCRIPT_PCI_CONFIG2_POLL_OPCODE, the 'Segment' parameter is assumed as
451 IN UINT16 Segment,
H A DPciSegmentLib.h4 The PCI Segment Library function provide services to read, write, and modify the PCI configuration
6 address parameter that encodes the PCI Segment, PCI Bus, PCI Device, PCI Function, and PCI Register.
14 PCI Segment Bits 32..47
17 | Reserved (MBZ) | Segment | Reserved (MBZ) | Bus | Device | Function | Register |
23 access method. Modules will typically use the PCI Segment Library for its PCI configuration
24 accesses when PCI Segments other than Segment #0 must be accessed.
42 Macro that converts PCI Segment, PCI Bus, PCI Device, PCI Function,
43 and PCI Register to an address that can be passed to the PCI Segment Library functions.
45 Computes an address that is compatible with the PCI Segment Library functions.
46 The unused upper bits of Segment, Bu
[all...]
H A DIoLib.h19 Macro that converts PCI Segment and I/O Port to an address that can be
23 The unused upper bits of Segment, and Port are stripped prior to the
26 @param Segment PCI Segment number. Range 0..65535.
33 #define IO_LIB_ADDRESS(Segment,Port) \
34 ( ((Port) & 0xffff) | (((Segment) & 0xffff) << 16) )
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3BootScriptLibNull/
H A DBootScriptLib.c160 @param Segment The PCI segment number for Address.
172 IN UINT16 Segment,
184 @param Segment The PCI segment number for Address.
196 IN UINT16 Segment,
390 @param Segment The PCI segment number for Address.
401 EFI_BOOT_SCRIPT_PCI_CONFIG2_READ_WRITE_OPCODE and EFI_BOOT_SCRIPT_PCI_CONFIG2_POLL_OPCODE, the 'Segment' parameter is assumed as
409 IN UINT16 Segment,
170 S3BootScriptSavePciCfg2Write( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
194 S3BootScriptSavePciCfg2ReadWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask ) argument
407 S3BootScriptSavePci2Poll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask, IN UINT64 Delay ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DThunk.c47 @param Segment Segment number
59 IN UINT16 Segment,
72 DwordRegs.Cs = Segment;
405 Thunk to 16-bit real mode and call Segment:Offset. Regs will contain the
410 @param Segment Segemnt of 16-bit mode call
426 IN UINT16 Segment,
444 IaSegment = Segment;
57 BiosIntCall( IN UINT16 BiosInt, IN UINT16 Segment, IN UINT16 Offset, IN EFI_IA32_REGISTER_SET *Regs, IN VOID *Stack, IN UINTN StackSize ) argument
424 LegacyBiosFarCall86( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN UINT16 Segment, IN UINT16 Offset, IN EFI_IA32_REGISTER_SET *Regs, IN VOID *Stack, IN UINTN StackSize ) argument
/vbox/src/VBox/Runtime/common/asm/
H A DASMGetSegAttr.asm38 ; @returns Segment attributes on success or ~0U on failure.
/vbox/src/VBox/Main/src-client/
H A DEbmlWriter.cpp62 Segment = 0x18538067, enumerator in enum:Mkv
68 //Segment Information
507 m_Ebml.subStart(Segment);
607 .subEnd(Segment);
/vbox/src/VBox/Storage/testcase/
H A DtstVD.cpp343 struct Segment struct
349 typedef struct Segment *PSEGMENT;
479 RTPrintf("ERROR: Segment at %Lx of %x bytes is corrupt at offset %x (found %x instead of %x)\n",
482 RTLogPrintf("ERROR: Segment at %Lx of %x bytes is corrupt at offset %x (found %x instead of %x)\n",
568 PSEGMENT paBaseSegments = (PSEGMENT)RTMemAllocZ(sizeof(struct Segment) * (nSegments + 1));
569 PSEGMENT paDiffSegments = (PSEGMENT)RTMemAllocZ(sizeof(struct Segment) * (nSegments + 1));
570 PSEGMENT paMergeSegments = (PSEGMENT)RTMemAllocZ(sizeof(struct Segment) * (nSegments + 1) * 3);
674 PSEGMENT paSegments = (PSEGMENT)RTMemAllocZ(sizeof(struct Segment) * (nSegments + 1));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiIbft.c213 UINTN Segment; local
241 Status = PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DSal.h277 UINT64 Segment : 8; member in struct:__anon11756
289 UINT64 Segment : 16; member in struct:__anon11757
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c1438 @param[in] Segment Segment number of device we are dealing with.
1450 IN UINT16 Segment,
2031 UINT16 Segment; local
2303 Segment = 0;
2313 Segment = (UINT16) ShellStrToUintn (Temp);
2356 Segment,
2365 Segment,
2394 Segment,
2398 Segment,
2457 PciFindProtocolInterface( IN EFI_HANDLE *HandleBuf, IN UINTN HandleCount, IN UINT16 Segment, IN UINT16 Bus, OUT EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL **IoDev ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciIo.h497 OUT UINTN *Segment,
H A DPciIo.c1203 OUT UINTN *Segment,
1213 if (Segment == NULL || Bus == NULL || Device == NULL || Function == NULL) {
1217 *Segment = PciIoDevice->PciRootBridgeIo->SegmentNumber;
1201 PciIoGetLocation( IN EFI_PCI_IO_PROTOCOL *This, OUT UINTN *Segment, OUT UINTN *Bus, OUT UINTN *Device, OUT UINTN *Function ) argument
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.c246 UINTN Segment; local
293 Status = PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
372 UINTN Segment; local
502 &Segment,
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlersA.asm93 dd 0 ; 9 - - F - N - Coprocessor Segment Overrun (obsolete).
95 dd NAME(TRPMGCHyperTrap0bHandler) ; b - #NP - F - Y - Segment not present.
96 dd 0 ; c - #SS - F - Y - Stack-Segment fault.
134 dd 0 ; 9 - - F - N - Coprocessor Segment Overrun (obsolete).
136 dd NAME(TRPMGCTrap0bHandler) ; b - #NP - F - Y - Segment not present.
137 dd 0 ; c - #SS - F - Y - Stack-Segment fault.

Completed in 173 milliseconds

12