/linux-3.4.99/include/math-emu/ |
D | op-common.h | 36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument 89 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument 209 #define _FP_ISSIGNAN(fs, wc, X) \ argument 229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument 367 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument 368 #define _FP_SUB(fs, wc, R, X, Y) \ argument 380 #define _FP_NEG(fs, wc, R, X) \ argument 393 #define _FP_MUL(fs, wc, R, X, Y) \ argument 456 #define _FP_DIV(fs, wc, R, X, Y) \ argument 526 #define _FP_CMP(fs, wc, ret, X, Y, un) \ argument [all …]
|
D | op-1.h | 60 #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
|
D | op-2.h | 116 #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
|
D | op-4.h | 134 #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-3.4.99/arch/mips/math-emu/ |
D | cp1emu.c | 660 ieee754sp fd, fr, fs, ft; in fpux_emu() local 749 ieee754dp fd, fr, fs, ft; in fpux_emu() local 922 ieee754sp fs, ft; in fpu_emu() local 932 ieee754sp fs; in fpu_emu() local 955 ieee754sp fs; in fpu_emu() local 963 ieee754sp fs; in fpu_emu() local 977 ieee754sp fs; in fpu_emu() local 990 ieee754sp fs; in fpu_emu() local 1003 ieee754sp fs; in fpu_emu() local 1017 ieee754sp fs, ft; in fpu_emu() local [all …]
|
/linux-3.4.99/fs/ |
D | fs_struct.c | 25 void set_fs_root(struct fs_struct *fs, struct path *path) in set_fs_root() 44 void set_fs_pwd(struct fs_struct *fs, struct path *path) in set_fs_pwd() 71 struct fs_struct *fs; in chroot_fs_refs() local 98 void free_fs_struct(struct fs_struct *fs) in free_fs_struct() 107 struct fs_struct *fs = tsk->fs; in exit_fs() local 124 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); in copy_fs_struct() local 145 struct fs_struct *fs = current->fs; in unshare_fs_struct() local 182 struct fs_struct *fs = current->fs; in daemonize_fs_struct() local
|
D | filesystems.c | 36 void get_filesystem(struct file_system_type *fs) in get_filesystem() 41 void put_filesystem(struct file_system_type *fs) in put_filesystem() 69 int register_filesystem(struct file_system_type * fs) in register_filesystem() 101 int unregister_filesystem(struct file_system_type * fs) in unregister_filesystem() 259 struct file_system_type *fs; in __get_fs_type() local 271 struct file_system_type *fs; in get_fs_type() local
|
/linux-3.4.99/drivers/block/ |
D | swim3.c | 259 static bool swim3_end_request(struct floppy_state *fs, int err, unsigned int nr_bytes) in swim3_end_request() 276 static void swim3_select(struct floppy_state *fs, int sel) in swim3_select() 288 static void swim3_action(struct floppy_state *fs, int action) in swim3_action() 300 static int swim3_readbit(struct floppy_state *fs, int bit) in swim3_readbit() 311 static void start_request(struct floppy_state *fs) in start_request() 393 static void set_timeout(struct floppy_state *fs, int nticks, in set_timeout() 405 static inline void scan_track(struct floppy_state *fs) in scan_track() 418 static inline void seek_track(struct floppy_state *fs, int n) in seek_track() 448 static inline void setup_transfer(struct floppy_state *fs) in setup_transfer() 502 static void act(struct floppy_state *fs) in act() [all …]
|
D | swim.c | 428 static inline int swim_track(struct floppy_state *fs, int track) in swim_track() 445 static int floppy_eject(struct floppy_state *fs) in floppy_eject() 459 static inline int swim_read_sector(struct floppy_state *fs, in swim_read_sector() 496 static int floppy_read_sectors(struct floppy_state *fs, in floppy_read_sectors() 531 struct floppy_state *fs; in redo_fd_request() local 573 static int get_floppy_geometry(struct floppy_state *fs, int type, in get_floppy_geometry() 591 static void setup_medium(struct floppy_state *fs) in setup_medium() 619 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_open() local 678 struct floppy_state *fs = disk->private_data; in floppy_release() local 697 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_ioctl() local [all …]
|
/linux-3.4.99/drivers/spi/ |
D | spi-sh-msiof.c | 222 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_8() 232 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16() 242 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16u() 252 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32() 262 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32u() 272 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32() 282 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32u() 292 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_8() 302 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16() 312 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16u() [all …]
|
/linux-3.4.99/include/linux/ |
D | fs_struct.h | 27 static inline void get_fs_root(struct fs_struct *fs, struct path *root) in get_fs_root() 35 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd() 43 static inline void get_fs_root_and_pwd(struct fs_struct *fs, struct path *root, in get_fs_root_and_pwd()
|
/linux-3.4.99/fs/gfs2/ |
D | util.h | 17 #define fs_printk(level, fs, fmt, arg...) \ argument 20 #define fs_info(fs, fmt, arg...) \ argument 23 #define fs_warn(fs, fmt, arg...) \ argument 26 #define fs_err(fs, fmt, arg...) \ argument
|
/linux-3.4.99/drivers/dio/ |
D | dio.c | 119 mm_segment_t fs; in dio_find() local 173 mm_segment_t fs; in dio_init() local
|
/linux-3.4.99/sound/drivers/opl3/ |
D | opl3_oss.c | 34 mm_segment_t fs = get_fs(); in snd_enter_user() local 39 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
|
/linux-3.4.99/arch/x86/boot/compressed/ |
D | cmdline.c | 3 static unsigned long fs; variable
|
/linux-3.4.99/sound/ |
D | sound_firmware.c | 69 mm_segment_t fs = get_fs(); in mod_firmware_load() local
|
/linux-3.4.99/arch/x86/ia32/ |
D | ia32_aout.c | 50 u32 fs, gs; in dump_thread32() local 157 mm_segment_t fs; in aout_core_dump() local
|
/linux-3.4.99/arch/arm/kernel/ |
D | sys_oabi-compat.c | 201 mm_segment_t fs = USER_DS; /* initialized to kill a warning */ in sys_oabi_fcntl64() local 254 mm_segment_t fs; in sys_oabi_epoll_ctl() local 275 mm_segment_t fs; in sys_oabi_epoll_wait() local 334 mm_segment_t fs = get_fs(); in sys_oabi_semtimedop() local
|
/linux-3.4.99/arch/x86/um/asm/ |
D | processor_64.h | 13 unsigned long fs; member
|
/linux-3.4.99/drivers/ps3/ |
D | ps3av_cmd.c | 478 u32 fs; member 489 static u8 ps3av_cnv_mclk(u32 fs) in ps3av_cnv_mclk() 513 static void ps3av_cnv_ns(u8 *ns, u32 fs, u32 video_vid) in ps3av_cnv_ns() 679 u32 ch, u32 fs, u32 word_bits, u32 format, in ps3av_cmd_set_audio_mode()
|
/linux-3.4.99/arch/um/kernel/ |
D | syscall.c | 58 mm_segment_t fs; in kernel_execve() local
|
/linux-3.4.99/sound/soc/davinci/ |
D | davinci-sffsdr.c | 50 int fs; in sffsdr_hw_params() local
|
/linux-3.4.99/arch/arm/mach-tegra/ |
D | pinmux-tegra30-tables.c | 88 #define PINGROUP(pg_name, vdd, f0, f1, f2, f3, fs, iod, reg) \ argument
|
/linux-3.4.99/net/netfilter/ |
D | xt_set.c | 40 #define ADT_OPT(n, f, d, fs, cfs, t) \ argument 48 #define ADT_MOPT(n, f, d, fs, cfs, t) \ argument
|
/linux-3.4.99/arch/unicore32/kernel/ |
D | traps.c | 68 mm_segment_t fs; in dump_mem() local 108 mm_segment_t fs; in dump_instr() local
|