Searched refs:cpu_uber (Results 1 – 4 of 4) sorted by relevance
557 cdp->cpu_uber.cu_user_gs_base = 0; in act_machine_switch_pcb()567 cdp->cpu_uber.cu_isf = isf; in act_machine_switch_pcb()602 if ((cdp->cpu_uber.cu_user_gs_base != pcb->cthread_self) || in act_machine_switch_pcb()604 cdp->cpu_uber.cu_user_gs_base = pcb->cthread_self; in act_machine_switch_pcb()635 cdp->cpu_uber.cu_user_gs_base = pcb->cthread_self; in act_machine_switch_pcb()935 if ((cdp->cpu_uber.cu_user_gs_base != pcb->cthread_self) || in machine_thread_set_tsd_base()939 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