Searched refs:arm_check_condition (Results 1 – 5 of 5) sorted by relevance
52 asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr) in arm_check_condition() function69 EXPORT_SYMBOL_GPL(arm_check_condition);
166 res = arm_check_condition(instr, regs->ARM_cpsr); in swp_handler()
74 bl arm_check_condition @ check the condition
11 extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
1012 int ret = arm_check_condition(cc << 28, cpsr); in test_check_cc()
Completed in 11 milliseconds