Home
last modified time | relevance | path

Searched refs:gprs (Results 101 - 125 of 177) sorted by relevance

12345678

/third_party/elfutils/backends/
H A Ds390_initreg.c64 dwarf_regs[u] = user_regs.regs.gprs[u]; in s390_set_initial_registers_tid()
/third_party/mesa3d/src/intel/common/
H A Dmi_builder.h136 uint32_t gprs;
154 b->gprs = 0;
218 unsigned gpr = ffs(~b->gprs) - 1; in mi_new_gpr()
221 b->gprs |= (1u << gpr); in mi_new_gpr()
248 assert(b->gprs & (1u << gpr)); in mi_value_ref()
268 assert(b->gprs & (1u << gpr)); in mi_value_unref()
271 b->gprs &= ~(1u << gpr); in mi_value_unref()
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dvfio_ap_ops.c289 apqn = vcpu->run->s.regs.gprs[0] & 0xffff; in handle_pqap()
301 status = vcpu->run->s.regs.gprs[1]; in handle_pqap()
306 vcpu->run->s.regs.gprs[2]); in handle_pqap()
311 memcpy(&vcpu->run->s.regs.gprs[1], &qstatus, sizeof(qstatus)); in handle_pqap()
312 vcpu->run->s.regs.gprs[1] >>= 32; in handle_pqap()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dkprobes.c250 ri->ret_addr = (kprobe_opcode_t *) regs->gprs[14]; in arch_prepare_kretprobe()
254 regs->gprs[14] = (unsigned long) &kretprobe_trampoline; in arch_prepare_kretprobe()
390 regs->gprs[reg] += (unsigned long) p->addr - in resume_execution()
H A Dnmi.c308 (struct kvm_s390_sie_block *) regs->gprs[14]; in s390_backup_mcck_info()
461 *((long *)(regs->gprs[15] + __SF_SIE_REASON)) = -EINTR; in s390_do_machine_check()
H A Dasm-offsets.c45 OFFSET(__PT_GPRS, pt_regs, gprs); in main()
55 OFFSET(__SF_GPRS, stack_frame, gprs); in main()
H A Dcompat_linux.h44 __u32 gprs[__NUM_GPRS]; member
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H A Dloongarch.c731 vcpu->arch.gprs[REG_A0] = vcpu->run->hypercall.ret; in kvm_arch_vcpu_ioctl_run()
1905 vcpu->arch.gprs[i], in kvm_arch_vcpu_dump_regs()
1906 vcpu->arch.gprs[i + 1], in kvm_arch_vcpu_dump_regs()
1907 vcpu->arch.gprs[i + 2], vcpu->arch.gprs[i + 3]); in kvm_arch_vcpu_dump_regs()
1926 for (i = 1; i < ARRAY_SIZE(vcpu->arch.gprs); i++) in kvm_arch_vcpu_ioctl_set_regs()
1927 vcpu->arch.gprs[i] = regs->gpr[i]; in kvm_arch_vcpu_ioctl_set_regs()
1928 vcpu->arch.gprs[0] = 0; /* zero is special, and cannot be set. */ in kvm_arch_vcpu_ioctl_set_regs()
1941 for (i = 0; i < ARRAY_SIZE(vcpu->arch.gprs); i++) in kvm_arch_vcpu_ioctl_get_regs()
1942 regs->gpr[i] = vcpu->arch.gprs[ in kvm_arch_vcpu_ioctl_get_regs()
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dperf_event.h79 (regs)->gprs[15] = (unsigned long)__builtin_frame_address(0) - \
H A Delf.h195 _r->gprs[14] = 0; \
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-fpu.c35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
H A Dtm-signal-context-chk-vsx.c37 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
H A Dtm-signal-context-chk-vmx.c36 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dperf_event.h77 (regs)->gprs[15] = (unsigned long)__builtin_frame_address(0) - \
H A Dcompat.h56 u32 gprs[NUM_GPRS]; member
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-fpu.c35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
H A Dtm-signal-context-chk-vsx.c37 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
H A Dtm-signal-context-chk-vmx.c36 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
/third_party/musl/arch/s390x/bits/
H A Dsignal.h41 unsigned long gprs[16]; member
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/s390x/
H A Dprocessor.c201 regs.gprs[15] = stack_vaddr + (DEFAULT_STACK_PGS * getpagesize()) - 160; in vm_vcpu_add_default()
228 regs.gprs[i + 2] = va_arg(ap, uint64_t); in vcpu_args_set()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dnmi.c342 struct kvm_s390_sie_block *sie_block = phys_to_virt(regs->gprs[14]); in s390_backup_mcck_info()
495 *((long *)(regs->gprs[15] + __SF_SIE_REASON)) = -EINTR; in s390_do_machine_check()
H A Dcompat_linux.h37 __u32 gprs[__NUM_GPRS]; member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h657 uint32_t gprs[4]; in __this_cpu_has() local
660 &gprs[KVM_CPUID_EAX], &gprs[KVM_CPUID_EBX], in __this_cpu_has()
661 &gprs[KVM_CPUID_ECX], &gprs[KVM_CPUID_EDX]); in __this_cpu_has()
663 return (gprs[reg] & GENMASK(hi, lo)) >> lo; in __this_cpu_has()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c439 unsigned gprs; in si_build_wrapper_function() local
470 gprs = 0; in si_build_wrapper_function()
471 while (gprs < num_sgprs + num_vgprs) { in si_build_wrapper_function()
498 ac_add_arg(&ctx->args, gprs < num_sgprs ? AC_ARG_SGPR : AC_ARG_VGPR, size, arg_type, NULL); in si_build_wrapper_function()
500 assert(ac_is_sgpr_param(param) == (gprs < num_sgprs)); in si_build_wrapper_function()
501 assert(gprs + size <= num_sgprs + num_vgprs && in si_build_wrapper_function()
502 (gprs >= num_sgprs || gprs + size <= num_sgprs)); in si_build_wrapper_function()
504 gprs += size; in si_build_wrapper_function()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/s390x/
H A Ddebug_test.c33 regs.gprs[2] = -1; in test_step_int_1()

Completed in 18 milliseconds

12345678