Searched refs:read_std (Results 1 – 3 of 3) sorted by relevance
/arch/x86/include/asm/ |
D | kvm_emulate.h | 110 int (*read_std)(struct x86_emulate_ctxt *ctxt, member
|
/arch/x86/kvm/ |
D | emulate.c | 797 return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception, true); in linear_read_system() 818 return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception, false); in segmented_read_std() 2905 r = ops->read_std(ctxt, base + 102, &io_bitmap_ptr, 2, NULL, true); in emulator_io_port_access_allowed() 2910 r = ops->read_std(ctxt, base + io_bitmap_ptr + port/8, &perm, 2, NULL, true); in emulator_io_port_access_allowed()
|
D | x86.c | 5156 .read_std = emulator_read_std,
|