Searched refs:ptent (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmprotect.c41 pte_t ptent; local
47 ptent = ptep_get_and_clear(mm, addr, pte);
48 ptent = pte_modify(ptent, newprot);
53 if (dirty_accountable && pte_dirty(ptent))
54 ptent = pte_mkwrite(ptent);
55 set_pte_at(mm, addr, pte, ptent);
56 lazy_mmu_prot_update(ptent);
H A Dvmalloc.c36 pte_t ptent = ptep_get_and_clear(&init_mm, addr, pte); local
37 WARN_ON(!pte_none(ptent) && !pte_present(ptent));
H A Dmemory.c635 pte_t ptent = *pte; local
636 if (pte_none(ptent)) {
643 if (pte_present(ptent)) {
646 page = vm_normal_page(vma, addr, ptent);
665 ptent = ptep_get_and_clear_full(mm, addr, pte,
678 if (pte_dirty(ptent))
680 if (pte_young(ptent))
694 if (!pte_file(ptent))
695 free_swap_and_cache(pte_to_swp_entry(ptent));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dprocess.c225 pte_t ptent; local
242 ptent = *pte;
243 if(!pte_present(ptent))
247 *pte_out = ptent;
248 return (void *) (pte_val(ptent) & PAGE_MASK) + (addr & ~PAGE_MASK);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dtask_mmu.c226 pte_t *pte, ptent; local
232 ptent = *pte;
233 if (!pte_present(ptent))
238 page = vm_normal_page(vma, addr, ptent);
243 if (pte_young(ptent) || PageReferenced(page))
246 if (pte_dirty(ptent))
251 if (pte_dirty(ptent))
265 pte_t *pte, ptent; local
271 ptent = *pte;
272 if (!pte_present(ptent))
[all...]

Completed in 68 milliseconds