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.c568 pmap_cache_bits(pmap_t pmap, int mode, bool is_pde) in pmap_cache_bits() argument
571 return (pmap_methods_ptr->pm_cache_bits(pmap, mode, is_pde)); in pmap_cache_bits()
H A Dpmap.c1096 __CONCAT(PMTYPE, cache_bits)(pmap_t pmap, int mode, bool is_pde) in __CONCAT()
1104 pat_flag = is_pde ? PG_PDE_PAT : PG_PTE_PAT; in __CONCAT()
1121 pmap_pat_index(pmap_t pmap, pt_entry_t pte, bool is_pde) in pmap_pat_index() argument
1130 pat_flag = is_pde ? PG_PDE_PAT : PG_PTE_PAT; in pmap_pat_index()
/freebsd/sys/amd64/include/
H A Dpmap.h446 int pmap_cache_bits(pmap_t pmap, int mode, bool is_pde);
/freebsd/sys/amd64/amd64/
H A Dpmap.c2693 pmap_cache_bits(pmap_t pmap, int mode, bool is_pde) in pmap_cache_bits() argument
2704 pat_flag = is_pde ? X86_PG_PDE_PAT : X86_PG_PTE_PAT; in pmap_cache_bits()
2731 pmap_cache_mask(pmap_t pmap, bool is_pde) in pmap_cache_mask() argument
2738 mask = is_pde ? X86_PG_PDE_CACHE : X86_PG_PTE_CACHE; in pmap_cache_mask()
2751 pmap_pat_index(pmap_t pmap, pt_entry_t pte, bool is_pde) in pmap_pat_index() argument
2760 pat_flag = is_pde ? X86_PG_PDE_PAT : X86_PG_PTE_PAT; in pmap_pat_index()