Home
last modified time | relevance | path

Searched refs:htable_getpage (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhtable.h200 extern htable_t *htable_getpage(struct hat *hat, uintptr_t va, uint_t *entry);
H A Dhat_i86.c903 (ht = htable_getpage(kas.a_hat, va, NULL)) != in hat_init_finish()
2777 ht = htable_getpage(hat, vaddr, NULL); in hat_getpagesize()
2825 ht = htable_getpage(hat, vaddr, &entry); in hat_getpfnum()
2871 ht = htable_getpage(hat, vaddr, &entry); in hat_probe()
H A Dhtable.c1795 htable_getpage(struct hat *hat, uintptr_t vaddr, uint_t *entry) in htable_getpage() function