Lines Matching defs:cpsr
87 static unsigned long __kprobes __check_eq(unsigned long cpsr) in __check_eq()
92 static unsigned long __kprobes __check_ne(unsigned long cpsr) in __check_ne()
97 static unsigned long __kprobes __check_cs(unsigned long cpsr) in __check_cs()
102 static unsigned long __kprobes __check_cc(unsigned long cpsr) in __check_cc()
107 static unsigned long __kprobes __check_mi(unsigned long cpsr) in __check_mi()
112 static unsigned long __kprobes __check_pl(unsigned long cpsr) in __check_pl()
117 static unsigned long __kprobes __check_vs(unsigned long cpsr) in __check_vs()
122 static unsigned long __kprobes __check_vc(unsigned long cpsr) in __check_vc()
127 static unsigned long __kprobes __check_hi(unsigned long cpsr) in __check_hi()
133 static unsigned long __kprobes __check_ls(unsigned long cpsr) in __check_ls()
139 static unsigned long __kprobes __check_ge(unsigned long cpsr) in __check_ge()
145 static unsigned long __kprobes __check_lt(unsigned long cpsr) in __check_lt()
151 static unsigned long __kprobes __check_gt(unsigned long cpsr) in __check_gt()
158 static unsigned long __kprobes __check_le(unsigned long cpsr) in __check_le()
165 static unsigned long __kprobes __check_al(unsigned long cpsr) in __check_al()