Home
last modified time | relevance | path

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

12

/external/u-boot/arch/x86/include/asm/
Dmsr.h170 u32 gprs[8] = { 0 }; in rdmsrl_amd_safe() local
173 gprs[1] = msr; in rdmsrl_amd_safe()
174 gprs[7] = 0x9c5a203a; in rdmsrl_amd_safe()
176 err = native_rdmsr_safe_regs(gprs); in rdmsrl_amd_safe()
178 *p = gprs[0] | ((u64)gprs[2] << 32); in rdmsrl_amd_safe()
185 u32 gprs[8] = { 0 }; in wrmsrl_amd_safe() local
187 gprs[0] = (u32)val; in wrmsrl_amd_safe()
188 gprs[1] = msr; in wrmsrl_amd_safe()
189 gprs[2] = val >> 32; in wrmsrl_amd_safe()
190 gprs[7] = 0x9c5a203a; in wrmsrl_amd_safe()
[all …]
/external/strace/linux/s390/
Dget_syscall_args.c10 tcp->u_arg[1] = ARCH_REGSET.gprs[3]; in get_syscall_args()
11 tcp->u_arg[2] = ARCH_REGSET.gprs[4]; in get_syscall_args()
12 tcp->u_arg[3] = ARCH_REGSET.gprs[5]; in get_syscall_args()
13 tcp->u_arg[4] = ARCH_REGSET.gprs[6]; in get_syscall_args()
14 tcp->u_arg[5] = ARCH_REGSET.gprs[7]; in get_syscall_args()
Dget_scno.c9 tcp->scno = ARCH_REGSET.gprs[2] ? in arch_get_scno()
10 ARCH_REGSET.gprs[2] : ARCH_REGSET.gprs[1]; in arch_get_scno()
Dget_error.c10 if (check_errno && is_negated_errno(ARCH_REGSET.gprs[2])) { in get_error()
12 tcp->u_error = -ARCH_REGSET.gprs[2]; in get_error()
14 tcp->u_rval = ARCH_REGSET.gprs[2]; in get_error()
Dset_error.c8 ARCH_REGSET.gprs[2] = -tcp->u_error; in arch_set_error()
15 ARCH_REGSET.gprs[2] = tcp->u_rval; in arch_set_success()
Darch_regs.c3 unsigned long *const s390_frame_ptr = &s390_regset.gprs[15];
Dset_scno.c8 ARCH_REGSET.gprs[2] = scno; in arch_set_scno()
/external/elfutils/backends/
Ds390_unwind.c90 Dwarf_Word gprs[16]; in s390_unwind() local
93 if (! readfunc (sigreg_ptr, &gprs[i], arg)) in s390_unwind()
127 Dwarf_Word val_low = gprs[i]; in s390_unwind()
129 gprs[i] = val; in s390_unwind()
133 if (! setfunc (0, 16, gprs, arg)) in s390_unwind()
Ds390_initreg.c64 dwarf_regs[u] = user_regs.regs.gprs[u]; in s390_set_initial_registers_tid()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_helpers.h279 #define PT_REGS_PARM1(x) ((x)->gprs[2])
280 #define PT_REGS_PARM2(x) ((x)->gprs[3])
281 #define PT_REGS_PARM3(x) ((x)->gprs[4])
282 #define PT_REGS_PARM4(x) ((x)->gprs[5])
283 #define PT_REGS_PARM5(x) ((x)->gprs[6])
284 #define PT_REGS_RET(x) ((x)->gprs[14])
285 #define PT_REGS_FP(x) ((x)->gprs[11]) /* Works only with CONFIG_FRAME_POINTER */
286 #define PT_REGS_RC(x) ((x)->gprs[2])
287 #define PT_REGS_SP(x) ((x)->gprs[15])
/external/strace/linux/s390x/
Darch_regs.c9 uint32_t gprs[NUM_GPRS]; member
23 uint32_t *const s390_frame_ptr = &s390_regset.gprs[15];
24 unsigned long *const s390x_frame_ptr = &s390x_regset.gprs[15];
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-signal-context-chk-gpr.c38 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
Dtm-signal-context-chk-fpu.c38 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
Dtm-signal-context-chk-vmx.c39 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
Dtm-signal-context-chk-vsx.c39 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
/external/clang/lib/Headers/
Dhtmintrin.h160 unsigned long long gprs[16]; /* 128 */ member
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nvc0.cpp244 const unsigned int gprs = (chipset >= NVISA_GK20A_CHIPSET) ? 255 : 63; in getFileSize() local
248 case FILE_GPR: return MIN2(gprs, smregs / threads); in getFileSize()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc487 #define REG_SP gprs[15]
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dlinux64_closure.S85 # We need to allocate one here and use it to pass gprs to
/external/libffi/src/powerpc/
Dlinux64_closure.S85 # We need to allocate one here and use it to pass gprs to
Dlinux64_closure.S.orig85 # We need to allocate one here and use it to pass gprs to
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c6469 unsigned gprs; in si_build_wrapper_function() local
6501 gprs = 0; in si_build_wrapper_function()
6502 while (gprs < num_sgprs + num_vgprs) { in si_build_wrapper_function()
6507 add_arg(&fninfo, gprs < num_sgprs ? ARG_SGPR : ARG_VGPR, type); in si_build_wrapper_function()
6509 assert(ac_is_sgpr_param(param) == (gprs < num_sgprs)); in si_build_wrapper_function()
6510 assert(gprs + size <= num_sgprs + num_vgprs && in si_build_wrapper_function()
6511 (gprs >= num_sgprs || gprs + size <= num_sgprs)); in si_build_wrapper_function()
6513 gprs += size; in si_build_wrapper_function()
/external/seccomp-tests/linux/
Dseccomp_bpf.c1243 # define SYSCALL_NUM gprs[2]
1244 # define SYSCALL_RET gprs[2]
/external/kernel-headers/original/uapi/linux/
Dkvm.h351 __u64 gprs[32]; member
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1558 # define SYSCALL_NUM gprs[2]
1559 # define SYSCALL_RET gprs[2]

12