Home
last modified time | relevance | path

Searched refs:ugp (Results 1 – 11 of 11) sorted by relevance

/linux/arch/hexagon/kernel/
H A Dptrace.c59 membuf_store(&to, regs->ugp); in genregs_get()
104 INEXT(&regs->ugp, ugp); in genregs_set()
H A Dsignal.c52 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 Dprocess.c105 childregs->ugp = tls; in copy_thread()
H A Dvm_events.c34 regs->gp, regs->ugp, regs->usr); in show_regs()
H A Dvm_entry.S41 R31 = ugp; } \
154 ugp = R31; } \
H A Dkgdb.c62 { "ugp", GDB_SIZEOF_REG, offsetof(struct pt_regs, ugp)},
/linux/arch/hexagon/include/asm/
H A Delf.h143 DEST.ugp = REGS->ugp; \
/linux/arch/hexagon/include/uapi/asm/
H A Duser.h55 unsigned long ugp; member
H A Dregisters.h59 unsigned long ugp; member
/linux/net/sunrpc/
H A Dsvcauth_unix.c498 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 Dpkey_api.c1458 struct pkey_genprotk __user *ugp = (void __user *)arg; in pkey_unlocked_ioctl()
1461 if (copy_from_user(&kgp, ugp, sizeof(kgp))) in pkey_unlocked_ioctl()
1467 if (!rc && copy_to_user(ugp, &kgp, sizeof(kgp))) in pkey_unlocked_ioctl()
1466 struct pkey_genprotk __user *ugp = (void __user *)arg; pkey_unlocked_ioctl() local