Searched refs:has_eflag (Results 1 – 3 of 3) sorted by relevance
19 bool has_eflag(unsigned long mask);21 static inline bool has_eflag(unsigned long mask) { return true; } in has_eflag() function
37 bool has_eflag(unsigned long mask) in has_eflag() function81 if (has_eflag(X86_EFLAGS_ID)) { in get_cpuflags()
119 if (has_eflag(X86_EFLAGS_AC)) in check_cpu()