Home
last modified time | relevance | path

Searched refs:arm_check_condition (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/kernel/
H A Dopcodes.c52 asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr) in arm_check_condition() function
69 EXPORT_SYMBOL_GPL(arm_check_condition);
H A Dswp_emulate.c167 res = arm_check_condition(instr, regs->ARM_cpsr); in swp_handler()
/linux/arch/arm/include/asm/
H A Dopcodes.h11 extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
/linux/arch/arm/probes/kprobes/
H A Dtest-core.c1012 int ret = arm_check_condition(cc << 28, cpsr); in test_check_cc()