Searched refs:arm_check_condition (Results 1 – 5 of 5) sorted by relevance
55 asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr) in arm_check_condition() function72 EXPORT_SYMBOL_GPL(arm_check_condition);
171 res = arm_check_condition(instr, regs->ARM_cpsr); in swp_handler()
86 bl arm_check_condition @ check the condition
14 extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
1015 int ret = arm_check_condition(cc << 28, cpsr); in test_check_cc()