kernel-ark/arch
Anil S Keshavamurthy a5403183d8 [PATCH] Kprobes IA64: arch_prepare_kprobes() cleanup
arch_prepare_kprobes() was doing lots of functionality
in just one single function. This patch
attempts to clean up arch_prepare_kprobes() by moving
specific sub task to the following (new)functions
1)valid_kprobe_addr() -->> validate the given kprobe address
2)get_kprobe_inst(slot..)->> Retrives the instruction for a given slot from the bundle
3)prepare_break_inst() -->> Prepares break instruction within the bundle
	3a)update_kprobe_inst_flag()-->>Updates the internal flags, required
			for proper emulation of the instruction at later
			point in time.

Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-23 09:45:23 -07:00
..
alpha
arm
arm26
cris
frv
h8300
i386 [PATCH] kprobes: moves lock-unlock to non-arch kprobe_flush_task 2005-06-23 09:45:21 -07:00
ia64 [PATCH] Kprobes IA64: arch_prepare_kprobes() cleanup 2005-06-23 09:45:23 -07:00
m32r
m68k
m68knommu
mips
parisc
ppc
ppc64 [PATCH] Move kprobe [dis]arming into arch specific code 2005-06-23 09:45:21 -07:00
s390
sh
sh64
sparc
sparc64 [PATCH] Move kprobe [dis]arming into arch specific code 2005-06-23 09:45:21 -07:00
um
v850
x86_64 [PATCH] Move kprobe [dis]arming into arch specific code 2005-06-23 09:45:21 -07:00