commit | 3e6cd394bb10c2d65322e5f5d2ff0a9074d903a1 | [log] [tgz] |
---|---|---|
author | David A. Long <dave.long@linaro.org> | Thu Mar 06 18:06:43 2014 -0500 |
committer | David A. Long <dave.long@linaro.org> | Tue Mar 18 16:39:36 2014 -0400 |
tree | 0bbc61744e1a60d9a3a823a44ae5a7c279347eda | |
parent | 87abef63ead5ac9e2c67f0c07c461eda6be16aeb [diff] |
ARM: use a function table for determining instruction interpreter action Make the instruction interpreter call back to semantic action functions through a function pointer array provided by the invoker. The interpreter decodes the instructions into groups and uses the group number to index into the supplied array. kprobes and uprobes code will each supply their own array of functions. Signed-off-by: David A. Long <dave.long@linaro.org> Acked-by: Jon Medhurst <tixy@linaro.org>