Searched refs:acrs (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | access-regs.h | 16 static inline void save_access_regs(unsigned int *acrs) in save_access_regs() argument 18 struct access_regs *regs = (struct access_regs *)acrs; in save_access_regs() 27 static inline void restore_access_regs(unsigned int *acrs) in restore_access_regs() argument 29 struct access_regs *regs = (struct access_regs *)acrs; in restore_access_regs()
|
| H A D | processor.h | 172 unsigned int acrs[NUM_ACRS]; member
|
| /linux/arch/s390/kernel/ |
| H A D | ptrace.c | 205 if (addr < offsetof(struct user, regs.acrs)) { in __peek_user() 220 offset = addr - offsetof(struct user, regs.acrs); in __peek_user() 226 if (addr == offsetof(struct user, regs.acrs[15])) in __peek_user() 227 tmp = ((unsigned long) child->thread.acrs[15]) << 32; in __peek_user() 229 tmp = *(addr_t *)((addr_t) &child->thread.acrs + offset); in __peek_user() 280 if (addr >= offsetof(struct user, regs.acrs) && in peek_user() 328 if (addr < offsetof(struct user, regs.acrs)) { in __poke_user() 359 offset = addr - offsetof(struct user, regs.acrs); in __poke_user() 366 if (addr == offsetof(struct user, regs.acrs[15])) in __poke_user() 367 child->thread.acrs[15] = (unsigned int) (data >> 32); in __poke_user() [all …]
|
| H A D | crash_dump.c | 47 u32 acrs[16]; member 95 memcpy(&sa->acrs, &lc->access_regs_save_area, sizeof(sa->acrs)); in save_area_add_regs() 305 memcpy(&nt_prstatus.pr_reg.acrs, sa->acrs, sizeof(sa->acrs)); in fill_cpu_elf_notes()
|
| /linux/arch/s390/kvm/ |
| H A D | kvm-s390.c | 4025 memset(®s->acrs, 0, sizeof(regs->acrs)); in kvm_arch_vcpu_ioctl_clear_reset() 4053 memcpy(&vcpu->run->s.regs.acrs, &sregs->acrs, sizeof(sregs->acrs)); in kvm_arch_vcpu_ioctl_set_sregs() 4065 memcpy(&sregs->acrs, &vcpu->run->s.regs.acrs, sizeof(sregs->acrs)); in kvm_arch_vcpu_ioctl_get_sregs() 4846 restore_access_regs(vcpu->run->s.regs.acrs); in sync_regs() 4907 save_access_regs(vcpu->run->s.regs.acrs); in store_regs() 5047 &vcpu->run->s.regs.acrs, 64); in kvm_s390_store_status_unloaded() 5061 save_access_regs(vcpu->run->s.regs.acrs); in kvm_s390_vcpu_store_status()
|
| H A D | interrupt.c | 534 save_access_regs(vcpu->run->s.regs.acrs); in __write_machine_check() 606 &vcpu->run->s.regs.acrs, 64); in __write_machine_check()
|