/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | ptrace.c | 59 membuf_store(&to, regs->ugp); in genregs_get() 104 INEXT(®s->ugp, ugp); in genregs_set()
|
H A D | signal.c | 53 err |= __put_user(regs->ugp, &sc->sc_regs.ugp); in setup_sigcontext() 83 err |= __get_user(regs->ugp, &sc->sc_regs.ugp); in restore_sigcontext()
|
H A D | process.c | 100 * ugp is used to provide TLS support. in copy_thread() 103 childregs->ugp = tls; in copy_thread()
|
H A D | vm_events.c | 33 printk(KERN_EMERG "gp: \t0x%08lx ugp: 0x%08lx usr: 0x%08lx\n", in show_regs() 34 regs->gp, regs->ugp, regs->usr); in show_regs()
|
H A D | vm_entry.S | 41 R31 = ugp; } \ 154 ugp = R31; } \ define
|
H A D | kgdb.c | 62 { "ugp", GDB_SIZEOF_REG, offsetof(struct pt_regs, ugp)},
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | ptrace.c | 59 membuf_store(&to, regs->ugp); in genregs_get() 104 INEXT(®s->ugp, ugp); in genregs_set()
|
H A D | signal.c | 52 err |= __put_user(regs->ugp, &sc->sc_regs.ugp); in setup_sigcontext() 82 err |= __get_user(regs->ugp, &sc->sc_regs.ugp); in restore_sigcontext()
|
H A D | process.c | 101 * ugp is used to provide TLS support. in copy_thread() 104 childregs->ugp = tls; in copy_thread()
|
H A D | vm_events.c | 33 printk(KERN_EMERG "gp: \t0x%08lx ugp: 0x%08lx usr: 0x%08lx\n", in show_regs() 34 regs->gp, regs->ugp, regs->usr); in show_regs()
|
H A D | vm_entry.S | 41 R31 = ugp; } \ 154 ugp = R31; } \ define
|
H A D | kgdb.c | 62 { "ugp", GDB_SIZEOF_REG, offsetof(struct pt_regs, ugp)},
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
H A D | elf.h | 143 DEST.ugp = REGS->ugp; \
|
/kernel/linux/linux-6.6/arch/hexagon/include/asm/ |
H A D | elf.h | 143 DEST.ugp = REGS->ugp; \
|
/kernel/linux/linux-5.10/arch/hexagon/include/uapi/asm/ |
H A D | user.h | 55 unsigned long ugp; member
|
H A D | registers.h | 59 unsigned long ugp; member
|
/kernel/linux/linux-6.6/arch/hexagon/include/uapi/asm/ |
H A D | user.h | 55 unsigned long ugp; member
|
H A D | registers.h | 59 unsigned long ugp; member
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcauth_unix.c | 505 struct unix_gid ug, *ugp; in unix_gid_parse() local 543 ugp = unix_gid_lookup(cd, uid); in unix_gid_parse() 544 if (ugp) { in unix_gid_parse() 549 &ug.h, &ugp->h, in unix_gid_parse()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svcauth_unix.c | 498 struct unix_gid ug, *ugp; in unix_gid_parse() local 536 ugp = unix_gid_lookup(cd, uid); in unix_gid_parse() 537 if (ugp) { in unix_gid_parse() 542 &ug.h, &ugp->h, in unix_gid_parse()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | pkey_api.c | 1239 struct pkey_genprotk __user *ugp = (void __user *) arg; in pkey_unlocked_ioctl() local 1242 if (copy_from_user(&kgp, ugp, sizeof(kgp))) in pkey_unlocked_ioctl() 1248 if (copy_to_user(ugp, &kgp, sizeof(kgp))) in pkey_unlocked_ioctl()
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | pkey_api.c | 1458 struct pkey_genprotk __user *ugp = (void __user *)arg; in pkey_unlocked_ioctl() local 1461 if (copy_from_user(&kgp, ugp, sizeof(kgp))) in pkey_unlocked_ioctl() 1469 if (copy_to_user(ugp, &kgp, sizeof(kgp))) in pkey_unlocked_ioctl()
|