taglinefilesource code
pte_cow213include/asm-alpha/pgtable.hextern inline int pte_cow(pte_t pte)    { return pte_val(pte) & _PAGE_COW; }
pte_cow174include/asm-i386/pgtable.hextern inline int pte_cow(pte_t pte)    { return pte_val(pte) & _PAGE_COW; }
pte_cow200include/asm-mips/page.hextern inline int pte_cow(pte_t pte)    { return pte_val(pte) & _PAGE_COW; }