Searched refs:parse_extcontext (Results 1 – 2 of 2) sorted by relevance
225 static bool parse_extcontext(struct extctx_layout *extctx, abi_ptr frame) in parse_extcontext() function411 if (!parse_extcontext(&extctx, frame_addr + sizeof(*frame))) { in do_rt_sigreturn()
720 static int parse_extcontext(struct sigcontext __user *sc, struct extctx_layout *extctx) in parse_extcontext() function789 err = parse_extcontext(sc, &extctx); in restore_sigcontext()