Home
last modified time | relevance | path

Searched refs:BREAKINST_ARM (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/arm/kernel/
Dptrace.c38 #define BREAKINST_ARM 0xef9f0001 macro
349 u32 new_insn = BREAKINST_ARM; in add_breakpoint()
385 if (ret != 4 || old_insn.arm != BREAKINST_ARM) in clear_breakpoint()