Searched refs:read_std (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/x86/kvm/ |
A D | kvm_emulate.h | 114 int (*read_std)(struct x86_emulate_ctxt *ctxt, member
|
A D | emulate.c | 849 return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception, true); in linear_read_system() 870 return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception, false); in segmented_read_std() 2606 r = ops->read_std(ctxt, base + 102, &io_bitmap_ptr, 2, NULL, true); in emulator_io_port_access_allowed() 2611 r = ops->read_std(ctxt, base + io_bitmap_ptr + port/8, &perm, 2, NULL, true); in emulator_io_port_access_allowed()
|
A D | x86.c | 8225 .read_std = emulator_read_std,
|
Completed in 33 milliseconds