Home
last modified time | relevance | path

Searched refs:SFMMU_HMERID2RLINKP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c12000 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 Dhat_sfmmu.h473 #define SFMMU_HMERID2RLINKP(sfmmup, rid, lnkp, alloc, lock) \ macro