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

/darwin-on-arm/xnu/osfmk/i386/
H A Dpcb.c1979 struct x86_act_context64 { struct
1995 struct x86_act_context64 *ic64;
1997 ic64 = (struct x86_act_context64 *)kalloc(sizeof(struct x86_act_context64));
1999 if (ic64 == (struct x86_act_context64 *)NULL)
2006 kfree(ic64, sizeof(struct x86_act_context64));
2013 kfree(ic64, sizeof(struct x86_act_context64));
2023 kfree(ic64, sizeof(struct x86_act_context64));
2075 struct x86_act_context64 *ic64;
2077 ic64 = (struct x86_act_context64 *)ct
[all...]

Completed in 14 milliseconds