Lines Matching full:zap
1569 /* Whether we should zap all COWed (private) pages too */
1572 /* By default, zap all pages */
1578 /* Or, we zap COWed pages only if the caller wants to */
1582 /* Decides whether we should zap this folio with the folio pointer specified */
1590 /* Otherwise we should only zap non-anon folios */
1618 /* Zap on anonymous always means dropping everything */
1684 * Zap or skip at least one present PTE, trying to batch-process subsequent
1755 * consider uffd-wp bit when zap. For more information,
1847 /* Only zap if we are allowed to and cover the full page table. */
2116 * zap_vma_for_reaping - zap all page table entries in the vma without blocking
2117 * @vma: The vma to zap.
2119 * Zap all page table entries in the vma without blocking for use by the oom
2186 * zap_vma_range_batched - zap page table entries in a vma range
2188 * @vma: the vma covering the range to zap
2189 * @address: starting address of the range to zap
2190 * @size: number of bytes to zap
2197 * If @details is NULL, this function will zap all page table entries.
2234 * zap_vma_range - zap all page table entries in a vma range
2235 * @vma: the vma covering the range to zap
2236 * @address: starting address of the range to zap
2237 * @size: number of bytes to zap
2252 * zap_special_vma_range - zap all page table entries in a special vma range
2253 * @vma: the vma covering the range to zap
2254 * @address: starting address of the range to zap
2255 * @size: number of bytes to zap
3067 * pages due to the error. So zap it early.