Searched refs:__get_next (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/objtool/arch/x86/lib/ |
D | insn.c | 33 #define __get_next(t, insn) \ macro 40 ({ if (unlikely(!validate_next(t, insn, 0))) goto err_out; __get_next(t, insn); })
|
/Linux-v4.19/tools/perf/util/intel-pt-decoder/ |
D | insn.c | 33 #define __get_next(t, insn) \ macro 40 ({ if (unlikely(!validate_next(t, insn, 0))) goto err_out; __get_next(t, insn); })
|
/Linux-v4.19/arch/x86/lib/ |
D | insn.c | 33 #define __get_next(t, insn) \ macro 40 ({ if (unlikely(!validate_next(t, insn, 0))) goto err_out; __get_next(t, insn); })
|