Searched defs:fs (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dregisters.h122 * pushw %gs ; pushw %fs ; pushw %es ; pushw %ds ; pushw %ss ; pushw %cs
130 * addw $4, %sp ; popw %ds ; popw %es ; popw %fs ; popw %gs
143 uint16_t fs; member in struct:i386_seg_regs
156 * pushw %gs ; pushw %fs ; pushw %es ; pushw %ds ; pushw %ss ; pushw %cs
164 * addw $4, %sp ; popw %ds ; popw %es ; popw %fs ; popw %gs
H A Dcomboot.h90 uint16_t fs; /* Offset 2 */ member in struct:__anon15030
124 uint16_t fs; /* Offset 8 */ member in struct:__anon15032
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dxfont.c76 static XCharStruct *isvalid(XFontStruct *fs, unsigned int which) argument
82 rows = fs->max_byte1 - fs->min_byte1 + 1;
83 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
87 if ((fs->min_char_or_byte2 > which) ||
88 (fs->max_char_or_byte2 < which)) valid = 0;
94 if ((fs->min_char_or_byte2 > byte2) ||
95 (fs->max_char_or_byte2 < byte2) ||
96 (fs
128 XFontStruct *fs; local
[all...]
/vbox/include/VBox/vmm/
H A Dcpumctx-v1_6.h136 RTSEL fs; member in struct:CPUMCTX_VER1_6
H A Dcpumctx.h220 CPUMSELREG fs; member in struct:CPUMCTXCORE
328 CPUMSELREG fs; member in struct:CPUMCTX
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsNativeComponentLoader.cpp414 nsCOMPtr<nsIFile> fs; local
427 nsresult res2 = dll->GetDllSpec(getter_AddRefs(fs)); // don't change 'res2' -- see warning, above
431 AddDependentLibrary(fs, nsnull);
433 res = mobj->RegisterSelf(mCompMgr, fs, registryLocation,
457 if (!fs)
460 fs->GetLastModifiedTime(&modTime);
465 nsCOMPtr<nsIFile> fs;
466 res = dll->GetDllSpec(getter_AddRefs(fs));
469 manager->SaveFileInfo(fs, registryLocation, modTime);
583 nsCOMPtr<nsIFile> fs; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset2.c1212 VerifyAmbig( Junction *alt1, Junction *alt2, unsigned **ft, set *fs, Tree **t, Tree **u, int *numAmbig ) argument
1214 VerifyAmbig( alt1, alt2, ft, fs, t, u, numAmbig )
1218 set *fs;
1237 for (j=0; j <= CLL_k ; j++) save_fs[j]=set_dup(fs[j]);
1241 fset = fs;
1290 for (k=1; k<=LL_k; k++) set_clr( fs[k] );
1306 tcvt(&(fs[1]), perm);
1312 for (j=0; j <= CLL_k ; j++) fs[j]=save_fs[j];
1327 MR_dumpTokenSet(stdout,2,fs[j]);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinbase16.h204 WORD fs; /* 14 */ member in struct:_STACK16FRAME
H A Dserver_protocol.h161 struct { unsigned int ds, es, fs, gs; } i386_regs; member in struct:__anon14159::__anon14172::__anon14173
162 struct { unsigned int ds, es, fs, gs; } x86_64_regs; member in struct:__anon14159::__anon14172::__anon14174
/vbox/src/VBox/VMM/VMMAll/
H A DEMAll.cpp653 CHECK_SEL(fs);
1079 RTGCUINTPTR eip, cs, esp, ss, eflags, ds, es, fs, gs, uMask; local
1098 rc |= emRCStackRead(pVM, pVCpu, pRegFrame, &fs, (RTGCPTR)(pIretStack + 28), 4);
1116 pRegFrame->fs.Sel = fs;
H A DCPUMAllRegs.cpp240 pVCpu->cpum.s.Hyper.fs.Sel = SelFS;
423 return pVCpu->cpum.s.Hyper.fs.Sel;
868 VMMDECL(int) CPUMSetGuestFS(PVMCPU pVCpu, uint16_t fs) argument
870 pVCpu->cpum.s.Guest.fs.Sel = fs;
924 return pVCpu->cpum.s.Guest.fs.Sel;
2482 if ((pCtx->fs.Sel & X86_SEL_RPL) == 1)
2483 pCtx->fs.Sel &= ~X86_SEL_RPL;
2512 if ((pCtx->fs.Sel & X86_SEL_RPL) == 2)
2513 pCtx->fs
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinbase16.h204 WORD fs; /* 14 */ member in struct:_STACK16FRAME
H A Dserver_protocol.h172 struct { unsigned int ds, es, fs, gs; } i386_regs; member in struct:__anon1497::__anon1510::__anon1511
173 struct { unsigned int ds, es, fs, gs; } x86_64_regs; member in struct:__anon1497::__anon1510::__anon1512
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h252 RTSEL fs; member in struct:CPUMHOSTCTX
/vbox/src/recompiler/target-i386/
H A Dsvm.h177 struct vmcb_seg fs; member in struct:vmcb_save_area
/vbox/include/VBox/
H A Dsup.h140 uint16_t fs; member in struct:SUPDRVTRACERUSRCTX::__anon252::__anon253
H A Dtypes.h835 RTSEL fs; member in struct:VBOXTSS
/vbox/src/recompiler/
H A Dexec.c2989 struct statfs fs; local
2993 ret = statfs(path, &fs);
3001 if (fs.f_type != HUGETLBFS_MAGIC)
3004 return (size_t)fs.f_bsize;
/vbox/include/iprt/
H A Dx86.h3530 RTSEL fs; member in struct:X86TSS32
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwingdi.h671 FONTSIGNATURE fs; member in struct:__anon14316
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwingdi.h644 FONTSIGNATURE fs; member in struct:__anon1636
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 2038 milliseconds