tag | line | file | source code |
get_fs_word | 182 | kernel/FPU-emu/fpu_entry.c | code = get_fs_word((unsigned short *) FPU_EIP); |
get_fs_word | 189 | kernel/FPU-emu/fpu_entry.c | code = get_fs_word((unsigned short *) FPU_EIP); |
get_fs_word | 142 | kernel/FPU-emu/load_store.c | control_word = get_fs_word((unsigned short *) FPU_data_address); |
get_fs_word | 56 | kernel/FPU-emu/reg_ld_str.c | exp = get_fs_word(4 + (unsigned short *) s); |
get_fs_word | 313 | kernel/FPU-emu/reg_ld_str.c | s = (int)get_fs_word((unsigned short *) _s); |
get_fs_word | 1141 | kernel/FPU-emu/reg_ld_str.c | control_word = get_fs_word((unsigned short *) s); |
get_fs_word | 1142 | kernel/FPU-emu/reg_ld_str.c | status_word = get_fs_word((unsigned short *) (s+4)); |
get_fs_word | 1143 | kernel/FPU-emu/reg_ld_str.c | tag_word = get_fs_word((unsigned short *) (s+8)); |
get_fs_word | 271 | kernel/chr_drv/vt.c | vt_cons[console].vt_mode.relsig = get_fs_word(&vtmode->relsig); |
get_fs_word | 272 | kernel/chr_drv/vt.c | vt_cons[console].vt_mode.acqsig = get_fs_word(&vtmode->acqsig); |
get_fs_word | 532 | kernel/sys.c | current->groups[i] = get_fs_word((unsigned short *) grouplist); |