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

/darwin-on-arm/xnu/osfmk/i386/
H A Dbsd_i386_native.c210 if ((cdp->cpu_uber.cu_user_gs_base != pcb->cthread_self) ||
214 cdp->cpu_uber.cu_user_gs_base = self;
H A Dpcb_native.c150 cdp->cpu_uber.cu_user_gs_base = 0;
207 if ((cdp->cpu_uber.cu_user_gs_base != pcb->cthread_self) || (pcb->cthread_self != rdmsr64(MSR_IA32_KERNEL_GS_BASE))) {
208 cdp->cpu_uber.cu_user_gs_base = pcb->cthread_self;
261 cdp->cpu_uber.cu_user_gs_base = pcb->cthread_self;
410 cdp->cpu_uber.cu_user_gs_base = pcb->cthread_self;
H A Dcpu_data.h123 addr64_t cu_user_gs_base; member in struct:__anon915
H A Dpal_routines.c279 current_cpu_datap()->cpu_uber.cu_user_gs_base);
H A Dgenassym.c464 offsetof(cpu_data_t *, cpu_uber.cu_user_gs_base));

Completed in 19 milliseconds