Searched refs:is_pde (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/i386/include/ |
| H A D | pmap.h | 251 int pmap_cache_bits(pmap_t, int mode, boolean_t is_pde);
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap_base.c | 572 pmap_cache_bits(pmap_t pmap, int mode, boolean_t is_pde) in pmap_cache_bits() argument 575 return (pmap_methods_ptr->pm_cache_bits(pmap, mode, is_pde)); in pmap_cache_bits()
|
| H A D | pmap.c | 1106 __CONCAT(PMTYPE, cache_bits)(pmap_t pmap, int mode, boolean_t is_pde) in __CONCAT() 1114 pat_flag = is_pde ? PG_PDE_PAT : PG_PTE_PAT; in __CONCAT() 1131 pmap_pat_index(pmap_t pmap, pt_entry_t pte, bool is_pde) in pmap_pat_index() argument 1140 pat_flag = is_pde ? PG_PDE_PAT : PG_PTE_PAT; in pmap_pat_index()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | pmap.h | 458 int pmap_cache_bits(pmap_t pmap, int mode, boolean_t is_pde);
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 2531 pmap_cache_bits(pmap_t pmap, int mode, boolean_t is_pde) in pmap_cache_bits() argument 2542 pat_flag = is_pde ? X86_PG_PDE_PAT : X86_PG_PTE_PAT; in pmap_cache_bits() 2569 pmap_cache_mask(pmap_t pmap, boolean_t is_pde) in pmap_cache_mask() argument 2576 mask = is_pde ? X86_PG_PDE_CACHE : X86_PG_PTE_CACHE; in pmap_cache_mask() 2589 pmap_pat_index(pmap_t pmap, pt_entry_t pte, bool is_pde) in pmap_pat_index() argument 2598 pat_flag = is_pde ? X86_PG_PDE_PAT : X86_PG_PTE_PAT; in pmap_pat_index()
|