1ZAP_VMA_PTES(9)           Memory Management in Linux           ZAP_VMA_PTES(9)
2
3
4

NAME

6       zap_vma_ptes - remove ptes mapping the vma
7

SYNOPSIS

9       int zap_vma_ptes(struct vm_area_struct * vma, unsigned long address,
10                        unsigned long size);
11

ARGUMENTS

13       vma
14           vm_area_struct holding ptes to be zapped
15
16       address
17           starting address of pages to zap
18
19       size
20           number of bytes to zap
21

DESCRIPTION

23       This function only unmaps ptes assigned to VM_PFNMAP vmas.
24
25       The entire address range must be fully contained within the vma.
26
27       Returns 0 if successful.
28
30Kernel Hackers Manual 3.10         June 2019                   ZAP_VMA_PTES(9)
Impressum