Lines Matching refs:soft
34 void fpstate_init_soft(struct swregs_state *soft)
37 memset(soft, 0, sizeof(*soft));
38 soft->cwd = 0x037f;
39 soft->swd = 0;
40 soft->ftop = 0; /* We don't keep top in the status word internally. */
41 soft->twd = 0xffff;
44 oaddr = (struct address *)&soft->foo;
47 iaddr = (struct address *)&soft->fip;
51 soft->no_update = 1;
56 fpstate_init_soft(¤t->thread.fpu.state.soft);