Searched refs:is_pde (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/i386/include/
H A Dpmap.h395 int pmap_cache_bits(int mode, boolean_t is_pde);
/freebsd-11-stable/sys/amd64/include/
H A Dpmap.h412 int pmap_cache_bits(pmap_t pmap, int mode, boolean_t is_pde);
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c1480 pmap_cache_bits(pmap_t pmap, int mode, boolean_t is_pde) argument
1491 pat_flag = is_pde ? X86_PG_PDE_PAT : X86_PG_PTE_PAT;
1518 pmap_cache_mask(pmap_t pmap, boolean_t is_pde) argument
1525 mask = is_pde ? X86_PG_PDE_CACHE : X86_PG_PTE_CACHE;
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c930 pmap_cache_bits(int mode, boolean_t is_pde) argument
938 pat_flag = is_pde ? PG_PDE_PAT : PG_PTE_PAT;

Completed in 116 milliseconds