Searched refs:_prot (Results 1 – 4 of 4) sorted by relevance
38 pgprot_t pgprot_wc(pgprot_t _prot) in pgprot_wc() argument40 return pgprot_writecombine(_prot); in pgprot_wc()50 pgprot_t pgprot_wc(pgprot_t _prot) in pgprot_wc() argument52 return __pgprot((pgprot_val(_prot) | _PAGE_NO_CACHE) & in pgprot_wc()63 pgprot_t pgprot_wc(pgprot_t _prot) in pgprot_wc() argument65 return pgprot_noncached(_prot); in pgprot_wc()
39 pgprot_t pgprot_wc(pgprot_t _prot);
78 bool sysdecode_mmap_prot(FILE *_fp, int _prot, int *_rem);
1134 #define socket(_fam,_type,_prot) rk_socket(_fam,_type,_prot) argument