kvm_sparc.c | 99 int nsegmap; /* # of segmaps following */ 182 struct segmap *sp, *segmaps; local in function:_kvm_kvatop44c 198 segmaps = (struct segmap *)((long)kd->cpu_data + cpup->segmapoffset); 206 sp = &segmaps[(vr-nureg)*NSEGRG + vs]; 231 struct segmap *sp, *segmaps; local in function:_kvm_kvatop4m 245 segmaps = (struct segmap *)((long)kd->cpu_data + cpup->segmapoffset); 252 sp = &segmaps[(vr-nureg)*NSEGRG + vs]; 286 int64_t **segmaps; local in function:_kvm_kvatop4u 327 segmaps = (int64_t **)((long)kd->cpu_data + cpup->segmapoffset); 329 (paddr_t)(intptr_t)segmaps[sparc64_va_to_seg(va)]) [all...] |