Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/powerpc/
Dptrace.rst61 #define PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE 0x1
130 p.addr_mode = PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE;
140 p.addr_mode = PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE;
146 /* For PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE addr2 needs to be specified, where
/Linux-v5.4/arch/powerpc/include/uapi/asm/
Dptrace.h253 #define PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE 0x00000001 macro
/Linux-v5.4/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c77 info.addr_mode = PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE; in set_hwbreakpoint_addr()
/Linux-v5.4/arch/powerpc/kernel/
Dptrace.c2813 if (mode == PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE) in set_dac_range()
2895 if (bp_info->addr_mode == PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE) in ppc_set_hwdebug()