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

/darwin-on-arm/xnu/osfmk/i386/
H A Dpcb.c1995 struct x86_act_context64 *ic64; local
1997 ic64 = (struct x86_act_context64 *)kalloc(sizeof(struct x86_act_context64));
1999 if (ic64 == (struct x86_act_context64 *)NULL)
2004 (thread_state_t) &ic64->ss, &val);
2006 kfree(ic64, sizeof(struct x86_act_context64));
2011 (thread_state_t) &ic64->fs, &val);
2013 kfree(ic64, sizeof(struct x86_act_context64));
2020 (thread_state_t)&ic64->ds,
2023 kfree(ic64, sizeof(struct x86_act_context64));
2026 return(ic64);
2075 struct x86_act_context64 *ic64; local
[all...]

Completed in 22 milliseconds