Home
last modified time | relevance | path

Searched defs:UCONTEXT_NIA (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/testing/selftests/powerpc/copyloops/
Dexc_validate.c14 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] macro
16 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] macro
/linux-5.19.10/tools/testing/selftests/powerpc/include/
Dutils.h144 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] macro
147 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] macro