Searched refs:ugp (Results 1 – 11 of 11) sorted by relevance
/linux/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 | 105 childregs->ugp = tls; in copy_thread()
|
H A D | vm_events.c | 34 regs->gp, regs->ugp, regs->usr); in show_regs()
|
H A D | vm_entry.S | 41 R31 = ugp; } \ 154 ugp = R31; } \
|
H A D | kgdb.c | 62 { "ugp", GDB_SIZEOF_REG, offsetof(struct pt_regs, ugp)},
|
/linux/arch/hexagon/include/asm/ |
H A D | elf.h | 143 DEST.ugp = REGS->ugp; \
|
/linux/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
|
/linux/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()
|
/linux/drivers/s390/crypto/ |
H A D | pkey_api.c | 303 static int pkey_ioctl_genprotk(struct pkey_genprotk __user *ugp) in pkey_ioctl_genprotk() argument 308 if (copy_from_user(&kgp, ugp, sizeof(kgp))) in pkey_ioctl_genprotk() 317 if (!rc && copy_to_user(ugp, &kgp, sizeof(kgp))) in pkey_ioctl_genprotk()
|