Searched refs:probe_only (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_mmu.c67 * If there is no page table and probe_only is not set, one is created.
70 find_pte(uint64_t va, paddr_t *pa, uint_t level, uint_t probe_only) argument
101 if (probe_only)
108 if (probe_only)
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c342 uint_t probe_only = 1;
344 ptep = find_pte(va, NULL, level, probe_only);
367 uint_t probe_only = 1; local
374 ptep = find_pte(va, NULL, level, probe_only);

Completed in 61 milliseconds