Home
last modified time | relevance | path

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

/Linux-v4.19/arch/hexagon/kernel/
Dptrace.c88 ONEXT(&regs->ugp, ugp); in genregs_get()
137 INEXT(&regs->ugp, ugp); in genregs_set()
Dsignal.c66 err |= __put_user(regs->ugp, &sc->sc_regs.ugp); in setup_sigcontext()
96 err |= __get_user(regs->ugp, &sc->sc_regs.ugp); in restore_sigcontext()
Dvm_events.c47 regs->gp, regs->ugp, regs->usr); in show_regs()
Dprocess.c116 childregs->ugp = childregs->r04; in copy_thread()
Dvm_entry.S54 R31 = ugp; } \
167 ugp = R31; } \
Dkgdb.c75 { "ugp", GDB_SIZEOF_REG, offsetof(struct pt_regs, ugp)},
/Linux-v4.19/arch/hexagon/include/asm/
Delf.h160 DEST.ugp = REGS->ugp; \
/Linux-v4.19/arch/hexagon/include/uapi/asm/
Duser.h55 unsigned long ugp; member
Dregisters.h59 unsigned long ugp; member
/Linux-v4.19/net/sunrpc/
Dsvcauth_unix.c486 struct unix_gid ug, *ugp; in unix_gid_parse() local
524 ugp = unix_gid_lookup(cd, uid); in unix_gid_parse()
525 if (ugp) { in unix_gid_parse()
530 &ug.h, &ugp->h, in unix_gid_parse()