Searched defs:hat_probe (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c2841 * int hat_probe(hat, addr)
2846 hat_probe(hat_t *hat, caddr_t addr) function
2859 * Most common use of hat_probe is from segmap. We special case it
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c4720 * hat_probe returns 1 if the translation for the address 'addr' is
4723 * hat_probe should be used only for advisorary purposes because it may
4725 * returning the wrong value is a very rare event. hat_probe is used
4730 hat_probe(struct hat *sfmmup, caddr_t addr) function

Completed in 99 milliseconds