Searched defs:ppc_hw_breakpoint (Results 1 – 1 of 1) sorted by relevance
219 struct ppc_hw_breakpoint { struct220 __u32 version; /* currently, version must be 1 */221 __u32 trigger_type; /* only some combinations allowed */222 __u32 addr_mode; /* address match mode */223 __u32 condition_mode; /* break/watchpoint condition flags */224 __u64 addr; /* break/watchpoint address */225 __u64 addr2; /* range end or mask */226 __u64 condition_value; /* contents of the DVC register */