Lines Matching defs:anchor
434 kvm_pte_t *anchor;
499 if (data->anchor)
513 data->anchor = ptep;
523 if (data->anchor) {
567 if (!data->anchor)
573 if (data->anchor == ptep) {
574 data->anchor = NULL;
585 * block entry for this mapping. If it finds one, then it sets the 'anchor'
590 * anchor has been set. If not, then we're not using a block mapping higher
592 * If, on the other hand, the anchor _is_ set, then we drop references to
593 * all valid leaves so that the pages beneath the anchor can be freed.
595 * Finally, the TABLE_POST callback does nothing if the anchor has not
597 * the page-table, installing the block entry when it revisits the anchor
598 * pointer and clearing the anchor to NULL.