Searched refs:get_dr (Results 1 – 4 of 4) sorted by relevance
44 static unsigned long get_dr(int n) in get_dr() function66 dump->u_debugreg[0] = get_dr(0); in dump_thread32()67 dump->u_debugreg[1] = get_dr(1); in dump_thread32()68 dump->u_debugreg[2] = get_dr(2); in dump_thread32()69 dump->u_debugreg[3] = get_dr(3); in dump_thread32()
194 int (*get_dr)(struct x86_emulate_ctxt *ctxt, int dr, ulong *dest); member
3631 ctxt->ops->get_dr(ctxt, 7, &dr7); in check_dr7_gd()3652 ctxt->ops->get_dr(ctxt, 6, &dr6); in check_dr_read()5133 ops->get_dr(ctxt, ctxt->modrm_reg, &ctxt->dst.val); in x86_emulate_insn()
5048 .get_dr = emulator_get_dr,