/external/u-boot/arch/x86/include/asm/ |
D | msr.h | 170 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/ |
D | get_syscall_args.c | 10 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()
|
D | get_scno.c | 9 tcp->scno = ARCH_REGSET.gprs[2] ? in arch_get_scno() 10 ARCH_REGSET.gprs[2] : ARCH_REGSET.gprs[1]; in arch_get_scno()
|
D | get_error.c | 10 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()
|
D | set_error.c | 8 ARCH_REGSET.gprs[2] = -tcp->u_error; in arch_set_error() 15 ARCH_REGSET.gprs[2] = tcp->u_rval; in arch_set_success()
|
D | arch_regs.c | 3 unsigned long *const s390_frame_ptr = &s390_regset.gprs[15];
|
D | set_scno.c | 8 ARCH_REGSET.gprs[2] = scno; in arch_set_scno()
|
/external/elfutils/backends/ |
D | s390_unwind.c | 90 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()
|
D | s390_initreg.c | 64 dwarf_regs[u] = user_regs.regs.gprs[u]; in s390_set_initial_registers_tid()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | bpf_helpers.h | 279 #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/ |
D | arch_regs.c | 9 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/ |
D | tm-signal-context-chk-gpr.c | 38 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
|
D | tm-signal-context-chk-fpu.c | 38 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
|
D | tm-signal-context-chk-vmx.c | 39 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
|
D | tm-signal-context-chk-vsx.c | 39 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
|
/external/clang/lib/Headers/ |
D | htmintrin.h | 160 unsigned long long gprs[16]; /* 128 */ member
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 244 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/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 487 #define REG_SP gprs[15]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | linux64_closure.S | 85 # We need to allocate one here and use it to pass gprs to
|
/external/libffi/src/powerpc/ |
D | linux64_closure.S | 85 # We need to allocate one here and use it to pass gprs to
|
D | linux64_closure.S.orig | 85 # We need to allocate one here and use it to pass gprs to
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 6469 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/ |
D | seccomp_bpf.c | 1243 # define SYSCALL_NUM gprs[2] 1244 # define SYSCALL_RET gprs[2]
|
/external/kernel-headers/original/uapi/linux/ |
D | kvm.h | 351 __u64 gprs[32]; member
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1558 # define SYSCALL_NUM gprs[2] 1559 # define SYSCALL_RET gprs[2]
|