Lines Matching defs:pstate
52 static bool __kprobes __check_eq(unsigned long pstate) in __check_eq()
57 static bool __kprobes __check_ne(unsigned long pstate) in __check_ne()
62 static bool __kprobes __check_cs(unsigned long pstate) in __check_cs()
67 static bool __kprobes __check_cc(unsigned long pstate) in __check_cc()
72 static bool __kprobes __check_mi(unsigned long pstate) in __check_mi()
77 static bool __kprobes __check_pl(unsigned long pstate) in __check_pl()
82 static bool __kprobes __check_vs(unsigned long pstate) in __check_vs()
87 static bool __kprobes __check_vc(unsigned long pstate) in __check_vc()
92 static bool __kprobes __check_hi(unsigned long pstate) in __check_hi()
98 static bool __kprobes __check_ls(unsigned long pstate) in __check_ls()
104 static bool __kprobes __check_ge(unsigned long pstate) in __check_ge()
110 static bool __kprobes __check_lt(unsigned long pstate) in __check_lt()
116 static bool __kprobes __check_gt(unsigned long pstate) in __check_gt()
125 static bool __kprobes __check_le(unsigned long pstate) in __check_le()
134 static bool __kprobes __check_al(unsigned long pstate) in __check_al()
319 u32 it, pstate = regs->pstate; in compat_get_it_state() local