Home
last modified time | relevance | path

Searched defs:UC (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/testing/selftests/powerpc/copyloops/
Dexc_validate.c14 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] argument
16 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] argument
/Linux-v4.19/tools/testing/selftests/powerpc/primitives/
Dload_unaligned_zeropad.c69 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] argument
71 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] argument
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_qp.c284 enum { RC, UC, UD, RD, RDEE, MLX, NUM_TRANS }; enumerator