Searched refs:hment (Results 1 – 7 of 7) sorted by relevance
35 struct hment;36 typedef struct hment hment_t;
41 HDRS= hat_i86.h hat_pte.h hment.h htable.h kboot_mmu.h
46 struct hment { struct48 struct hment *hm_next; /* next mapping of same page */ argument49 struct hment *hm_prev; /* previous mapping of same page */ argument
62 hment.o \
70 hment.o \
992 #define HBLKTOHME(hment, hmeblkp, addr) \ argument995 HBLKTOHME_IDX(hment, hmeblkp, addr, index) \1002 #define HBLKTOHME_IDX(hment, hmeblkp, addr, idx) \ argument1011 (hment) = &(hmeblkp)->hblk_hme[idx]; \
1619 $(i386_ONLY)file path=usr/platform/i86pc/include/vm/hment.h