Home
last modified time | relevance | path

Searched refs:gprs (Results 1 – 13 of 13) sorted by relevance

/tools/testing/selftests/powerpc/tm/
Dtm-signal-context-chk-gpr.c35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
40 static long gprs[] = { variable
57 fail = (ucp->uc_mcontext.gp_regs[R14 + i] != gprs[i]); in signal_usr1()
61 R14 + i, ucp->uc_mcontext.gp_regs[R14 + i], gprs[i]); in signal_usr1()
67 fail = (tm_ucp->uc_mcontext.gp_regs[R14 + i] != gprs[NV_GPR_REGS + i]); in signal_usr1()
71 R14 + i, tm_ucp->uc_mcontext.gp_regs[R14 + i], gprs[NV_GPR_REGS + i]); in signal_usr1()
101 rc = tm_signal_self_context_load(pid, gprs, NULL, NULL, NULL); in tm_signal_context_chk_gpr()
Dtm-signal-context-chk-fpu.c35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
Dtm-signal-context-chk-vmx.c36 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
Dtm-signal-context-chk-vsx.c37 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
/tools/testing/selftests/kvm/s390x/
Dsync_regs_test.c47 REG_COMPARE(gprs[i]); in compare_regs()
140 run->s.regs.gprs[11] = 0xBAD1DEA; in main()
151 TEST_ASSERT(run->s.regs.gprs[11] == 0xBAD1DEA + 1, in main()
153 run->s.regs.gprs[11]); in main()
169 run->s.regs.gprs[11] = 0xDEADBEEF; in main()
176 TEST_ASSERT(run->s.regs.gprs[11] != 0xDEADBEEF, in main()
178 run->s.regs.gprs[11]); in main()
/tools/testing/selftests/bpf/
Dbpf_helpers.h415 #define PT_REGS_PARM1(x) (((PT_REGS_S390 *)(x))->gprs[2])
416 #define PT_REGS_PARM2(x) (((PT_REGS_S390 *)(x))->gprs[3])
417 #define PT_REGS_PARM3(x) (((PT_REGS_S390 *)(x))->gprs[4])
418 #define PT_REGS_PARM4(x) (((PT_REGS_S390 *)(x))->gprs[5])
419 #define PT_REGS_PARM5(x) (((PT_REGS_S390 *)(x))->gprs[6])
420 #define PT_REGS_RET(x) (((PT_REGS_S390 *)(x))->gprs[14])
422 #define PT_REGS_FP(x) (((PT_REGS_S390 *)(x))->gprs[11])
423 #define PT_REGS_RC(x) (((PT_REGS_S390 *)(x))->gprs[2])
424 #define PT_REGS_SP(x) (((PT_REGS_S390 *)(x))->gprs[15])
/tools/perf/arch/s390/util/
Ddwarf-regs.c43 return offsetof(user_pt_regs, gprs) + 8 * gpr; in regs_query_register_offset()
/tools/arch/s390/include/uapi/asm/
Dptrace.h284 unsigned long gprs[NUM_GPRS]; member
296 unsigned long gprs[NUM_GPRS]; member
442 unsigned long gprs[NUM_GPRS]; member
Dkvm.h177 __u64 gprs[16]; member
246 __u64 gprs[16]; /* general purpose registers */ member
/tools/testing/selftests/kvm/lib/s390x/
Ducall.c47 memcpy(&ucall, addr_gva2hva(vm, run->s.regs.gprs[reg]), in get_ucall()
Dprocessor.c259 regs.gprs[15] = stack_vaddr + (DEFAULT_STACK_PGS * getpagesize()) - 160; in vm_vcpu_add_default()
/tools/include/uapi/linux/
Dkvm.h353 __u64 gprs[32]; member
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1601 # define SYSCALL_NUM gprs[2]
1602 # define SYSCALL_RET gprs[2]