Searched refs:cpu_uber (Results 1 – 4 of 4) sorted by relevance
555 cdp->cpu_uber.cu_user_gs_base = 0; in act_machine_switch_pcb()565 cdp->cpu_uber.cu_isf = isf; in act_machine_switch_pcb()600 if ((cdp->cpu_uber.cu_user_gs_base != pcb->cthread_self) || in act_machine_switch_pcb()602 cdp->cpu_uber.cu_user_gs_base = pcb->cthread_self; in act_machine_switch_pcb()633 cdp->cpu_uber.cu_user_gs_base = pcb->cthread_self; in act_machine_switch_pcb()933 if ((cdp->cpu_uber.cu_user_gs_base != pcb->cthread_self) || in machine_thread_set_tsd_base()937 cdp->cpu_uber.cu_user_gs_base = tsd_base; in machine_thread_set_tsd_base()
353 offsetof(cpu_data_t, cpu_uber.cu_isf)); in main()355 offsetof(cpu_data_t, cpu_uber.cu_tmp)); in main()
288 current_cpu_datap()->cpu_uber.cu_user_gs_base); in pal_efi_call_in_32bit_mode()
214 cpu_uber_t cpu_uber; member