Home
last modified time | relevance | path

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

/arch/blackfin/include/asm/
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; } in get_instruction() function
/arch/blackfin/kernel/
Ddumpstack.c23 if (!get_instruction(&opcode, addr)) in is_bfin_call()
Dtrace.c222 bool get_instruction(unsigned int *val, unsigned short *address) in get_instruction() function
625 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()
Dtraps.c215 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()