tag | line | file | source code |
get_fs_word | 293 | arch/i386/kernel/vm86.c | unsigned short seg = get_fs_word((void *) ((i<<2)+2)); |
get_fs_word | 305 | arch/i386/kernel/vm86.c | IP(regs) = get_fs_word((void *) (i<<2)); |
get_fs_word | 339 | arch/i386/math-emu/get_address.c | address = (unsigned short)get_fs_word((unsigned short *) (*fpu_eip)); |
get_fs_word | 357 | arch/i386/math-emu/get_address.c | address = (unsigned) get_fs_word((unsigned short *) (*fpu_eip)); |
get_fs_word | 204 | arch/i386/math-emu/load_store.c | control_word = get_fs_word((unsigned short *) data_address); |
get_fs_word | 53 | arch/i386/math-emu/reg_ld_str.c | exp = get_fs_word(4 + (unsigned short *) s); |
get_fs_word | 354 | arch/i386/math-emu/reg_ld_str.c | s = (short)get_fs_word((unsigned short *) _s); |
get_fs_word | 1161 | arch/i386/math-emu/reg_ld_str.c | control_word = get_fs_word((unsigned short *) s); |
get_fs_word | 1162 | arch/i386/math-emu/reg_ld_str.c | partial_status = get_fs_word((unsigned short *) (s+2)); |
get_fs_word | 1163 | arch/i386/math-emu/reg_ld_str.c | tag_word = get_fs_word((unsigned short *) (s+4)); |
get_fs_word | 1164 | arch/i386/math-emu/reg_ld_str.c | instruction_address.offset = get_fs_word((unsigned short *) (s+6)); |
get_fs_word | 1165 | arch/i386/math-emu/reg_ld_str.c | instruction_address.selector = get_fs_word((unsigned short *) (s+8)); |
get_fs_word | 1166 | arch/i386/math-emu/reg_ld_str.c | operand_address.offset = get_fs_word((unsigned short *) (s+0x0a)); |
get_fs_word | 1167 | arch/i386/math-emu/reg_ld_str.c | operand_address.selector = get_fs_word((unsigned short *) (s+0x0c)); |
get_fs_word | 1181 | arch/i386/math-emu/reg_ld_str.c | control_word = get_fs_word((unsigned short *) s); |
get_fs_word | 1182 | arch/i386/math-emu/reg_ld_str.c | partial_status = get_fs_word((unsigned short *) (s+4)); |
get_fs_word | 1183 | arch/i386/math-emu/reg_ld_str.c | tag_word = get_fs_word((unsigned short *) (s+8)); |
get_fs_word | 1185 | arch/i386/math-emu/reg_ld_str.c | instruction_address.selector = get_fs_word((unsigned short *) (s+0x10)); |
get_fs_word | 1186 | arch/i386/math-emu/reg_ld_str.c | instruction_address.opcode = get_fs_word((unsigned short *) (s+0x12)); |
get_fs_word | 228 | drivers/char/consolemap.c | u = get_fs_word(&list->unicode); |
get_fs_word | 241 | drivers/char/consolemap.c | hashtable[i].fontpos = get_fs_word(&list->fontpos); |
get_fs_word | 124 | drivers/char/selection.c | xs = get_fs_word(args++) - 1; |
get_fs_word | 125 | drivers/char/selection.c | ys = get_fs_word(args++) - 1; |
get_fs_word | 126 | drivers/char/selection.c | xe = get_fs_word(args++) - 1; |
get_fs_word | 127 | drivers/char/selection.c | ye = get_fs_word(args++) - 1; |
get_fs_word | 128 | drivers/char/selection.c | sel_mode = get_fs_word(args); |
get_fs_word | 172 | drivers/char/vc_screen.c | scr_writew(get_fs_word(buf), org++); |
get_fs_word | 384 | drivers/char/vt.c | v = get_fs_word(&a->kb_value); |
get_fs_word | 642 | drivers/char/vt.c | vt_cons[console]->vt_mode.relsig = get_fs_word(&vtmode->relsig); |
get_fs_word | 643 | drivers/char/vt.c | vt_cons[console]->vt_mode.acqsig = get_fs_word(&vtmode->acqsig); |
get_fs_word | 822 | drivers/char/vt.c | ll = get_fs_word(&vtsizes->v_rows); |
get_fs_word | 823 | drivers/char/vt.c | cc = get_fs_word(&vtsizes->v_cols); |
get_fs_word | 871 | drivers/char/vt.c | ct = get_fs_word(&ud->entry_ct); |
get_fs_word | 889 | drivers/char/vt.c | ct = get_fs_word(&ud->entry_ct); |
get_fs_word | 61 | drivers/sound/os.h | #define GET_SHORT_FROM_USER(target, addr, offs) target = get_fs_word(&((addr)[offs])) |
get_fs_word | 41 | fs/umsdos/rdir.c | if (ret > 0) len = get_fs_word(&dirent->d_reclen); |
get_fs_word | 556 | kernel/sys.c | current->groups[i] = get_fs_word((unsigned short *) grouplist); |