Searched hist:a53d5182e24c22986ad0e99e52f8fe343ee7d7ac (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/include/asm/ |
H A D | sstep.h | diff a53d5182e24c22986ad0e99e52f8fe343ee7d7ac Wed Aug 30 06:12:39 CEST 2017 Paul Mackerras <paulus@ozlabs.org> powerpc: Separate out load/store emulation into its own function
This moves the parts of emulate_step() that deal with emulating load and store instructions into a new function called emulate_loadstore(). This is to make it possible to reuse this code in the alignment handler.
Signed-off-by: Paul Mackerras <paulus@ozlabs.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
/linux/arch/powerpc/lib/ |
H A D | sstep.c | diff a53d5182e24c22986ad0e99e52f8fe343ee7d7ac Wed Aug 30 06:12:39 CEST 2017 Paul Mackerras <paulus@ozlabs.org> powerpc: Separate out load/store emulation into its own function
This moves the parts of emulate_step() that deal with emulating load and store instructions into a new function called emulate_loadstore(). This is to make it possible to reuse this code in the alignment handler.
Signed-off-by: Paul Mackerras <paulus@ozlabs.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|