Lines Matching defs:cpu_kh
95 cpu_kcore_hdr_t *cpu_kh;
106 cpu_kh = kd->cpu_data;
115 pde_pa = cpu_kh->ptdpaddr + (pl4_pi(va) * sizeof(pd_entry_t));
225 cpu_kcore_hdr_t *cpu_kh;
233 cpu_kh = kd->cpu_data;
234 ramsegs = (void *)((char *)(void *)cpu_kh + ALIGN(sizeof *cpu_kh));
237 map = calloc(sizeof *map, cpu_kh->nmemsegs);
239 for (i = 0; i < cpu_kh->nmemsegs; i++) {
247 qsort(map, cpu_kh->nmemsegs, sizeof(*map), cmp_p2o);
254 val = bsearch(&key, map, cpu_kh->nmemsegs, sizeof (key), cmp_p2o);