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

  /src/sys/arch/sparc64/sparc64/
pmap.c 2385 cpu_kcore_hdr_t *kcpu; local in function:pmap_dumpmmu
2420 kcpu = (cpu_kcore_hdr_t *)((long)bp + ALIGN(sizeof(kcore_seg_t)));
2421 kcpu->cputype = cputyp;
2422 kcpu->kernbase = (uint64_t)KERNBASE;
2423 kcpu->cpubase = (uint64_t)CPUINFO_VA;
2426 kcpu->ktextbase = (uint64_t)ktext;
2427 kcpu->ktextp = (uint64_t)ktextp;
2428 kcpu->ktextsz = (uint64_t)ektext - ktext;
2429 if (kcpu->ktextsz > 4*MEG)
2430 kcpu->ktextsz = 0; /* old version can not work *
    [all...]
pmap.c 2385 cpu_kcore_hdr_t *kcpu; local in function:pmap_dumpmmu
2420 kcpu = (cpu_kcore_hdr_t *)((long)bp + ALIGN(sizeof(kcore_seg_t)));
2421 kcpu->cputype = cputyp;
2422 kcpu->kernbase = (uint64_t)KERNBASE;
2423 kcpu->cpubase = (uint64_t)CPUINFO_VA;
2426 kcpu->ktextbase = (uint64_t)ktext;
2427 kcpu->ktextp = (uint64_t)ktextp;
2428 kcpu->ktextsz = (uint64_t)ektext - ktext;
2429 if (kcpu->ktextsz > 4*MEG)
2430 kcpu->ktextsz = 0; /* old version can not work *
    [all...]

Completed in 175 milliseconds