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

/xnu-2782.1.97/osfmk/i386/
H A Dpcb.c1903 struct x86_act_context64 *ic64; local
1905 ic64 = (struct x86_act_context64 *)kalloc(sizeof(struct x86_act_context64));
1907 if (ic64 == (struct x86_act_context64 *)NULL)
1912 (thread_state_t) &ic64->ss, &val);
1914 kfree(ic64, sizeof(struct x86_act_context64));
1919 (thread_state_t) &ic64->fs, &val);
1921 kfree(ic64, sizeof(struct x86_act_context64));
1928 (thread_state_t)&ic64->ds,
1931 kfree(ic64, sizeof(struct x86_act_context64));
1934 return(ic64);
1983 struct x86_act_context64 *ic64; local
[all...]

Completed in 78 milliseconds