Home
last modified time | relevance | path

Searched refs:PT_REGS_COUNT (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/
Dptrace32.c283 0, PT_REGS_COUNT * sizeof(compat_long_t), in compat_arch_ptrace()
289 0, PT_REGS_COUNT * sizeof(compat_long_t), in compat_arch_ptrace()
Dptrace.c2038 for (; count > 0 && pos < PT_REGS_COUNT; --count) in gpr32_get_common()
2041 for (; count > 0 && pos < PT_REGS_COUNT; --count) in gpr32_get_common()
2050 PT_REGS_COUNT * sizeof(reg), -1); in gpr32_get_common()
/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dptrace.h113 #define PT_REGS_COUNT 44 macro