Searched refs:x86_save_flags (Results 1 – 3 of 3) sorted by relevance
56 *statep = x86_save_flags(); in arch_interrupt_save()
535 static inline x86_flags_t x86_save_flags(void) { in x86_save_flags() function
89 uint32_t flags = x86_save_flags(); in x86_cpu_detect()91 if (x86_save_flags() & X86_FLAGS_AC) { in x86_cpu_detect()96 if (x86_save_flags() & X86_FLAGS_ID) { in x86_cpu_detect()
Completed in 8 milliseconds