taglinefilesource code
pte_modify84arch/sparc/mm/loadmmu.cpte_t (*pte_modify)(pte_t, pgprot_t);
pte_modify1521arch/sparc/mm/srmmu.cpte_modify = srmmu_pte_modify;
pte_modify1415arch/sparc/mm/sun4c.cpte_modify = sun4c_pte_modify;
pte_modify201include/asm-sparc/pgtable.hextern pte_t (*pte_modify)(pte_t, pgprot_t);
pte_modify669ipc/shm.creturn pte_modify(pte, shmd->vm_page_prot);
pte_modify41mm/mprotect.cset_pte(pte, pte_modify(entry, newprot));