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

/gem5/system/alpha/console/
H A Dconsole.c568 struct rpb_percpu *thisCPU = (struct rpb_percpu*) local
571 bzero((char *)thisCPU, percpu_size);
572 bcopy((char *)&m5_rpb_percpu, (char *)thisCPU,
575 thisCPU->rpb_pcb.rpb_ksp = (KSTACK_REGION_VA + 2*PAGE_SIZE - (ksp_top - ksp));
576 thisCPU->rpb_pcb.rpb_ptbr = PFN(first);
578 thisCPU->rpb_logout = KSEG_TO_PHYS(percpu_logout);
579 thisCPU->rpb_logout_len = PAGE_SIZE;
582 thisCPU->rpb_pcb.rpb_ksp, thisCPU->rpb_pcb.rpb_ptbr);

Completed in 8 milliseconds