Searched refs:fp (Results 301 - 325 of 766) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/sparc/lib/
H A Dmcount.S58 mov %fp, %g3
84 mov %fp, %g3
122 mov %fp, %o0
/linux-master/drivers/ata/
H A Dlibata-scsi.c1212 u16 fp; local
1216 fp = 4;
1222 fp = 4;
1229 fp = 4;
1250 ata_scsi_set_invalid_field(qc->dev, scmd, fp, bp);
1375 u16 fp; local
1383 fp = 9;
1390 fp = 15;
1396 fp = 0;
1469 ata_scsi_set_invalid_field(qc->dev, scmd, fp,
1526 u16 fp = 0; local
2365 u16 fp; local
2853 u16 fp; local
3181 u16 fp; local
3443 u16 sect, fp = (u16)-1; local
3530 u16 fp = (u16)-1; local
3611 ata_mselect_caching(struct ata_queued_cmd *qc, const u8 *buf, int len, u16 *fp) argument
3656 ata_mselect_control_spg0(struct ata_queued_cmd *qc, const u8 *buf, int len, u16 *fp) argument
3699 ata_mselect_control_ata_feature(struct ata_queued_cmd *qc, const u8 *buf, int len, u16 *fp) argument
3760 ata_mselect_control(struct ata_queued_cmd *qc, u8 spg, const u8 *buf, int len, u16 *fp) argument
3791 u16 fp = (u16)-1; local
[all...]
/linux-master/tools/lib/api/fs/
H A Dfs.c157 FILE *fp; local
160 fp = fopen("/proc/mounts", "r");
161 if (fp == NULL)
164 while (fscanf(fp, "%*s %" STR(PATH_MAX) "s %99s %*s %*d %*d\n",
169 fclose(fp);
173 fclose(fp);
/linux-master/tools/testing/selftests/user_events/
H A Dabi_test.c59 FILE *fp; local
62 fp = fopen(path, "r");
64 if (!fp)
67 while (fgets(path, sizeof(path), fp) != NULL) {
69 fclose(fp);
77 fclose(fp);
/linux-master/arch/sparc/kernel/
H A Dsigutil_64.c65 unsigned long fp = current_thread_info()->rwbuf_stkptrs[i]; local
69 err |= __put_user(fp, &rwin->rwbuf_stkptrs[i]);
H A Dprocess_64.c429 unsigned long fp, distance, rval; local
434 __get_user(fp, &(((struct reg_window __user *)psp)->ins[6]));
435 fp += STACK_BIAS;
437 fp &= 0xffffffff;
439 __get_user(fp, &(((struct reg_window32 __user *)psp)->ins[6]));
447 distance = fp - psp;
659 unsigned long pc, fp, bias = 0; local
667 fp = task_thread_info(task)->ksp + bias;
670 if (!kstack_valid(tp, fp))
672 rw = (struct reg_window *) fp;
[all...]
H A Dsignal_32.c62 /* Checks if the fp is valid. We always build signal frames which are
66 static inline bool invalid_frame_pointer(void __user *fp, int fplen) argument
68 if ((((unsigned long) fp) & 15) || !access_ok(fp, fplen))
259 __siginfo_fpu_t __user *fp = tail; local
260 tail += sizeof(*fp);
261 err |= save_fpu_state(regs, fp);
262 err |= __put_user(fp, &sf->fpu_save);
355 __siginfo_fpu_t __user *fp = tail; local
356 tail += sizeof(*fp);
[all...]
/linux-master/arch/nios2/kernel/
H A Dasm-offsets.c46 OFFSET(PT_FP, pt_regs, fp);
62 OFFSET(SW_FP, switch_stack, fp);
/linux-master/tools/perf/util/
H A Dprobe-file.c171 FILE *fp; local
187 fp = fdopen(fddup, "r");
188 if (!fp)
191 while (!feof(fp)) {
192 p = fgets(buf, MAX_CMDLEN, fp);
205 fclose(fp);
210 fclose(fp);
515 FILE *fp; local
520 fp = fdopen(fddup, "r");
521 if (!fp) {
1131 FILE *fp; local
[all...]
/linux-master/arch/microblaze/kernel/
H A Dexceptions.c40 void die(const char *str, struct pt_regs *fp, long err) argument
45 show_regs(fp);
/linux-master/arch/arm64/kvm/
H A Dstacktrace.c120 if (!kvm_nvhe_stack_kern_record_va(&state->fp))
192 kvm_nvhe_unwind_init(&state, stacktrace_info->fp, stacktrace_info->pc);
/linux-master/samples/fprobe/
H A Dfprobe_example.c51 static int sample_entry_handler(struct fprobe *fp, unsigned long ip, argument
69 static void sample_exit_handler(struct fprobe *fp, unsigned long ip, argument
/linux-master/arch/arm/include/asm/
H A Dthread_info.h53 __u32 fp; member in struct:cpu_context_save
96 ((unsigned long)(task_thread_info(tsk)->cpu_context.fp))
/linux-master/net/sched/
H A Dsch_mqprio_lib.c117 void mqprio_fp_to_offload(u32 fp[TC_QOPT_MAX_QUEUE], argument
124 if (fp[tc] == TC_FP_PREEMPTIBLE)
/linux-master/arch/s390/include/asm/
H A Dftrace.h60 unsigned long fp; member in struct:fgraph_ret_regs
70 return ret_regs->fp;
/linux-master/arch/mips/include/asm/
H A Dregdef.h58 #define GPR_S8 30 /* same like fp! */
147 #define fp $30 /* frame pointer */ macro
148 #define s8 $30 /* same like fp! */
190 #define fp $30 /* frame pointer */ macro
H A Dasmmacro.h22 /* preprocessor replaces the fp in ".set fp=64" with $30 otherwise */
23 #undef fp macro
111 .set fp=64
170 .set fp=64
252 .set fp=64
261 .set fp=64
270 .set fp=64
279 .set fp=64
288 .set fp
[all...]
/linux-master/arch/arc/kernel/
H A Dhead.S145 ; setup stack (fp, sp)
146 mov fp, 0
165 ; setup stack (fp, sp)
166 mov fp, 0
/linux-master/drivers/hid/
H A Dhid-roccat-pyra.c83 static ssize_t pyra_sysfs_read(struct file *fp, struct kobject *kobj, argument
108 static ssize_t pyra_sysfs_write(struct file *fp, struct kobject *kobj, argument
131 static ssize_t pyra_sysfs_write_ ## thingy(struct file *fp, \
135 return pyra_sysfs_write(fp, kobj, buf, off, count, \
140 static ssize_t pyra_sysfs_read_ ## thingy(struct file *fp, \
144 return pyra_sysfs_read(fp, kobj, buf, off, count, \
182 static ssize_t pyra_sysfs_read_profilex_settings(struct file *fp, argument
195 return pyra_sysfs_read(fp, kobj, buf, off, count,
200 static ssize_t pyra_sysfs_read_profilex_buttons(struct file *fp, argument
213 return pyra_sysfs_read(fp, kob
237 pyra_sysfs_write_settings(struct file *fp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count) argument
[all...]
/linux-master/arch/alpha/kernel/
H A Dsmc37c669.c2358 int __init smcc669_open( struct FILE *fp, char *info, char *next, char *mode )
2365 ip = fp->ip;
2367 if ( fp->mode & ATTR$M_WRITE ) {
2377 *fp->offset = xtoi( info );
2384 int __init smcc669_close( struct FILE *fp )
2388 ip = fp->ip;
2389 if ( fp->mode & ATTR$M_WRITE ) {
2398 int __init smcc669_read( struct FILE *fp, int size, int number, unsigned char *buf )
2408 ip = fp->ip;
2414 if ( !inrange( *fp
[all...]
/linux-master/scripts/kconfig/
H A Dconfdata.c576 static void conf_write_heading(FILE *fp, const struct comment_style *cs) argument
581 fprintf(fp, "%s\n", cs->prefix);
583 fprintf(fp, "%s Automatically generated file; DO NOT EDIT.\n",
586 fprintf(fp, "%s %s\n", cs->decoration, rootmenu.prompt->text);
588 fprintf(fp, "%s\n", cs->postfix);
636 static void __print_symbol(FILE *fp, struct symbol *sym, enum output_n output_n, argument
650 fprintf(fp, "# %s%s is not set\n", CONFIG_, sym->name);
659 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, val);
664 static void print_symbol_for_dotconfig(FILE *fp, struct symbol *sym) argument
666 __print_symbol(fp, sy
669 print_symbol_for_autoconf(FILE *fp, struct symbol *sym) argument
679 print_symbol_for_c(FILE *fp, struct symbol *sym) argument
721 print_symbol_for_rustccfg(FILE *fp, struct symbol *sym) argument
[all...]
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c308 struct qede_fastpath *fp; local
313 fp = &edev->fp_array[i];
315 if (fp->type & QEDE_FASTPATH_RX)
316 qede_get_strings_stats_rxq(edev, fp->rxq, &buf);
318 if (fp->type & QEDE_FASTPATH_XDP)
319 qede_get_strings_stats_txq(edev, fp->xdp_tx, &buf);
321 if (fp->type & QEDE_FASTPATH_TX) {
326 &fp->txq[cos], &buf);
385 struct qede_fastpath *fp; local
394 fp
764 struct qede_fastpath *fp; local
824 struct qede_fastpath *fp; local
1479 struct qede_fastpath *fp = &edev->fp_array[i]; local
2149 struct qede_fastpath *fp; local
2217 struct qede_fastpath *fp; local
[all...]
/linux-master/arch/powerpc/math-emu/
H A Dfmsubs.c7 #include <math-emu/soft-fp.h>
H A Dfsubs.c7 #include <math-emu/soft-fp.h>
H A Dfsub.c7 #include <math-emu/soft-fp.h>

Completed in 466 milliseconds

<<11121314151617181920>>