tag | line | file | source code |
get_fs_word | 135 | kernel/FPU-emu/fpu_entry.c | code = get_fs_word((unsigned short *) FPU_EIP); |
get_fs_word | 142 | kernel/FPU-emu/fpu_entry.c | code = get_fs_word((unsigned short *) FPU_EIP); |
get_fs_word | 141 | kernel/FPU-emu/load_store.c | control_word = get_fs_word((unsigned short *) FPU_data_address); |
get_fs_word | 55 | kernel/FPU-emu/reg_ld_str.c | exp = get_fs_word(4 + (unsigned short *) s); |
get_fs_word | 312 | kernel/FPU-emu/reg_ld_str.c | s = (int)get_fs_word((unsigned short *) _s); |
get_fs_word | 1079 | kernel/FPU-emu/reg_ld_str.c | control_word = get_fs_word((unsigned short *) s); |
get_fs_word | 1080 | kernel/FPU-emu/reg_ld_str.c | status_word = get_fs_word((unsigned short *) (s+4)); |
get_fs_word | 1081 | kernel/FPU-emu/reg_ld_str.c | tag_word = get_fs_word((unsigned short *) (s+8)); |
get_fs_word | 263 | kernel/chr_drv/vt.c | vt_cons[console].vt_mode.relsig = get_fs_word(&vtmode->relsig); |
get_fs_word | 264 | kernel/chr_drv/vt.c | vt_cons[console].vt_mode.acqsig = get_fs_word(&vtmode->acqsig); |
get_fs_word | 503 | kernel/sys.c | current->groups[i] = get_fs_word((unsigned short *) grouplist); |