Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c166 res = arm_check_condition(instr, regs->ARM_cpsr); in swp_handler()
/OK3568_Linux_fs/kernel/arch/arm/nwfpe/
H A Dentry.S74 bl arm_check_condition @ check the condition
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dopcodes.h11 extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dopcodes.h12 extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
/OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/
H A Dtest-core.c1012 int ret = arm_check_condition(cc << 28, cpsr); in test_check_cc()