Lines Matching defs:update
6 * This file contains the various mmu fetch and update operations.
10 * Xen allows guests to directly update the pagetable, in a controlled
29 * will disallow any pagetable update which will end up mapping a
103 * its update may be being lazily deferred. However, a vcpu looking
172 static void xen_extend_mmu_update(const struct mmu_update *update)
187 *u = *update;
230 /* If page is not pinned, we can just update the entry
411 /* If page is not pinned, we can just update the entry
494 /* If page is not pinned, we can just update the entry
688 * attempt to update the pagetable by writing it,
2379 * If we have a contiguous range, just update the pfn itself,
2380 * else update pointer to be "next pfn".