Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dpmap.h221 int pmap_cache_bits(pmap_t, int mode, bool is_pde);
/freebsd/sys/i386/i386/
H A Dpmap_base.c574 pmap_cache_bits(pmap_t pmap, int mode, bool is_pde) in pmap_cache_bits() argument
577 return (pmap_methods_ptr->pm_cache_bits(pmap, mode, is_pde)); in pmap_cache_bits()
H A Dpmap.c1089 __CONCAT(PMTYPE, cache_bits)(pmap_t pmap, int mode, bool is_pde) in __CONCAT()
1097 pat_flag = is_pde ? PG_PDE_PAT : PG_PTE_PAT; in __CONCAT()
1114 pmap_pat_index(pmap_t pmap, pt_entry_t pte, bool is_pde) in pmap_pat_index() argument
1123 pat_flag = is_pde ? PG_PDE_PAT : PG_PTE_PAT; in pmap_pat_index()
/freebsd/sys/amd64/include/
H A Dpmap.h394 int pmap_cache_bits(pmap_t pmap, int mode, bool is_pde);
/freebsd/sys/amd64/amd64/
H A Dpmap.c2753 pmap_cache_bits(pmap_t pmap, int mode, bool is_pde) in pmap_cache_bits() argument
2764 pat_flag = is_pde ? X86_PG_PDE_PAT : X86_PG_PTE_PAT; in pmap_cache_bits()
2791 pmap_cache_mask(pmap_t pmap, bool is_pde) in pmap_cache_mask() argument
2798 mask = is_pde ? X86_PG_PDE_CACHE : X86_PG_PTE_CACHE; in pmap_cache_mask()
2811 pmap_pat_index(pmap_t pmap, pt_entry_t pte, bool is_pde) in pmap_pat_index() argument
2820 pat_flag = is_pde ? X86_PG_PDE_PAT : X86_PG_PTE_PAT; in pmap_pat_index()