Home
last modified time | relevance | path

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

/linux-4.4.14/arch/hexagon/kernel/
Dptrace.c89 ONEXT(&regs->ugp, ugp); in genregs_get()
138 INEXT(&regs->ugp, ugp); in genregs_set()
Dsignal.c64 err |= __put_user(regs->ugp, &sc->sc_regs.ugp); in setup_sigcontext()
94 err |= __get_user(regs->ugp, &sc->sc_regs.ugp); in restore_sigcontext()
Dvm_events.c46 regs->gp, regs->ugp, regs->usr); in show_regs()
Dprocess.c121 childregs->ugp = childregs->r04; in copy_thread()
Dvm_entry.S54 R31 = ugp; } \
167 ugp = R31; } \
Dkgdb.c74 { "ugp", GDB_SIZEOF_REG, offsetof(struct pt_regs, ugp)},
/linux-4.4.14/arch/hexagon/include/asm/
Delf.h160 DEST.ugp = REGS->ugp; \
/linux-4.4.14/arch/hexagon/include/uapi/asm/
Duser.h54 unsigned long ugp; member
Dregisters.h58 unsigned long ugp; member
/linux-4.4.14/net/sunrpc/
Dsvcauth_unix.c486 struct unix_gid ug, *ugp; in unix_gid_parse() local
523 ugp = unix_gid_lookup(cd, uid); in unix_gid_parse()
524 if (ugp) { in unix_gid_parse()
529 &ug.h, &ugp->h, in unix_gid_parse()