Searched refs:Cs (Results 1 - 25 of 33) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DX86DisablePaging64.c35 @param Cs The 16-bit selector to load in the CS before EntryPoint
53 IN UINT16 Cs,
62 InternalX86DisablePaging64 (Cs, EntryPoint, Context1, Context2, NewStack);
52 AsmDisablePaging64( IN UINT16 Cs, IN UINT32 EntryPoint, IN UINT32 Context1, OPTIONAL IN UINT32 Context2, OPTIONAL IN UINT32 NewStack ) argument
H A DX86EnablePaging64.c37 @param Cs The 16-bit selector to load in the CS before EntryPoint
55 IN UINT16 Cs,
64 InternalX86EnablePaging64 (Cs, EntryPoint, Context1, Context2, NewStack);
54 AsmEnablePaging64( IN UINT16 Cs, IN UINT64 EntryPoint, IN UINT64 Context1, OPTIONAL IN UINT64 Context2, OPTIONAL IN UINT64 NewStack ) argument
H A DBaseLibInternals.h670 @param Cs The 16-bit selector to load in the CS before EntryPoint
688 IN UINT16 Cs,
706 @param Cs The 16-bit selector to load in the CS before EntryPoint
724 IN UINT16 Cs,
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/safety/
H A Dtst.vahole.d1 #!/usr/sbin/dtrace -Cs
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
H A DArchRegisters.h30 UINT16 Cs; member in struct:__anon12933
85 UINT32 Cs; member in struct:__anon12934
106 UINT16 Cs; member in struct:__anon12935
H A DArchDebugSupport.c56 return (UINT16)OFFSET_OF(DEBUG_DATA_IA32_FX_SAVE_STATE, Cs);
175 RegisterGroup->Cs = (UINT16) CpuContext->Cs;
H A DArchReadGroupRegister.c37 Index = CpuContext->Cs / 8;
74 Index = CpuContext->Cs / 8;
184 Selector = (UINT16) CpuContext->Cs;
H A DAsmFuncs.S224 ## UINT32 Gs, Fs, Es, Ds, Cs, Ss;
323 ## UINT32 Gs, Fs, Es, Ds, Cs, Ss;
H A DAsmFuncs.asm224 mov ecx, Cs
325 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DIpfThunk.h76 UINT16 Cs; // 40 member in struct:__anon10420
H A DThunk.c72 DwordRegs.Cs = Segment;
99 Regs->X.CS = DwordRegs.Cs;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DNon-existing.c124 @param Cs The 16-bit selector to load in the CS before EntryPoint
142 IN UINT16 Cs,
141 InternalX86EnablePaging64( IN UINT16 Cs, IN UINT64 EntryPoint, IN UINT64 Context1, OPTIONAL IN UINT64 Context2, OPTIONAL IN UINT64 NewStack ) argument
H A DDisablePaging64.S30 # IN UINT16 Cs,
59 push %rcx # push Cs to stack
H A DDisablePaging64.asm30 ; IN UINT16 Cs,
56 push rcx ; push Cs to stack
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
H A DArchRegisters.h89 UINT64 Cs; member in struct:__anon12939
120 UINT16 Cs; member in struct:__anon12940
261 UINT16 Cs; member in struct:__anon12946
H A DArchReadGroupRegister.c44 Selector = (UINT16) CpuContext->Cs;
91 Index = CpuContext->Cs / 8;
128 Index = CpuContext->Cs / 8;
H A DArchDebugSupport.c171 RegisterGroup->Cs = (UINT16) CpuContext->Cs;
H A DAsmFuncs.asm208 mov rax, Cs
309 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DEnablePaging64.asm32 ; IN UINT16 Cs,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDebugSupport.h71 UINT16 Cs; member in struct:__anon12038
122 UINT32 Cs; member in struct:__anon12039
217 UINT64 Cs; member in struct:__anon12041
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDebugSupport.h73 UINT16 Cs; member in struct:__anon15605
124 UINT32 Cs; member in struct:__anon15606
219 UINT64 Cs; member in struct:__anon15608
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/Ia32/
H A DCpuAsm.S200 #; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
343 #; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
H A DCpuAsm.asm198 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
341 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/X64/
H A DCpuAsm.S156 #; UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
303 #; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DSmmCis.h327 UINT16 Cs; member in struct:__anon10572

Completed in 742 milliseconds

12