Searched refs:atomic (Results 1 – 1 of 1) sorted by relevance
/virt/kvm/ |
D | kvm_main.c | 1651 static kvm_pfn_t hva_to_pfn(unsigned long addr, bool atomic, bool *async, in hva_to_pfn() argument 1659 BUG_ON(atomic && async); in hva_to_pfn() 1664 if (atomic) in hva_to_pfn() 1700 bool atomic, bool *async, bool write_fault, in __gfn_to_pfn_memslot() argument 1723 return hva_to_pfn(addr, atomic, async, write_fault, in __gfn_to_pfn_memslot()
|