Searched refs:hment (Results 1 – 7 of 7) sorted by relevance
37 struct hment;38 typedef struct hment hment_t;
39 HDRS= hat_i86.h hat_pte.h hment.h htable.h kboot_mmu.h
48 struct hment { struct50 struct hment *hm_next; /* next mapping of same page */ argument51 struct hment *hm_prev; /* previous mapping of same page */ argument
59 hment.o \
67 hment.o \
991 #define HBLKTOHME(hment, hmeblkp, addr) \ argument994 HBLKTOHME_IDX(hment, hmeblkp, addr, index) \1001 #define HBLKTOHME_IDX(hment, hmeblkp, addr, idx) \ argument1010 (hment) = &(hmeblkp)->hblk_hme[idx]; \
1691 $(i386_ONLY)file path=usr/platform/i86pc/include/vm/hment.h