Searched refs:__peek_nbyte_next (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | insn.c | 28 #define __peek_nbyte_next(t, insn, n) \ macro 35 ({ if (unlikely(!validate_next(t, insn, n))) goto err_out; __peek_nbyte_next(t, insn, n); })
|
/kernel/linux/linux-5.10/tools/arch/x86/lib/ |
H A D | insn.c | 28 #define __peek_nbyte_next(t, insn, n) \ macro 35 ({ if (unlikely(!validate_next(t, insn, n))) goto err_out; __peek_nbyte_next(t, insn, n); })
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | insn.c | 43 #define __peek_nbyte_next(t, insn, n) \ macro 50 ({ if (unlikely(!validate_next(t, insn, n))) goto err_out; __peek_nbyte_next(t, insn, n); })
|
/kernel/linux/linux-6.6/tools/arch/x86/lib/ |
H A D | insn.c | 43 #define __peek_nbyte_next(t, insn, n) \ macro 50 ({ if (unlikely(!validate_next(t, insn, n))) goto err_out; __peek_nbyte_next(t, insn, n); })
|
Completed in 4 milliseconds