read_phys         124 arch/x86/include/asm/kvm_emulate.h 	int (*read_phys)(struct x86_emulate_ctxt *ctxt, unsigned long addr,
read_phys        2623 arch/x86/kvm/emulate.c 	ret = ctxt->ops->read_phys(ctxt, smbase + 0xfe00, buf, sizeof(buf));
read_phys        6287 arch/x86/kvm/x86.c 	.read_phys           = kvm_read_guest_phys_system,