Home
last modified time | relevance | path

Searched refs:x86_get_flags (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/osfmk/i386/
H A Dpcb_native.c535 if (x86_get_flags() & EFL_DF) { in act_machine_switch_pcb()
536 panic("Direction flag detected: 0x%lx", x86_get_flags()); in act_machine_switch_pcb()
H A Dproc_reg.h348 x86_get_flags(void) in x86_get_flags() function