Home
last modified time | relevance | path

Searched refs:cpu_uber (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/osfmk/i386/
H A Dpcb_native.c557 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()
H A Dgenassym.c353 offsetof(cpu_data_t, cpu_uber.cu_isf)); in main()
355 offsetof(cpu_data_t, cpu_uber.cu_tmp)); in main()
H A Dpal_routines.c288 current_cpu_datap()->cpu_uber.cu_user_gs_base); in pal_efi_call_in_32bit_mode()
H A Dcpu_data.h214 cpu_uber_t cpu_uber; member