read_std          112 arch/x86/include/asm/kvm_emulate.h 	int (*read_std)(struct x86_emulate_ctxt *ctxt,
read_std          835 arch/x86/kvm/emulate.c 	return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception, true);
read_std          856 arch/x86/kvm/emulate.c 	return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception, false);
read_std         2998 arch/x86/kvm/emulate.c 	r = ops->read_std(ctxt, base + 102, &io_bitmap_ptr, 2, NULL, true);
read_std         3003 arch/x86/kvm/emulate.c 	r = ops->read_std(ctxt, base + io_bitmap_ptr + port/8, &perm, 2, NULL, true);
read_std         6285 arch/x86/kvm/x86.c 	.read_std            = emulator_read_std,