fpu_tag_word 38 arch/x86/math-emu/fpu_aux.c fpu_tag_word = 0xffff; fpu_tag_word 126 arch/x86/math-emu/fpu_aux.c long tag_word = fpu_tag_word; fpu_tag_word 160 arch/x86/math-emu/fpu_aux.c fpu_tag_word = tag_word; fpu_tag_word 19 arch/x86/math-emu/fpu_tags.c fpu_tag_word |= 3 << ((top & 7) * 2); fpu_tag_word 25 arch/x86/math-emu/fpu_tags.c return (fpu_tag_word >> ((top & 7) * 2)) & 3; fpu_tag_word 30 arch/x86/math-emu/fpu_tags.c return (fpu_tag_word >> (((top + stnr) & 7) * 2)) & 3; fpu_tag_word 35 arch/x86/math-emu/fpu_tags.c return (fpu_tag_word >> ((regnr & 7) * 2)) & 3; fpu_tag_word 42 arch/x86/math-emu/fpu_tags.c fpu_tag_word &= ~(3 << (regnr * 2)); fpu_tag_word 43 arch/x86/math-emu/fpu_tags.c fpu_tag_word |= (tag & 3) << (regnr * 2); fpu_tag_word 50 arch/x86/math-emu/fpu_tags.c fpu_tag_word &= ~(3 << (regnr * 2)); fpu_tag_word 51 arch/x86/math-emu/fpu_tags.c fpu_tag_word |= (tag & 3) << (regnr * 2); fpu_tag_word 57 arch/x86/math-emu/fpu_tags.c fpu_tag_word &= ~(3 << (regnr * 2)); fpu_tag_word 58 arch/x86/math-emu/fpu_tags.c fpu_tag_word |= (tag & 3) << (regnr * 2); fpu_tag_word 84 arch/x86/math-emu/fpu_tags.c return ((fpu_tag_word >> (regnr * 2)) & 3) == TAG_Empty; fpu_tag_word 91 arch/x86/math-emu/fpu_tags.c return ((fpu_tag_word >> (((top - 1) & 7) * 2)) & 3) != TAG_Empty; fpu_tag_word 113 arch/x86/math-emu/fpu_tags.c fpu_tag_word &= ~(3 << (regnr * 2)); fpu_tag_word 114 arch/x86/math-emu/fpu_tags.c fpu_tag_word |= (tag & 3) << (regnr * 2); fpu_tag_word 1155 arch/x86/math-emu/reg_ld_str.c FPU_put_user(fpu_tag_word, (unsigned short __user *)(d + 4)); fpu_tag_word 1182 arch/x86/math-emu/reg_ld_str.c fpu_tag_word |= 0xffff0000;