ARM: kprobes: Decode 16-bit Thumb load and store instructions
authorJon Medhurst <tixy@yxit.co.uk>
Sat, 2 Jul 2011 15:00:09 +0000 (16:00 +0100)
committerTixy <tixy@medhuaa1.miniserver.com>
Wed, 13 Jul 2011 17:32:44 +0000 (17:32 +0000)
commitf8695142820f3cb3bc97444a240eec5375a2b107
tree84f7d494f71bfa879ab501deba8487ddd1760cc5
parent3b5940e81182ff26d539dcf0ee8b2310f6965833
ARM: kprobes: Decode 16-bit Thumb load and store instructions

Most of these instructions only operate on the low registers R0-R7
so they can make use of t16_emulate_loregs_rwflags.

The instructions which use SP or PC for addressing have their own
simulation functions.

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