Searched refs:pcb (Results 1 – 14 of 14) sorted by relevance
226 current_thread_info()->pcb.unique = 0; in flush_thread()246 childti->pcb.ksp = (unsigned long) childstack; in copy_thread()247 childti->pcb.flags = 1; /* set FEN, clear everything else */ in copy_thread()259 childti->pcb.usp = 0; in copy_thread()268 childti->pcb.unique = tls; in copy_thread()271 childti->pcb.usp = usp ?: rdusp(); in copy_thread()321 dest[30] = ti == current_thread_info() ? rdusp() : ti->pcb.usp; in dump_elf_thread()327 dest[32] = ti->pcb.unique; in dump_elf_thread()363 unsigned long fp, sp = task_thread_info(t)->pcb.ksp; in thread_saved_pc()392 schedule_frame = ((unsigned long *)task_thread_info(p)->pcb.ksp)[6]; in __get_wchan()
114 addr = &task_thread_info(task)->pcb.usp; in get_reg_addr()116 addr = &task_thread_info(task)->pcb.unique; in get_reg_addr()
214 current_thread_info()->pcb.flags |= 1; in do_entIF()215 __reload_thread(¤t_thread_info()->pcb); in do_entIF()
301 ipcb = &task_thread_info(idle)->pcb; in secondary_cpu_start()
45 struct pcb_struct *pcb; in __load_new_mm_context() local50 pcb = ¤t_thread_info()->pcb; in __load_new_mm_context()51 pcb->asn = mmc & HARDWARE_ASN_MASK; in __load_new_mm_context()52 pcb->ptbr = ((unsigned long) next_mm->pgd - IDENT_ADDR) >> PAGE_SHIFT; in __load_new_mm_context()54 __reload_thread(pcb); in __load_new_mm_context()
91 load_PCB(struct pcb_struct *pcb) in load_PCB() argument94 pcb->ksp = sp; in load_PCB()95 return __reload_thread(pcb); in load_PCB()122 init_thread_info.pcb.ptbr = newptbr; in switch_to_system_map()123 init_thread_info.pcb.flags = 1; /* set FEN, clear everything else */ in switch_to_system_map()124 original_pcb_ptr = load_PCB(&init_thread_info.pcb); in switch_to_system_map()
30 __reload_thread(struct pcb_struct *pcb) in __reload_thread() argument35 a0 = virt_to_phys(pcb); in __reload_thread()160 task_thread_info(next)->pcb.asn = mmc & HARDWARE_ASN_MASK; in ev5_switch_mm()202 task_thread_info(tsk)->pcb.ptbr in init_new_context()211 task_thread_info(tsk)->pcb.ptbr in enter_lazy_tlb()
11 (L) = alpha_switch_to(virt_to_phys(&task_thread_info(N)->pcb), (P)); \
40 ((tsk) == current ? rdusp() : task_thread_info(tsk)->pcb.usp)
16 struct pcb_struct pcb; /* palcode state */ member
388 struct paiext_cb *pcb = cpump->paiext_cb; in paiext_add() local392 pcb->acc = virt_to_phys(cpump->area) | 0x1; in paiext_add()426 struct paiext_cb *pcb = cpump->paiext_cb; in paiext_del() local432 pcb->acc = 0; in paiext_del()
1015 pcb-top-thermal {1035 pcb-bottom-thermal {
185 pm8150l-pcb-thermal {
694 pcb-rev {
Completed in 23 milliseconds