Searched refs:read_std (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_emulate.h | 109 int (*read_std)(struct x86_emulate_ctxt *ctxt, member
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 782 return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception); in segmented_read_std() 1455 return ctxt->ops->read_std(ctxt, addr, desc, sizeof *desc, in read_interrupt_descriptor() 1519 return ctxt->ops->read_std(ctxt, *desc_addr_p, desc, sizeof(*desc), in read_segment_descriptor() 1683 ret = ctxt->ops->read_std(ctxt, desc_addr+8, &base3, in __load_segment_descriptor() 1982 rc = ops->read_std(ctxt, cs_addr, &cs, 2, &ctxt->exception); in __emulate_int_real() 1986 rc = ops->read_std(ctxt, eip_addr, &eip, 2, &ctxt->exception); in __emulate_int_real() 2548 r = ops->read_std(ctxt, base + 102, &io_bitmap_ptr, 2, NULL); in emulator_io_port_access_allowed() 2553 r = ops->read_std(ctxt, base + io_bitmap_ptr + port/8, &perm, 2, NULL); in emulator_io_port_access_allowed() 2663 ret = ops->read_std(ctxt, old_tss_base, &tss_seg, sizeof tss_seg, in task_switch_16() 2675 ret = ops->read_std(ctxt, new_tss_base, &tss_seg, sizeof tss_seg, in task_switch_16() [all …]
|
D | x86.c | 5029 .read_std = kvm_read_guest_virt_system,
|