Searched refs:UCONTEXT_NIA (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/copyloops/
H 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
18 #error implement UCONTEXT_NIA
25 unsigned long *ip = &UCONTEXT_NIA(uc);
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_unaligned.c22 UCONTEXT_NIA(uc) |= 3;
H A Dsigreturn_kernel.c27 UCONTEXT_NIA(uc) = sigreturn_addr;
/linux-master/tools/testing/selftests/powerpc/include/
H A Dutils.h202 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] macro
205 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] macro
208 #error implement UCONTEXT_NIA
/linux-master/tools/testing/selftests/powerpc/security/
H A Dflush_utils.c56 unsigned long *pc = &UCONTEXT_NIA(ctx);
/linux-master/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c73 unsigned long *ip = &UCONTEXT_NIA(uc);

Completed in 288 milliseconds