Searched refs:ugp (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/hexagon/kernel/ |
D | ptrace.c | 89 ONEXT(®s->ugp, ugp); in genregs_get() 138 INEXT(®s->ugp, ugp); in genregs_set()
|
D | signal.c | 64 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()
|
D | process.c | 121 childregs->ugp = childregs->r04; in copy_thread()
|
D | vm_events.c | 46 regs->gp, regs->ugp, regs->usr); in show_regs()
|
D | vm_entry.S | 54 R31 = ugp; } \ 167 ugp = R31; } \
|
D | kgdb.c | 74 { "ugp", GDB_SIZEOF_REG, offsetof(struct pt_regs, ugp)},
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | elf.h | 160 DEST.ugp = REGS->ugp; \
|
/linux-4.1.27/arch/hexagon/include/uapi/asm/ |
D | user.h | 54 unsigned long ugp; member
|
D | registers.h | 58 unsigned long ugp; member
|
/linux-4.1.27/net/sunrpc/ |
D | svcauth_unix.c | 486 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()
|