Searched refs:x86_get_flags (Results 1 – 2 of 2) sorted by relevance
537 if (x86_get_flags() & EFL_DF) { in act_machine_switch_pcb()538 panic("Direction flag detected: 0x%lx", x86_get_flags()); in act_machine_switch_pcb()
348 x86_get_flags(void) in x86_get_flags() function