Searched refs:htable_getpage (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | htable.h | 207 extern htable_t *htable_getpage(struct hat *hat, uintptr_t va, uint_t *entry);
|
H A D | hat_i86.c | 1280 (ht = htable_getpage(kas.a_hat, va, NULL)) != in hat_init_finish() 3262 ht = htable_getpage(hat, vaddr, NULL); in hat_getpagesize() 3310 ht = htable_getpage(hat, vaddr, &entry); in hat_getpfnum() 3356 ht = htable_getpage(hat, vaddr, &entry); in hat_probe()
|
H A D | htable.c | 1806 htable_getpage(struct hat *hat, uintptr_t vaddr, uint_t *entry) in htable_getpage() function
|