HomeSort by: relevance | last modified time | path
    Searched defs:pmap_data_gnt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
pmap.c 5263 struct pmap_data_gnt { struct
5264 SLIST_ENTRY(pmap_data_gnt) pd_gnt_list;
5270 SLIST_HEAD(pmap_data_gnt_head, pmap_data_gnt);
5274 static struct pmap_data_gnt *
5278 struct pmap_data_gnt *pgnt;
5297 struct pmap_data_gnt *pgnt;
5332 pmap_free_gnt(struct pmap *pmap, struct pmap_data_gnt *pgnt)
5339 SLIST_REMOVE(headp, pgnt, pmap_data_gnt, pd_gnt_list);
5358 struct pmap_data_gnt *pgnt;
5532 struct pmap_data_gnt *pgnt
    [all...]
pmap.c 5263 struct pmap_data_gnt { struct
5264 SLIST_ENTRY(pmap_data_gnt) pd_gnt_list;
5270 SLIST_HEAD(pmap_data_gnt_head, pmap_data_gnt);
5274 static struct pmap_data_gnt *
5278 struct pmap_data_gnt *pgnt;
5297 struct pmap_data_gnt *pgnt;
5332 pmap_free_gnt(struct pmap *pmap, struct pmap_data_gnt *pgnt)
5339 SLIST_REMOVE(headp, pgnt, pmap_data_gnt, pd_gnt_list);
5358 struct pmap_data_gnt *pgnt;
5532 struct pmap_data_gnt *pgnt
    [all...]

Completed in 262 milliseconds