Searched refs:acrs (Results 1 – 5 of 5) 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()
|
| /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/tools/testing/selftests/kvm/s390/ |
| H A D | resets.c | 96 TEST_ASSERT(!memcmp(&sregs.acrs, regs_null, sizeof(sregs.acrs)), "acrs == 0"); in assert_clear() 105 TEST_ASSERT(!memcmp(sync_regs->acrs, regs_null, sizeof(sync_regs->acrs)), in assert_clear() 126 TEST_ASSERT(sync_regs->acrs[9] == 1, "ar9 == 1 (sync_regs)"); in assert_initial_noclear()
|
| /linux/tools/arch/s390/include/uapi/asm/ |
| H A D | kvm.h | 514 __u32 acrs[16]; member 581 __u32 acrs[16]; /* access registers */ member
|