pgprot_writecombine 351 arch/x86/include/asm/pgtable_types.h #define pgprot_writecombine pgprot_writecombine pgprot_writecombine 352 arch/x86/include/asm/pgtable_types.h extern pgprot_t pgprot_writecombine(pgprot_t prot); pgprot_writecombine 248 include/asm-generic/pgtable.h #ifndef pgprot_writecombine pgprot_writecombine 262 include/asm-generic/pgtable.h if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) pgprot_writecombine 263 include/asm-generic/pgtable.h newprot = pgprot_writecombine(newprot);