Searched refs:get_dr (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/ia32/ |
D | ia32_aout.c | 44 static unsigned long get_dr(int n) in get_dr() function 66 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()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_emulate.h | 204 int (*get_dr)(struct x86_emulate_ctxt *ctxt, int dr, ulong *dest); member
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 3235 ops->get_dr(ctxt, 7, &dr7); in emulator_do_task_switch() 3932 ctxt->ops->get_dr(ctxt, 7, &dr7); in check_dr7_gd() 3953 ctxt->ops->get_dr(ctxt, 6, &dr6); in check_dr_read() 5435 ops->get_dr(ctxt, ctxt->modrm_reg, &ctxt->dst.val); in x86_emulate_insn()
|
D | x86.c | 4991 .get_dr = emulator_get_dr,
|