Searched refs:get_instruction (Results 1 – 4 of 4) sorted by relevance
28 extern bool get_instruction(unsigned int *val, unsigned short *address);31 static inline bool get_instruction(unsigned int *val, unsigned short *address) { return false; } in get_instruction() function
23 if (!get_instruction(&opcode, addr)) in is_bfin_call()
222 bool get_instruction(unsigned int *val, unsigned short *address) in get_instruction() function625 if (!get_instruction(&opcode, address)) in decode_instruction()638 if (!get_instruction(&opcode, address + 2)) in decode_instruction()642 if (!get_instruction(&opcode, address + 3)) in decode_instruction()
215 if (!kernel_mode_regs(fp) && get_instruction(&opcode, (unsigned short *)fp->pc)) { in trap_c()570 if (!get_instruction(&opcode, (unsigned short *)addr)) in is_valid_bugaddr()