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

/darwin-on-arm/xnu/osfmk/i386/
H A Dpcb.c1973 struct x86_act_context32 { struct
2029 struct x86_act_context32 *ic32;
2031 ic32 = (struct x86_act_context32 *)kalloc(sizeof(struct x86_act_context32));
2033 if (ic32 == (struct x86_act_context32 *)NULL)
2040 kfree(ic32, sizeof(struct x86_act_context32));
2047 kfree(ic32, sizeof(struct x86_act_context32));
2057 kfree(ic32, sizeof(struct x86_act_context32));
2087 struct x86_act_context32 *ic32;
2089 ic32 = (struct x86_act_context32 *)ct
[all...]

Completed in 68 milliseconds