Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/uapi/asm/
Dptrace.h229 struct ppc_hw_breakpoint { struct
230 __u32 version; /* currently, version must be 1 */
231 __u32 trigger_type; /* only some combinations allowed */
232 __u32 addr_mode; /* address match mode */
233 __u32 condition_mode; /* break/watchpoint condition flags */
234 __u64 addr; /* break/watchpoint address */
235 __u64 addr2; /* range end or mask */
236 __u64 condition_value; /* contents of the DVC register */