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