Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c680 unsigned long pfn, npfn, done, todo, i, offset = addr & ~PAGE_MASK; in hvmemul_linear_to_phys() local
725 npfn = paging_gva_to_gfn(curr, addr, &pfec); in hvmemul_linear_to_phys()
728 if ( (npfn == gfn_x(INVALID_GFN)) || in hvmemul_linear_to_phys()
729 (npfn != (pfn + (reverse ? -i : i))) ) in hvmemul_linear_to_phys()
737 if ( npfn != gfn_x(INVALID_GFN) ) in hvmemul_linear_to_phys()

Completed in 6 milliseconds