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

/darwin-on-arm/xnu/osfmk/i386/
H A Dpcb.c2029 struct x86_act_context32 *ic32; local
2031 ic32 = (struct x86_act_context32 *)kalloc(sizeof(struct x86_act_context32));
2033 if (ic32 == (struct x86_act_context32 *)NULL)
2038 (thread_state_t) &ic32->ss, &val);
2040 kfree(ic32, sizeof(struct x86_act_context32));
2045 (thread_state_t) &ic32->fs, &val);
2047 kfree(ic32, sizeof(struct x86_act_context32));
2054 (thread_state_t)&ic32->ds,
2057 kfree(ic32, sizeof(struct x86_act_context32));
2060 return(ic32);
2087 struct x86_act_context32 *ic32; local
[all...]

Completed in 25 milliseconds