Home
last modified time | relevance | path

Searched refs:pm_cache_bits (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dpmap_base.h65 int (*pm_cache_bits)(pmap_t, int, boolean_t); member
/f-stack/freebsd/i386/i386/
H A Dpmap_base.c575 return (pmap_methods_ptr->pm_cache_bits(pmap, mode, is_pde)); in pmap_cache_bits()