Searched refs:sfmmu_uvatopfn (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 430 static pfn_t sfmmu_uvatopfn(caddr_t, sfmmu_t *, tte_t *); 4778 pfn = sfmmu_uvatopfn(addr, sfmmup, NULL); in hat_probe() 4799 if (sfmmu_uvatopfn(addr, sfmmup, &tte) == PFN_INVALID) { in hat_getpagesize() 4820 if (sfmmu_uvatopfn(addr, sfmmup, &tte) == PFN_INVALID) { in hat_getattr() 8002 return (sfmmu_uvatopfn(addr, hat, NULL)); in hat_getpfnum() 8010 sfmmu_uvatopfn(caddr_t vaddr, struct hat *sfmmup, tte_t *ttep) in sfmmu_uvatopfn() function
|