Searched refs:PMAP_OPTIONS_REUSABLE (Results 1 – 6 of 6) sorted by relevance
763 #define PMAP_OPTIONS_REUSABLE 0x10 /* page is "reusable" */ macro
1398 pe_options |= PMAP_OPTIONS_REUSABLE; in kernel_memory_populate_pmap_enter()
3590 options |= PMAP_OPTIONS_REUSABLE; in pmap_enter_options_check()
1370 (options & PMAP_OPTIONS_REUSABLE)) { in pmap_enter_pv()
2360 (options & PMAP_OPTIONS_REUSABLE)) { in pmap_enter_pv()
1075 if (options & PMAP_OPTIONS_REUSABLE) { in pmap_enter_options()