Searched refs:PMAP_OPTIONS_REUSABLE (Results 1 – 6 of 6) sorted by relevance
655 #define PMAP_OPTIONS_REUSABLE 0x10 /* page is "reusable" */ macro
1236 pe_options |= PMAP_OPTIONS_REUSABLE; in kernel_memory_populate_pmap_enter()
3458 extra_options |= PMAP_OPTIONS_REUSABLE; in pmap_enter_options_check()
5809 options |= PMAP_OPTIONS_REUSABLE; in pmap_enter_check()
1054 if (options & PMAP_OPTIONS_REUSABLE) { in pmap_enter_options()
2355 (options & PMAP_OPTIONS_REUSABLE)) { in pmap_enter_pv()