Searched refs:priv_op_ctxt (Results 1 – 1 of 1) sorted by relevance
/xen/xen/arch/x86/pv/ |
A D | emul-priv-op.c | 41 struct priv_op_ctxt { struct 56 static io_emul_stub_t *io_emul_stub_setup(struct priv_op_ctxt *ctxt, u8 opcode, in io_emul_stub_setup() argument 350 struct priv_op_ctxt *poc = container_of(ctxt, struct priv_op_ctxt, ctxt); in read_io() 436 struct priv_op_ctxt *poc = container_of(ctxt, struct priv_op_ctxt, ctxt); in write_io() 583 struct priv_op_ctxt *poc = container_of(ctxt, struct priv_op_ctxt, ctxt); in rep_ins() 650 struct priv_op_ctxt *poc = container_of(ctxt, struct priv_op_ctxt, ctxt); in rep_outs() 1191 const struct priv_op_ctxt *poc = in insn_fetch() 1192 container_of(ctxt, struct priv_op_ctxt, ctxt); in insn_fetch() 1246 struct priv_op_ctxt ctxt = { in pv_emulate_privileged_op()
|
Completed in 4 milliseconds