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

/xnu-2422.115.4/osfmk/i386/
H A Dpcb_native.c144 cdp->cpu_uber.cu_user_gs_base = 0;
154 cdp->cpu_uber.cu_isf = isf;
190 if ((cdp->cpu_uber.cu_user_gs_base != pcb->cthread_self) || (pcb->cthread_self != rdmsr64(MSR_IA32_KERNEL_GS_BASE))) {
191 cdp->cpu_uber.cu_user_gs_base = pcb->cthread_self;
217 cdp->cpu_uber.cu_user_gs_base = pcb->cthread_self;
H A Dbsd_i386_native.c206 if ((cdp->cpu_uber.cu_user_gs_base != pcb->cthread_self) ||
209 cdp->cpu_uber.cu_user_gs_base = self;
H A Dgenassym.c406 offsetof(cpu_data_t *, cpu_uber.cu_user_gs_base));
408 offsetof(cpu_data_t *, cpu_uber.cu_isf));
410 offsetof(cpu_data_t *, cpu_uber.cu_tmp));
H A Dcpu_data.h156 cpu_uber_t cpu_uber; member in struct:cpu_data
H A Dpal_routines.c279 current_cpu_datap()->cpu_uber.cu_user_gs_base);

Completed in 26 milliseconds