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

/xnu-2422.115.4/osfmk/i386/
H A DMakefile17 eflags.h \
44 INSTALL_MD_LIST = eflags.h user_ldt.h
48 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>
H A Dbsd_i386_native.c53 #include <i386/eflags.h>
H A Dphys.c83 #include <i386/eflags.h>
H A Dpcb_native.c89 #include <i386/eflags.h>
H A Dpcb.c88 #include <i386/eflags.h>
656 saved_state->efl = (ts->eflags & ~EFL_USER_CLEAR) | EFL_USER_SET;
733 ts->eflags = saved_state->efl;
1555 state->eflags = saved_state->efl;
1635 state->uts.ts32.eflags = saved_state->efl;
H A Dbsd_i386.c54 #include <i386/eflags.h>
H A Dtrap.c67 #include <i386/eflags.h>
H A Di386_lock.s42 #include <i386/eflags.h>
/xnu-2422.115.4/EXTERNAL_HEADERS/architecture/i386/
H A Dtss.h59 unsigned int eflags; member in struct:tss
/xnu-2422.115.4/osfmk/x86_64/
H A Dmachine_routines_asm.s32 #include <i386/eflags.h>
H A Dlocore.s65 #include <i386/eflags.h>
H A Didt64.s31 #include <i386/eflags.h>
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c288 int eflags; local
351 eflags = kEFDeferMask; /* defer file block allocations */
360 eflags &= ~kEFDeferMask;
500 eflags |= kEFReserveMask;
513 0, eflags, &actualBytesAdded));
3346 int eflags; local
3350 eflags = kEFAllMask | kEFNoClumpMask;
3353 eflags |= kEFReserveMask; /* keep a reserve */
3361 eflags |= kEFMetadataMask;
3381 eflags,
4866 int eflags; local
[all...]
/xnu-2422.115.4/osfmk/mach/i386/
H A Dthread_status.h74 #include <i386/eflags.h>
H A D_structs.h75 unsigned int eflags; variable
/xnu-2422.115.4/bsd/dev/i386/
H A Dunix_signal.c52 #include <i386/eflags.h>
597 tstate32->eflags = get_eflags_exportmask();
/xnu-2422.115.4/tools/lldbmacros/core/
H A Doperating_system.py174 { 'name': 'eflags', 'bitsize': 32, 'offset' :36, 'encoding': 'uint' , 'format':'hex' , 'set': 0, 'gcc' : 9, 'dwarf': 9},
194 self.eflags = 0
213 eflags = {o.eflags: #010x}
227 self.eflags, self.eip, self.cs,
/xnu-2422.115.4/bsd/net/
H A Dkpi_interface.c492 u_int32_t eflags; local
496 eflags = (*new_eflags & *mask) | (ifp->if_eflags & ~(*mask));
499 if (eflags & IFEF_AWDL) {
500 if ((eflags & IFEF_AWDL_MASK) != IFEF_AWDL_MASK)
506 } else if (eflags & IFEF_AWDL) {

Completed in 70 milliseconds