taglinefilesource code
pte_modify76arch/sparc/mm/loadmmu.cpte_t (*pte_modify)(pte_t, pgprot_t);
pte_modify903arch/sparc/mm/srmmu.cpte_modify = srmmu_pte_modify;
pte_modify1108arch/sparc/mm/sun4c.cpte_modify = sun4c_pte_modify;
pte_modify221include/asm-sparc/pgtable.hextern pte_t (*pte_modify)(pte_t, pgprot_t);
pte_modify667ipc/shm.creturn pte_modify(pte, shmd->vm_page_prot);
pte_modify41mm/mprotect.cset_pte(pte, pte_modify(entry, newprot));