Lines Matching defs:pstate
49 static bool __kprobes __check_eq(unsigned long pstate) in __check_eq()
54 static bool __kprobes __check_ne(unsigned long pstate) in __check_ne()
59 static bool __kprobes __check_cs(unsigned long pstate) in __check_cs()
64 static bool __kprobes __check_cc(unsigned long pstate) in __check_cc()
69 static bool __kprobes __check_mi(unsigned long pstate) in __check_mi()
74 static bool __kprobes __check_pl(unsigned long pstate) in __check_pl()
79 static bool __kprobes __check_vs(unsigned long pstate) in __check_vs()
84 static bool __kprobes __check_vc(unsigned long pstate) in __check_vc()
89 static bool __kprobes __check_hi(unsigned long pstate) in __check_hi()
95 static bool __kprobes __check_ls(unsigned long pstate) in __check_ls()
101 static bool __kprobes __check_ge(unsigned long pstate) in __check_ge()
107 static bool __kprobes __check_lt(unsigned long pstate) in __check_lt()
113 static bool __kprobes __check_gt(unsigned long pstate) in __check_gt()
122 static bool __kprobes __check_le(unsigned long pstate) in __check_le()
131 static bool __kprobes __check_al(unsigned long pstate) in __check_al()
312 u32 it, pstate = regs->pstate; in compat_get_it_state() local