Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/copyloops/
A 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/tools/testing/selftests/powerpc/include/
A Dutils.h139 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] macro
142 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] macro

Completed in 6 milliseconds