Home
last modified time | relevance | path

Searched refs:_prot (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_wc.c38 pgprot_t pgprot_wc(pgprot_t _prot) in pgprot_wc() argument
40 return pgprot_writecombine(_prot); in pgprot_wc()
50 pgprot_t pgprot_wc(pgprot_t _prot) in pgprot_wc() argument
52 return __pgprot((pgprot_val(_prot) | _PAGE_NO_CACHE) & in pgprot_wc()
63 pgprot_t pgprot_wc(pgprot_t _prot) in pgprot_wc() argument
65 return pgprot_noncached(_prot); in pgprot_wc()
H A Dwc.h39 pgprot_t pgprot_wc(pgprot_t _prot);
/freebsd/lib/libsysdecode/
H A Dsysdecode.h79 bool sysdecode_mmap_prot(FILE *_fp, int _prot, int *_rem);
/freebsd/usr.sbin/bhyve/
H A Dacpi.c785 int _flags, _prot; in build_srat() local
807 ret = vm_mmap_getnext(ctx, &gpa, &segid, &_off, &maplen, &_prot, in build_srat()
/freebsd/crypto/heimdal/lib/roken/
H A Droken.h.in1134 #define socket(_fam,_type,_prot) rk_socket(_fam,_type,_prot) argument