Searched refs:poe_ctx (Results 1 – 3 of 3) sorted by relevance
42 struct poe_context *poe_ctx; in poe_present() local55 poe_ctx = (struct poe_context *) in poe_present()58 in_sigframe = poe_ctx != NULL; in poe_present()70 if (have_poe && poe_ctx) { in poe_present()71 if (poe_ctx->por_el0 != orig_poe) { in poe_present()73 poe_ctx->por_el0, orig_poe); in poe_present()
132 struct poe_context *poe_ctx = in aarch64_write_signal_pkey() local135 if (poe_ctx) in aarch64_write_signal_pkey()136 poe_ctx->por_el0 = pkey; in aarch64_write_signal_pkey()
1158 struct poe_context __user *poe_ctx = in setup_sigframe() local1161 err |= preserve_poe_context(poe_ctx, ua_state); in setup_sigframe()