Home
last modified time | relevance | path

Searched defs:arch_hw_breakpoint (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/arch/powerpc/include/asm/
Dhw_breakpoint.h29 struct arch_hw_breakpoint { struct
30 bool extraneous_interrupt;
31 u8 len; /* length of the target data symbol */
32 int type;
33 unsigned long address;
/linux-3.3/arch/x86/include/asm/
Dhw_breakpoint.h12 struct arch_hw_breakpoint { struct
13 unsigned long address;
14 u8 len;
15 u8 type;
/linux-3.3/arch/sh/include/asm/
Dhw_breakpoint.h10 struct arch_hw_breakpoint { struct
32 void (*enable)(struct arch_hw_breakpoint *, int); argument
/linux-3.3/arch/arm/include/asm/
Dhw_breakpoint.h20 struct arch_hw_breakpoint { struct
23 struct arch_hw_breakpoint_ctrl step_ctrl; argument
24 struct arch_hw_breakpoint_ctrl ctrl; argument