Searched refs:get_instruction (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/blackfin/include/asm/
H A Dtrace.h28 extern bool get_instruction(unsigned int *val, unsigned short *address);
31 static inline bool get_instruction(unsigned int *val, unsigned short *address) { return false; } get_instruction() function
/linux-4.4.14/arch/blackfin/kernel/
H A Ddumpstack.c23 if (!get_instruction(&opcode, addr)) is_bfin_call()
H A Dtraps.c215 if (!kernel_mode_regs(fp) && get_instruction(&opcode, (unsigned short *)fp->pc)) { trap_c()
570 if (!get_instruction(&opcode, (unsigned short *)addr)) is_valid_bugaddr()
H A Dtrace.c222 bool get_instruction(unsigned int *val, unsigned short *address) get_instruction() function
625 if (!get_instruction(&opcode, address)) decode_instruction()
638 if (!get_instruction(&opcode, address + 2)) decode_instruction()
642 if (!get_instruction(&opcode, address + 3)) decode_instruction()

Completed in 123 milliseconds