Searched refs:eflags (Results 1 - 25 of 26) sorted by relevance

12

/darwin-on-arm/xnu/osfmk/i386/
H A DMakefile18 eflags.h \
45 INSTALL_MD_LIST = eflags.h user_ldt.h
49 INSTALL_KF_MD_LIST = asm.h cpuid.h eflags.h locks.h machine_routines.h proc_reg.h vmx.h
H A Dtss.h79 uint32_t eflags; member in struct:i386_tss
H A Dthread.h79 #include <i386/eflags.h>
H A Dtrap_native.c64 #include <i386/eflags.h>
171 my_ktss->eflags, my_ktss->eip, virtualized ? " VMM" : "");
H A Dbsd_i386_native.c53 #include <i386/eflags.h>
H A Dmachine_routines_asm.s31 #include <i386/eflags.h>
H A Dphys.c83 #include <i386/eflags.h>
H A Dlocore.s65 #include <i386/eflags.h>
H A Dpcb.c88 #include <i386/eflags.h>
662 saved_state->efl = (ts->eflags & ~EFL_USER_CLEAR) | EFL_USER_SET;
739 ts->eflags = saved_state->efl;
1561 state->eflags = saved_state->efl;
1641 state->uts.ts32.eflags = saved_state->efl;
H A Dbsd_i386.c54 #include <i386/eflags.h>
H A Dpcb_native.c89 #include <i386/eflags.h>
H A Didt.s60 #include <i386/eflags.h>
499 * eflags
696 addl $12,%esp /* remove eip/cs/eflags from debug_trap */
701 addl $12,%esp /* remove eip/cs/eflags from debug_trap */
706 addl $12,%esp /* remove eip/cs/eflags from debug_trap */
713 * We have to switch to pcb stack and copy eflags.
716 * that eflags (containing the trap bit) is set atomically.
726 pushl %ss:4(%ecx) /* eflags */
748 * 16 eflags
791 * 28 user eflags
[all...]
H A Dtrap.c67 #include <i386/eflags.h>
H A Di386_lock.s42 #include <i386/eflags.h>
H A Didt64.s31 #include <i386/eflags.h>
451 * eflags
1042 * We have to switch to pcb stack and copy eflags.
/darwin-on-arm/xnu/EXTERNAL_HEADERS/architecture/i386/
H A Dtss.h59 unsigned int eflags; member in struct:tss
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c166 state->eflags = saved_state->efl;
192 saved_state->efl = state->eflags;
194 saved_state->frame.eflags &= ~( EFL_VM | EFL_NT | EFL_IOPL | EFL_CLR );
195 saved_state->frame.eflags |= ( EFL_IF | EFL_SET );
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dlocore.s65 #include <i386/eflags.h>
H A Dmachine_routines_asm.s32 #include <i386/eflags.h>
H A Didt64.s30 #include <i386/eflags.h>
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c284 int eflags; local
348 eflags = kEFDeferMask; /* defer file block allocations */
357 eflags &= ~kEFDeferMask;
492 eflags |= kEFReserveMask;
505 0, eflags, &actualBytesAdded));
2905 int eflags; local
2909 eflags = kEFAllMask | kEFNoClumpMask;
2912 eflags |= kEFReserveMask; /* keep a reserve */
2920 eflags |= kEFMetadataMask;
2940 eflags,
4385 int eflags; local
[all...]
/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dthread_status.h75 #include <i386/eflags.h>
H A D_structs.h75 unsigned int eflags; variable
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c52 #include <i386/eflags.h>
597 tstate32->eflags = get_eflags_exportmask();
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.c432 u_int32_t eflags; local
436 eflags = (*new_eflags & *mask) | (ifp->if_eflags & ~(*mask));
439 if (eflags & IFEF_AWDL) {
440 if ((eflags & IFEF_AWDL_MASK) != IFEF_AWDL_MASK)
446 } else if (eflags & IFEF_AWDL) {

Completed in 74 milliseconds

12