Searched refs:_prot (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_wc.c38 pgprot_t pgprot_wc(pgprot_t _prot) argument
40 return pgprot_writecombine(_prot);
50 pgprot_t pgprot_wc(pgprot_t _prot) argument
52 return __pgprot((pgprot_val(_prot) | _PAGE_NO_CACHE) &
63 pgprot_t pgprot_wc(pgprot_t _prot) argument
65 return pgprot_noncached(_prot);
H A Dwc.h39 pgprot_t pgprot_wc(pgprot_t _prot);
/freebsd-11-stable/lib/libsysdecode/
H A Dsysdecode.h75 bool sysdecode_mmap_prot(FILE *_fp, int _prot, int *_rem);

Completed in 103 milliseconds