Home
last modified time | relevance | path

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

/linux-5.19.10/arch/hexagon/kernel/
Dptrace.c59 membuf_store(&to, regs->ugp); in genregs_get()
104 INEXT(&regs->ugp, ugp); in genregs_set()
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()
Dprocess.c105 childregs->ugp = tls; in copy_thread()
Dvm_events.c34 regs->gp, regs->ugp, regs->usr); in show_regs()
Dvm_entry.S41 R31 = ugp; } \
154 ugp = R31; } \
Dkgdb.c62 { "ugp", GDB_SIZEOF_REG, offsetof(struct pt_regs, ugp)},
/linux-5.19.10/arch/hexagon/include/asm/
Delf.h143 DEST.ugp = REGS->ugp; \
/linux-5.19.10/arch/hexagon/include/uapi/asm/
Duser.h55 unsigned long ugp; member
Dregisters.h59 unsigned long ugp; member
/linux-5.19.10/net/sunrpc/
Dsvcauth_unix.c488 struct unix_gid ug, *ugp; in unix_gid_parse() local
526 ugp = unix_gid_lookup(cd, uid); in unix_gid_parse()
527 if (ugp) { in unix_gid_parse()
532 &ug.h, &ugp->h, in unix_gid_parse()
/linux-5.19.10/drivers/s390/crypto/
Dpkey_api.c1261 struct pkey_genprotk __user *ugp = (void __user *)arg; in pkey_unlocked_ioctl() local
1264 if (copy_from_user(&kgp, ugp, sizeof(kgp))) in pkey_unlocked_ioctl()
1270 if (copy_to_user(ugp, &kgp, sizeof(kgp))) in pkey_unlocked_ioctl()