taglinefilesource code
pte_modify55arch/sparc/mm/loadmmu.cpte_t (*pte_modify)(pte_t, pgprot_t);
pte_modify884arch/sparc/mm/srmmu.cpte_modify = srmmu_pte_modify;
pte_modify674arch/sparc/mm/sun4c.cpte_modify = sun4c_pte_modify;
pte_modify239include/asm-sparc/pgtable.hextern pte_t (*pte_modify)(pte_t, pgprot_t);
pte_modify668ipc/shm.creturn pte_modify(pte, shmd->vm_page_prot);
pte_modify41mm/mprotect.cset_pte(pte, pte_modify(entry, newprot));