Searched defs:ptes (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dnommu.c457 struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes) argument
H A Dvmalloc.c151 * Set up page tables in kva (addr, end). The ptes shall have prot "prot", and
2183 * @ptes: returns the PTEs for the address space
2191 * If @ptes is non-NULL, pointers to the PTEs (in init_mm)
2194 struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes) argument
2208 size, f, ptes ? &ptes : NULL)) {

Completed in 10 milliseconds