Lines Matching defs:cpsr
84 static unsigned long __kprobes __check_eq(unsigned long cpsr) in __check_eq()
89 static unsigned long __kprobes __check_ne(unsigned long cpsr) in __check_ne()
94 static unsigned long __kprobes __check_cs(unsigned long cpsr) in __check_cs()
99 static unsigned long __kprobes __check_cc(unsigned long cpsr) in __check_cc()
104 static unsigned long __kprobes __check_mi(unsigned long cpsr) in __check_mi()
109 static unsigned long __kprobes __check_pl(unsigned long cpsr) in __check_pl()
114 static unsigned long __kprobes __check_vs(unsigned long cpsr) in __check_vs()
119 static unsigned long __kprobes __check_vc(unsigned long cpsr) in __check_vc()
124 static unsigned long __kprobes __check_hi(unsigned long cpsr) in __check_hi()
130 static unsigned long __kprobes __check_ls(unsigned long cpsr) in __check_ls()
136 static unsigned long __kprobes __check_ge(unsigned long cpsr) in __check_ge()
142 static unsigned long __kprobes __check_lt(unsigned long cpsr) in __check_lt()
148 static unsigned long __kprobes __check_gt(unsigned long cpsr) in __check_gt()
155 static unsigned long __kprobes __check_le(unsigned long cpsr) in __check_le()
162 static unsigned long __kprobes __check_al(unsigned long cpsr) in __check_al()