Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 25 of 98) sorted by relevance

1234

/linux-2.4.37.9/include/math-emu/
Dop-common.h36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument
89 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument
197 #define _FP_ISSIGNAN(fs, wc, X) \ argument
217 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
355 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument
356 #define _FP_SUB(fs, wc, R, X, Y) \ argument
368 #define _FP_NEG(fs, wc, R, X) \ argument
381 #define _FP_MUL(fs, wc, R, X, Y) \ argument
444 #define _FP_DIV(fs, wc, R, X, Y) \ argument
508 #define _FP_CMP(fs, wc, ret, X, Y, un) \ argument
[all …]
Dop-1.h60 #define _FP_FRAC_OVERP_1(fs,X) (X##_f & _FP_OVERFLOW_##fs) argument
61 #define _FP_FRAC_CLEAR_OVERP_1(fs,X) (X##_f &= ~_FP_OVERFLOW_##fs) argument
75 #define _FP_UNPACK_RAW_1(fs, X, val) \ argument
84 #define _FP_UNPACK_RAW_1_P(fs, X, val) \ argument
98 #define _FP_PACK_RAW_1(fs, val, X) \ argument
109 #define _FP_PACK_RAW_1_P(fs, val, X) \ argument
189 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument
204 #define _FP_DIV_MEAT_1_udiv_norm(fs, R, X, Y) \ argument
228 #define _FP_DIV_MEAT_1_udiv(fs, R, X, Y) \ argument
Dop-2.h116 #define _FP_FRAC_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument
117 #define _FP_FRAC_CLEAR_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument
185 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument
195 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ argument
211 #define _FP_PACK_RAW_2(fs, val, X) \ argument
223 #define _FP_PACK_RAW_2_P(fs, val, X) \ argument
428 #define _FP_DIV_MEAT_2_udiv(fs, R, X, Y) \ argument
496 #define _FP_DIV_MEAT_2_gmp(fs, R, X, Y) \ argument
Dop-4.h134 #define _FP_FRAC_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument
135 #define _FP_FRAC_CLEAR_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument
184 #define _FP_UNPACK_RAW_4(fs, X, val) \ argument
195 #define _FP_UNPACK_RAW_4_P(fs, X, val) \ argument
208 #define _FP_PACK_RAW_4(fs, val, X) \ argument
220 #define _FP_PACK_RAW_4_P(fs, val, X) \ argument
355 #define _FP_DIV_MEAT_4_udiv(fs, R, X, Y) \ argument
/linux-2.4.37.9/arch/mips/math-emu/
Dcp1emu.c626 ieee754sp fd, fr, fs, ft; in fpux_emu() local
722 ieee754dp fd, fr, fs, ft; in fpux_emu() local
884 ieee754sp fs, ft; in fpu_emu() local
894 ieee754sp fs; in fpu_emu() local
929 ieee754sp fs; in fpu_emu() local
943 ieee754sp fs; in fpu_emu() local
956 ieee754sp fs; in fpu_emu() local
969 ieee754sp fs; in fpu_emu() local
983 ieee754sp fs, ft; in fpu_emu() local
1075 ieee754dp fs, ft; in fpu_emu() local
[all …]
/linux-2.4.37.9/arch/ppc/math-emu/
Dop-common.h10 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument
54 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument
138 #define _FP_ADD(fs, wc, R, X, Y) \ argument
285 #define _FP_NEG(fs, wc, R, X) \ argument
298 #define _FP_MUL(fs, wc, R, X, Y) \ argument
359 #define _FP_DIV(fs, wc, R, X, Y) \ argument
420 #define _FP_CMP(fs, wc, ret, X, Y, un) \ argument
457 #define _FP_CMP_EQ(fs, wc, ret, X, Y) \ argument
477 #define _FP_SQRT(fs, wc, R, X) \ argument
551 #define _FP_TO_INT(fs, wc, r, X, rsize, rsigned) \ argument
[all …]
Dop-1.h36 #define _FP_FRAC_OVERP_1(fs,X) (X##_f & _FP_OVERFLOW_##fs) argument
49 #define _FP_UNPACK_RAW_1(fs, X, val) \ argument
63 #define _FP_PACK_RAW_1(fs, val, X) \ argument
82 #define _FP_MUL_MEAT_1_imm(fs, R, X, Y) \ argument
93 #define _FP_MUL_MEAT_1_wide(fs, R, X, Y, doit) \ argument
106 #define _FP_MUL_MEAT_1_hard(fs, R, X, Y) \ argument
144 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument
159 #define _FP_DIV_MEAT_1_udiv_norm(fs, R, X, Y) \ argument
183 #define _FP_DIV_MEAT_1_udiv(fs, R, X, Y) \ argument
Dop-2.h90 #define _FP_FRAC_OVERP_2(fs,X) (X##_f1 & _FP_OVERFLOW_##fs) argument
148 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument
163 #define _FP_PACK_RAW_2(fs, val, X) \ argument
182 #define _FP_MUL_MEAT_2_wide(fs, R, X, Y, doit) \ argument
216 #define _FP_MUL_MEAT_2_gmp(fs, R, X, Y) \ argument
242 #define _FP_DIV_MEAT_2_udiv_64(fs, R, X, Y) \ argument
325 #define _FP_DIV_MEAT_2_gmp(fs, R, X, Y) \ argument
Dsfp-machine.h102 #define _FP_CHOOSENAN(fs, wc, R, X, Y) \ argument
115 #define __FP_UNPACK_RAW_1(fs, X, val) \ argument
125 #define __FP_UNPACK_RAW_2(fs, X, val) \ argument
145 #define __FP_PACK_RAW_1(fs, val, X) \ argument
155 #define __FP_PACK_RAW_2(fs, val, X) \ argument
Dop-4.h116 #define _FP_FRAC_OVERP_4(fs,X) (X##_f[0] & _FP_OVERFLOW_##fs) argument
165 #define _FP_UNPACK_RAW_4(fs, X, val) \ argument
176 #define _FP_PACK_RAW_4(fs, val, X) \ argument
/linux-2.4.37.9/drivers/block/
Dswim_iop.c75 struct floppy_state *fs; member
137 struct floppy_state *fs; in swimiop_init() local
275 struct floppy_state *fs = &floppy_states[drive_num]; in swimiop_status_update() local
307 static int swimiop_eject(struct floppy_state *fs) in swimiop_eject()
343 struct floppy_state *fs; in floppy_ioctl() local
372 struct floppy_state *fs; in floppy_open() local
409 struct floppy_state *fs; in floppy_release() local
422 struct floppy_state *fs; in floppy_check_change() local
434 struct floppy_state *fs; in floppy_revalidate() local
453 static int grab_drive(struct floppy_state *fs, enum swim_state state, in grab_drive()
[all …]
Dswim3.c258 static void swim3_select(struct floppy_state *fs, int sel) in swim3_select()
270 static void swim3_action(struct floppy_state *fs, int action) in swim3_action()
282 static int swim3_readbit(struct floppy_state *fs, int bit) in swim3_readbit()
306 static void start_request(struct floppy_state *fs) in start_request()
361 static void set_timeout(struct floppy_state *fs, int nticks, in set_timeout()
377 static inline void scan_track(struct floppy_state *fs) in scan_track()
390 static inline void seek_track(struct floppy_state *fs, int n) in seek_track()
420 static inline void setup_transfer(struct floppy_state *fs) in setup_transfer()
469 static void act(struct floppy_state *fs) in act()
534 struct floppy_state *fs = (struct floppy_state *) data; in scan_timeout() local
[all …]
/linux-2.4.37.9/fs/
Dquota_v1.c41 mm_segment_t fs; in v1_read_dqblk() local
69 mm_segment_t fs; in v1_commit_dqblk() local
127 mm_segment_t fs; in v1_check_quota_file() local
154 mm_segment_t fs; in v1_read_file_info() local
181 mm_segment_t fs; in v1_write_file_info() local
Dsuper.c58 static void get_filesystem(struct file_system_type *fs) in get_filesystem()
64 static void put_filesystem(struct file_system_type *fs) in put_filesystem()
92 int register_filesystem(struct file_system_type * fs) in register_filesystem()
124 int unregister_filesystem(struct file_system_type * fs) in unregister_filesystem()
241 struct file_system_type *fs; in get_fs_type() local
401 struct file_system_type *fs = s->s_type; in remove_super() local
830 struct file_system_type *fs = sb->s_type; in kill_super() local
Dquota_v2.c33 mm_segment_t fs; in v2_check_quota_file() local
54 mm_segment_t fs; in v2_read_file_info() local
82 mm_segment_t fs; in v2_write_file_info() local
148 mm_segment_t fs; in read_blk() local
162 mm_segment_t fs; in write_blk() local
413 mm_segment_t fs; in v2_write_dquot() local
614 mm_segment_t fs; in v2_read_dquot() local
/linux-2.4.37.9/include/linux/
Dfs_struct.h28 static inline void set_fs_root(struct fs_struct *fs, in set_fs_root()
51 static inline void set_fs_pwd(struct fs_struct *fs, in set_fs_pwd()
/linux-2.4.37.9/kernel/
Dexit.c237 static inline void __put_fs_struct(struct fs_struct *fs) in __put_fs_struct()
253 void put_fs_struct(struct fs_struct *fs) in put_fs_struct()
260 struct fs_struct * fs = tsk->fs; in __exit_fs() local
Dacct.c278 mm_segment_t fs; in do_acct_process() local
/linux-2.4.37.9/fs/smbfs/
Dsock.c115 mm_segment_t fs; in smb_data_callback() local
421 mm_segment_t fs; in smb_get_length() local
687 mm_segment_t fs; in smb_request() local
880 mm_segment_t fs; in smb_trans2_request() local
/linux-2.4.37.9/drivers/sound/
Dsound_firmware.c72 mm_segment_t fs = get_fs(); in mod_firmware_load() local
/linux-2.4.37.9/fs/autofs/
Dwaitq.c50 mm_segment_t fs; in autofs_write() local
/linux-2.4.37.9/arch/arm/kernel/
Dtraps.c66 mm_segment_t fs; in dump_mem() local
103 mm_segment_t fs; in dump_instr() local
/linux-2.4.37.9/fs/autofs4/
Dwaitq.c54 mm_segment_t fs; in autofs4_write() local
/linux-2.4.37.9/include/asm-mips/
Dsfp-machine.h27 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux-2.4.37.9/include/asm-mips64/
Dsfp-machine.h27 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument

1234