tag | line | file | source code |
selector | 46 | arch/i386/math-emu/fpu_aux.c | operand_address.selector = 0; |
selector | 48 | arch/i386/math-emu/fpu_aux.c | instruction_address.selector = 0; |
selector | 98 | arch/i386/math-emu/fpu_emu.h | unsigned int selector:16; |
selector | 292 | arch/i386/math-emu/fpu_entry.c | instruction_address.selector = status_word(); |
selector | 293 | arch/i386/math-emu/fpu_entry.c | operand_address.selector = tag_word(); |
selector | 315 | arch/i386/math-emu/fpu_entry.c | entry_sel_off.selector = FPU_CS; |
selector | 516 | arch/i386/math-emu/fpu_entry.c | operand_address.selector = FPU_DS; |
selector | 129 | arch/i386/math-emu/get_address.c | unsigned short *selector) |
selector | 139 | arch/i386/math-emu/get_address.c | *selector = VM86_REG_(segment); |
selector | 146 | arch/i386/math-emu/get_address.c | unsigned short *selector, long offset) |
selector | 160 | arch/i386/math-emu/get_address.c | *selector = PM_REG_(segment); |
selector | 232 | arch/i386/math-emu/get_address.c | addr->selector = FPU_DS; /* Default, for 32 bit non-segmented mode. */ |
selector | 295 | arch/i386/math-emu/get_address.c | (unsigned short *)&(addr->selector)); |
selector | 300 | arch/i386/math-emu/get_address.c | (unsigned short *)&(addr->selector), address); |
selector | 327 | arch/i386/math-emu/get_address.c | addr->selector = FPU_DS; /* Default, for 32 bit non-segmented mode. */ |
selector | 411 | arch/i386/math-emu/get_address.c | (unsigned short *)&(addr->selector)); |
selector | 416 | arch/i386/math-emu/get_address.c | (unsigned short *)&(addr->selector), address); |
selector | 1165 | arch/i386/math-emu/reg_ld_str.c | instruction_address.selector = get_fs_word((unsigned short *) (s+8)); |
selector | 1167 | arch/i386/math-emu/reg_ld_str.c | operand_address.selector = get_fs_word((unsigned short *) (s+0x0c)); |
selector | 1173 | arch/i386/math-emu/reg_ld_str.c | += (instruction_address.selector & 0xf000) << 4; |
selector | 1174 | arch/i386/math-emu/reg_ld_str.c | operand_address.offset += (operand_address.selector & 0xf000) << 4; |
selector | 1185 | arch/i386/math-emu/reg_ld_str.c | instruction_address.selector = get_fs_word((unsigned short *) (s+0x10)); |
selector | 1188 | arch/i386/math-emu/reg_ld_str.c | operand_address.selector = get_fs_long((unsigned long *) (s+0x18)); |
selector | 1316 | arch/i386/math-emu/reg_ld_str.c | put_fs_word(instruction_address.selector, (unsigned short *) (d+8)); |
selector | 1317 | arch/i386/math-emu/reg_ld_str.c | put_fs_word(operand_address.selector, (unsigned short *) (d+0x0c)); |
selector | 1337 | arch/i386/math-emu/reg_ld_str.c | put_fs_word(instruction_address.selector, (unsigned short *) (d+0x10)); |
selector | 1342 | arch/i386/math-emu/reg_ld_str.c | put_fs_word(operand_address.selector, (unsigned short *) (d+0x18)); |
selector | 1345 | arch/i386/math-emu/reg_ld_str.c | put_fs_long(operand_address.selector, (unsigned long *) (d+0x18)); |
selector | 83 | drivers/sound/ics2101.c | int *selector; |
selector | 92 | drivers/sound/ics2101.c | selector = left_fix; |
selector | 98 | drivers/sound/ics2101.c | selector = right_fix; |
selector | 105 | drivers/sound/ics2101.c | OUTB (selector[dev], u_MixData); |