Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/kernel/
Dopcodes.c55 asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr) in arm_check_condition() function
72 EXPORT_SYMBOL_GPL(arm_check_condition);
Dswp_emulate.c171 res = arm_check_condition(instr, regs->ARM_cpsr); in swp_handler()
/Linux-v4.19/arch/arm/nwfpe/
Dentry.S86 bl arm_check_condition @ check the condition
/Linux-v4.19/arch/arm/include/asm/
Dopcodes.h14 extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
/Linux-v4.19/arch/arm/probes/kprobes/
Dtest-core.c1015 int ret = arm_check_condition(cc << 28, cpsr); in test_check_cc()