Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/powerpc/
Dptrace.txt56 #define PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE 0x1
125 p.addr_mode = PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE;
135 p.addr_mode = PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE;
141 /* For PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE addr2 needs to be specified, where
/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dptrace.h244 #define PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE 0x00000001 macro
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c77 info.addr_mode = PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE; in set_hwbreakpoint_addr()
/Linux-v4.19/arch/powerpc/kernel/
Dptrace.c2800 if (mode == PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE) in set_dac_range()
2882 if (bp_info->addr_mode == PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE) in ppc_set_hwdebug()