Home
last modified time | relevance | path

Searched refs:PPC_DEBUG_FEATURE_DATA_BP_RANGE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h222 #define PPC_DEBUG_FEATURE_DATA_BP_RANGE 0x0000000000000004 macro
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c50 dbginfo->features = PPC_DEBUG_FEATURE_DATA_BP_RANGE; in ppc_gethwdinfo()
H A Dptrace-adv.c70 dbginfo->features |= PPC_DEBUG_FEATURE_DATA_BP_RANGE | in ppc_gethwdinfo()
/openbmc/linux/Documentation/powerpc/
H A Dptrace.rst46 #define PPC_DEBUG_FEATURE_DATA_BP_RANGE 0x4
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c577 if (dbginfo->features & PPC_DEBUG_FEATURE_DATA_BP_RANGE) { in run_tests()