Searched refs:SFMMU_HMERID2RLINKP (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 11998 SFMMU_HMERID2RLINKP(sfmmup, rid, rlink, 0, 0); in sfmmu_rgntlb_demap() 14319 SFMMU_HMERID2RLINKP(sfmmup, rid, rlink, 1, 0); in hat_dup_region() 14324 SFMMU_HMERID2RLINKP(rgnp->rgn_sfmmu_head, rid, hrlink, 0, 0); in hat_dup_region() 14643 SFMMU_HMERID2RLINKP(sfmmup, rid, rlink, 1, 1); in sfmmu_link_to_hmeregion() 14657 SFMMU_HMERID2RLINKP(head, rid, hrlink, 0, 0); in sfmmu_link_to_hmeregion() 14686 SFMMU_HMERID2RLINKP(sfmmup, rid, rlink, 0, 0); in sfmmu_unlink_from_hmeregion() 14704 SFMMU_HMERID2RLINKP(next, rid, nrlink, 0, 0); in sfmmu_unlink_from_hmeregion() 14716 SFMMU_HMERID2RLINKP(prev, rid, prlink, 0, 0); in sfmmu_unlink_from_hmeregion() 14732 SFMMU_HMERID2RLINKP(next, rid, nrlink, 0, 0); in sfmmu_unlink_from_hmeregion()
|
H A D | hat_sfmmu.h | 473 #define SFMMU_HMERID2RLINKP(sfmmup, rid, lnkp, alloc, lock) \ macro
|