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