Re: [PATCH v8 2/7] arm64: Add more test functions to insn.c

2015-08-12 Thread David Long
On 08/11/15 14:00, Will Deacon wrote: On Tue, Aug 11, 2015 at 01:52:39AM +0100, David Long wrote: From: "David A. Long" Certain instructions are hard to execute correctly out-of-line (as in kprobes). Test functions are added to insn.[hc] to identify these. The instructions include any that u

Re: [PATCH v8 2/7] arm64: Add more test functions to insn.c

2015-08-11 Thread Will Deacon
On Tue, Aug 11, 2015 at 01:52:39AM +0100, David Long wrote: > From: "David A. Long" > > Certain instructions are hard to execute correctly out-of-line (as in > kprobes). Test functions are added to insn.[hc] to identify these. The > instructions include any that use PC-relative addressing, chan

[PATCH v8 2/7] arm64: Add more test functions to insn.c

2015-08-10 Thread David Long
From: "David A. Long" Certain instructions are hard to execute correctly out-of-line (as in kprobes). Test functions are added to insn.[hc] to identify these. The instructions include any that use PC-relative addressing, change the PC, or change interrupt masking. For efficiency and simplicity