Home
last modified time | relevance | path

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

/Linux-v5.15/arch/hexagon/kernel/
Dptrace.c59 membuf_store(&to, regs->ugp); in genregs_get()
104 INEXT(&regs->ugp, ugp); in genregs_set()
Dsignal.c53 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()
Dprocess.c103 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-v5.15/arch/hexagon/include/asm/
Delf.h143 DEST.ugp = REGS->ugp; \
/Linux-v5.15/arch/hexagon/include/uapi/asm/
Duser.h55 unsigned long ugp; member
Dregisters.h59 unsigned long ugp; member
/Linux-v5.15/net/sunrpc/
Dsvcauth_unix.c487 struct unix_gid ug, *ugp; in unix_gid_parse() local
525 ugp = unix_gid_lookup(cd, uid); in unix_gid_parse()
526 if (ugp) { in unix_gid_parse()
531 &ug.h, &ugp->h, in unix_gid_parse()
/Linux-v5.15/drivers/s390/crypto/
Dpkey_api.c1254 struct pkey_genprotk __user *ugp = (void __user *) arg; in pkey_unlocked_ioctl() local
1257 if (copy_from_user(&kgp, ugp, sizeof(kgp))) in pkey_unlocked_ioctl()
1263 if (copy_to_user(ugp, &kgp, sizeof(kgp))) in pkey_unlocked_ioctl()