Home | History | Annotate | Download | only in kdump

Lines Matching defs:emulation_ctx

162 struct emulation_ctx {
165 LIST_ENTRY(emulation_ctx) ctx_link;
173 struct emulation_ctx *current_ctx;
174 static LIST_HEAD(, emulation_ctx) emul_ctx =
177 static struct emulation_ctx *ectx_find(pid_t);
223 static struct emulation_ctx *
226 struct emulation_ctx *ctx;
260 struct emulation_ctx *ctx;
272 struct emulation_ctx *ctx;
286 static struct emulation_ctx *ctx = NULL;