Searched refs:is_pde (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/i386/include/ |
H A D | pmap.h | 221 int pmap_cache_bits(pmap_t, int mode, bool is_pde);
|
/freebsd/sys/i386/i386/ |
H A D | pmap_base.c | 568 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 D | pmap.c | 1096 __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 D | pmap.h | 392 int pmap_cache_bits(pmap_t pmap, int mode, bool is_pde);
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 2707 pmap_cache_bits(pmap_t pmap, int mode, bool is_pde) in pmap_cache_bits() argument 2718 pat_flag = is_pde ? X86_PG_PDE_PAT : X86_PG_PTE_PAT; in pmap_cache_bits() 2745 pmap_cache_mask(pmap_t pmap, bool is_pde) in pmap_cache_mask() argument 2752 mask = is_pde ? X86_PG_PDE_CACHE : X86_PG_PTE_CACHE; in pmap_cache_mask() 2765 pmap_pat_index(pmap_t pmap, pt_entry_t pte, bool is_pde) in pmap_pat_index() argument 2774 pat_flag = is_pde ? X86_PG_PDE_PAT : X86_PG_PTE_PAT; in pmap_pat_index()
|