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

/xnu-2782.1.97/osfmk/i386/
H A Dpcb.c1887 struct x86_act_context64 { struct
1903 struct x86_act_context64 *ic64;
1905 ic64 = (struct x86_act_context64 *)kalloc(sizeof(struct x86_act_context64));
1907 if (ic64 == (struct x86_act_context64 *)NULL)
1914 kfree(ic64, sizeof(struct x86_act_context64));
1921 kfree(ic64, sizeof(struct x86_act_context64));
1931 kfree(ic64, sizeof(struct x86_act_context64));
1983 struct x86_act_context64 *ic64;
1985 ic64 = (struct x86_act_context64 *)ct
[all...]

Completed in 38 milliseconds