Searched refs:arm_check_condition (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/arm/kernel/
H A Dopcodes.c55 asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr) arm_check_condition() function
72 EXPORT_SYMBOL_GPL(arm_check_condition); variable
H A Dswp_emulate.c178 res = arm_check_condition(instr, regs->ARM_cpsr); swp_handler()
/linux-4.1.27/arch/arm64/kernel/
H A Darmv8_deprecated.c379 switch (arm_check_condition(instr, regs->pstate)) { swp_handler()
460 switch (arm_check_condition(instr, regs->pstate)) { cp15barrier_handler()
/linux-4.1.27/arch/arm/nwfpe/
H A Dentry.S86 bl arm_check_condition @ check the condition
/linux-4.1.27/arch/arm/include/asm/
H A Dopcodes.h14 extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
/linux-4.1.27/arch/arm/kvm/
H A Demulate.c205 return arm_check_condition(insn, cpsr) != ARM_OPCODE_CONDTEST_FAIL; kvm_condition_valid()
/linux-4.1.27/arch/arm/probes/kprobes/
H A Dtest-core.c1065 int ret = arm_check_condition(cc << 28, cpsr); test_check_cc()

Completed in 414 milliseconds