ARM: kprobes: Add emulate_rd16rn12rm0rs8_rwflags_nopc()
authorJon Medhurst <tixy@yxit.co.uk>
Fri, 10 Jun 2011 16:35:51 +0000 (17:35 +0100)
committerTixy <tixy@medhuaa1.miniserver.com>
Wed, 13 Jul 2011 17:32:50 +0000 (17:32 +0000)
commit6091dfae4f289b7316b21277c38c8cd519e47f79
tree455036871bb42eb51763bdbfc38784cd95f490dd
parente9a92859e91acaa67337b4a820040a820906ea4c
ARM: kprobes: Add emulate_rd16rn12rm0rs8_rwflags_nopc()

This is the emulation function for the instruction format used by the
ARM multiply-accumulate instructions. These don't allow use of PC so we
don't have to add special cases for this.

This function is used to replace use of prep_emulate_rd16rs8rm0_wflags
and prep_emulate_rd16rn12rs8rm0_wflags.

Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/kernel/kprobes-arm.c