Searched refs:fs (Results 26 - 50 of 53) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpcb.c747 ts->fs,
765 saved_state->fs = ts->fs;
809 saved_state->fs = ts->fs;
838 ts->fs = saved_state->fs;
869 ts->fs = saved_state->fs;
970 state->fs,
2092 x86_float_state32_t fs; member in struct:x86_act_context32
2098 x86_float_state64_t fs; member in struct:x86_act_context64
[all...]
H A Dacpi_wakeup.s99 movw %ax, %fs
170 movw %fs, saved_fs
243 movw saved_fs, %fs
313 movw saved_fs, %fs
H A Dtss.h92 uint32_t fs; member in struct:i386_tss
H A Ddb_interface.c119 int fs; member in struct:int_regs
223 regs->fs = tss->fs;
355 regs->fs = ddb_regs.fs & 0xffff;
430 regs.fs = int_regs->fs;
463 int_regs->fs = ddb_regs.fs & 0xffff;
H A Dmp_desc.h191 uint16_t fs,
H A Didt.s480 * fs
537 popl %fs
628 pushl %fs
634 mov %eax,%fs
832 pushl %fs /* restore fs, */
H A Dstartup64.c281 kprintf("scp->iss32.state.fs: 0x%08x\n", scp->iss32.state.fs);
324 kprintf("sp->fs: 0x%016x\n", sp->fs);
H A Dhibernate_restore.s205 mov $0,%ax /* fs must be zeroed; */
206 mov %ax,%fs /* some bootstrappers don`t do this */
H A Didt64.s444 * fs
609 movw R_FS(%rsp), %fs
844 mov %fs, R_FS(%rsp)
926 mov %eax, %fs
961 mov %fs, R64_FS(%rsp)
H A Dgenassym.c252 DECLARE("R_FS", R_(fs));
270 DECLARE("R64_FS", R64_(fs));
H A Dmp_desc.c603 uint16_t fs,
610 valid_user_data_selector(fs) &&
599 valid_user_segment_selectors(uint16_t cs, uint16_t ss, uint16_t ds, uint16_t es, uint16_t fs, uint16_t gs) argument
H A Ddb_trace.c158 { "fs", (unsigned int *)&ddb_regs.fs, db_i386_reg_value, 0, 0, 0, 0, TRUE, 0, 0, (int *)0, 0 },
H A Dstart.s329 mov $0,%ax /* fs must be zeroed; */
330 mov %ax,%fs /* some bootstrappers don`t do this */
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dunix_signal.c157 state = (void *)&mctx.mctx64.fs;
238 tstate64->fs = NULL_SEG;
264 state = (void *)&mctx.mctx32.fs;
504 tstate32->fs = NULL_SEG;
561 void * fs; local
595 fs = (void *)&mctx.mctx64.fs;
615 fs = (void *)&mctx.mctx32.fs;
635 if (thread_setstatus(thread, fs_flavor, fs, fs_coun
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dunix_signal.c319 tstate = (void *)&mctx.fs;
327 tstate = (void *)&mctx64.fs;
494 if (mctx64.fs.fpscr & (1 << (31 - FPSCR_VX)))
496 else if (mctx64.fs.fpscr & (1 << (31 - FPSCR_OX)))
498 else if (mctx64.fs.fpscr & (1 << (31 - FPSCR_UX)))
500 else if (mctx64.fs.fpscr & (1 << (31 - FPSCR_ZX)))
502 else if (mctx64.fs.fpscr & (1 << (31 - FPSCR_XX)))
507 if (mctx.fs.fpscr & (1 << (31 - FPSCR_VX)))
509 else if (mctx.fs.fpscr & (1 << (31 - FPSCR_OX)))
511 else if (mctx.fs
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h261 struct dn_flow_set *fs ; /* parent flow set */ member in struct:dn_flow_queue
377 struct dn_flow_set fs ; /* used with fixed-rate flows */ member in struct:dn_pipe
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/i386/
H A Dthread_status.h308 unsigned int fs; member in struct:x86_saved_state32_from_kernel
333 unsigned int fs; member in struct:x86_saved_state32
456 uint32_t fs; member in struct:x86_saved_state64
H A D_structs.h80 unsigned int fs; variable
405 __uint64_t fs; variable
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_attrlist.c44 #include <ufs/ffs/fs.h>
H A Dufs_lookup.c590 struct fs *fs; local
619 fs = ump->um_fs;
620 maxino = fs->fs_ncg * fs->fs_ipg;
H A Dufs_vnops.c492 register struct fs *fs; local
501 fs = ip->i_fs;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstatus.c120 register struct ppc_float_state *fs; local
339 fs = (struct ppc_float_state *) tstate; /* Point to destination */
344 bcopy((char *)&fsv->save_fp0, (char *)fs, 32*8); /* 32 registers */
345 fs->fpscr_pad = 0; /* Be clean and tidy */
346 if(genuser) fs->fpscr = genuser->save_fpscr; /* Set the fpscr value to general */
347 else fs->fpscr = 0; /* If no user, initialize this */
352 fs->fpregs[i] = FloatInit; /* Initial value */
354 fs->fpscr_pad = 0; /* Initial value */
355 fs->fpscr = 0; /* Initial value */
678 register struct ppc_float_state *fs; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c1225 case F_FREEZE_FS: // freeze all other fs operations for the fs of this fd
1226 case F_THAW_FS: { // thaw all frozen fs operations for the fs of this fd
1349 struct user_fsignatures fs; local
1365 error = copyin(argp, &fs, sizeof (fs));
1370 fs.fs_file_start = fs32.fs_file_start;
1371 fs.fs_blob_start = CAST_USER_ADDR_T(fs32.fs_blob_start);
1372 fs
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c172 state->fs = saved_state->fs;
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c821 off_t fs; local
937 error = vnode_size(vp, &fs, vfs_context_current());
946 file_size = fs;

Completed in 265 milliseconds

123