Searched refs:hpte (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/lib/libkvm/
H A Dkvm_minidump_arm.c59 struct hpte { struct
60 struct hpte *next;
79 struct hpte *hpte; local
84 hpte = malloc(sizeof(*hpte));
85 hpte->pa = pa;
86 hpte->off = off;
87 hpte->next = kd->vmst->hpt_head[fnv];
88 kd->vmst->hpt_head[fnv] = hpte;
94 struct hpte *hpte; local
[all...]
H A Dkvm_minidump_mips.c60 struct hpte { struct
61 struct hpte *next;
80 struct hpte *hpte; local
85 hpte = malloc(sizeof(*hpte));
86 hpte->pa = pa;
87 hpte->off = off;
88 hpte->next = kd->vmst->hpt_head[fnv];
89 kd->vmst->hpt_head[fnv] = hpte;
95 struct hpte *hpte; local
[all...]
H A Dkvm_minidump_amd64.c56 struct hpte { struct
57 struct hpte *next;
76 struct hpte *hpte; local
81 hpte = malloc(sizeof(*hpte));
82 hpte->pa = pa;
83 hpte->off = off;
84 hpte->next = kd->vmst->hpt_head[fnv];
85 kd->vmst->hpt_head[fnv] = hpte;
91 struct hpte *hpte; local
[all...]
H A Dkvm_minidump_i386.c58 struct hpte { struct
59 struct hpte *next;
78 struct hpte *hpte; local
83 hpte = malloc(sizeof(*hpte));
84 hpte->pa = pa;
85 hpte->off = off;
86 hpte->next = kd->vmst->hpt_head[fnv];
87 kd->vmst->hpt_head[fnv] = hpte;
93 struct hpte *hpte; local
[all...]

Completed in 111 milliseconds