Lines Matching defs:atomic
1893 * only part that runs if we can in atomic context.
2045 * @atomic: whether this function can sleep
2056 static kvm_pfn_t hva_to_pfn(unsigned long addr, bool atomic, bool *async,
2064 BUG_ON(atomic && async);
2069 if (atomic)
2105 bool atomic, bool *async, bool write_fault,
2128 return hva_to_pfn(addr, atomic, async, write_fault,
2239 bool atomic)
2253 if (atomic)
2259 if (atomic)
2268 if (atomic)
2273 } else if (!atomic) {
2292 struct gfn_to_pfn_cache *cache, bool atomic)
2295 cache, atomic);
2309 bool dirty, bool atomic)
2318 if (atomic)
2324 else if (!atomic)
2327 WARN_ONCE(1, "Unexpected unmapping in atomic context");
2343 struct gfn_to_pfn_cache *cache, bool dirty, bool atomic)
2346 cache, dirty, atomic);