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

  /src/sys/arch/sparc/sparc/
pmap.c 3512 cpus[0] = (struct cpu_info *)CPUINFO_VA;
3538 vaddr_t sva, cpuinfo_va; local in function:pmap_bootstrap4m
3693 * that's cache congruent to the fixed address CPUINFO_VA.
3715 cpuinfo_data = (uint8_t *)CPUINFO_VA;
3911 cpuinfo_va = sva +
3912 (((CPUINFO_VA & (align - 1)) + align - sva) & (align - 1));
3915 * Either remap from CPUINFO_VA to the new correct value
3919 for (off = 0, va = cpuinfo_va;
3923 PMAP_BOOTSTRAP_VA2PA(CPUINFO_VA + off);
3931 memset((void *)cpuinfo_va, 0, sizeof(struct cpu_info))
    [all...]
pmap.c 3512 cpus[0] = (struct cpu_info *)CPUINFO_VA;
3538 vaddr_t sva, cpuinfo_va; local in function:pmap_bootstrap4m
3693 * that's cache congruent to the fixed address CPUINFO_VA.
3715 cpuinfo_data = (uint8_t *)CPUINFO_VA;
3911 cpuinfo_va = sva +
3912 (((CPUINFO_VA & (align - 1)) + align - sva) & (align - 1));
3915 * Either remap from CPUINFO_VA to the new correct value
3919 for (off = 0, va = cpuinfo_va;
3923 PMAP_BOOTSTRAP_VA2PA(CPUINFO_VA + off);
3931 memset((void *)cpuinfo_va, 0, sizeof(struct cpu_info))
    [all...]

Completed in 29 milliseconds