Home
last modified time | relevance | path

Searched refs:read_phys (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dkvm_emulate.h121 int (*read_phys)(struct x86_emulate_ctxt *ctxt, unsigned long addr, member
/linux-4.4.14/arch/x86/kvm/
Demulate.c2275 int r = ctxt->ops->read_phys(ctxt, smbase + offset, &__val, \
Dx86.c4973 .read_phys = kvm_read_guest_phys_system,