Searched refs:fp (Results 401 - 425 of 766) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/x86/kernel/
H A Dsignal_64.c138 #define unsafe_put_sigcontext(sc, fp, regs, set, label) \
140 if (__unsafe_setup_sigcontext(sc, fp, regs, set->sig[0])) \
168 void __user *fp = NULL; local
175 frame = get_sigframe(ksig, regs, sizeof(struct rt_sigframe), &fp);
189 unsafe_put_sigcontext(&frame->uc.uc_mcontext, fp, regs, set, Efault);
309 void __user *fp = NULL; local
314 frame = get_sigframe(ksig, regs, sizeof(*frame), &fp);
331 unsafe_put_sigcontext(&frame->uc.uc_mcontext, fp, regs, set, Efault);
H A Dsignal_32.c225 #define unsafe_put_sigcontext32(sc, fp, regs, set, label) \
227 if (__unsafe_setup_sigcontext32(sc, fp, regs, set->sig[0])) \
236 void __user *fp = NULL; local
249 frame = get_sigframe(ksig, regs, sizeof(*frame), &fp);
266 unsafe_put_sigcontext32(&frame->sc, fp, regs, set, Efault);
307 void __user *fp = NULL; local
322 frame = get_sigframe(ksig, regs, sizeof(*frame), &fp);
351 unsafe_put_sigcontext32(&frame->uc.uc_mcontext, fp, regs, set, Efault);
/linux-master/security/selinux/ss/
H A Debitmap.h132 int ebitmap_read(struct ebitmap *e, void *fp);
133 int ebitmap_write(const struct ebitmap *e, void *fp);
/linux-master/tools/perf/
H A Dbuiltin-report.c474 const char *evname, FILE *fp)
513 ret = fprintf(fp, "# Samples: %lu%c", nr_samples, unit);
515 ret += fprintf(fp, " of event%s '%s'",
520 ret += fprintf(fp, " (time slices: %s)", rep->time_str);
523 ret += fprintf(fp, ", show reference callgraph");
527 ret += fprintf(fp, "\n# Total weight : %" PRIu64, nr_events);
528 ret += fprintf(fp, "\n# Sort order : %s", sort_order ? : default_mem_sort_order);
530 ret += fprintf(fp, "\n# Event count (approx.): %" PRIu64, nr_events);
533 ret += fprintf(fp, "\n# Processor Socket: %d", socked_id);
535 return ret + fprintf(fp, "\
473 hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, const char *evname, FILE *fp) argument
835 FILE *fp; member in struct:maps__fprintf_task_args
863 maps__fprintf_task(struct maps *maps, int indent, FILE *fp) argument
897 task__print_level(struct machine *machine, struct thread *thread, FILE *fp) argument
906 maps__fprintf_task(thread__maps(thread), comm_indent, fp); local
1007 tasks_print(struct report *rep, FILE *fp) argument
[all...]
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py386 fp = open(file, 'r')
387 res = fp.read(1000)
388 fp.close()
396 fp = Popen(['which', cmd], stdout=PIPE, stderr=PIPE).stdout
397 out = ascii(fp.read()).strip()
398 fp.close()
465 with open('/proc/cpuinfo', 'r') as fp:
466 for line in fp:
470 with open('/proc/meminfo', 'r') as fp:
471 for line in fp
[all...]
/linux-master/include/uapi/linux/
H A Dif_hippi.h149 struct hippi_fp_hdr fp; member in struct:hippi_hdr
/linux-master/arch/sparc/kernel/
H A Dhelpers.S21 /* Flush %fp and %i7 to the stack for all register
39 stx %fp, [%sp + STACK_BIAS + RW_V9_I6]
/linux-master/drivers/scsi/cxlflash/
H A Dsislite.h510 u8 fp; /* format & perm nibbles. member in struct:sisl_rht_entry
522 u8 fp; member in struct:sisl_rht_entry_f1::__anon973::__anon974
530 /* make the fp byte */
533 /* make the fp byte for a clone from a source fp and clone flags
542 /* extract the perm bits from a fp */
543 #define SISL_RHT_PERM(fp) ((fp) & RHT_PERM_RW)
/linux-master/include/media/
H A Dv4l2-vp9.h108 * @fp: motion vector fractional bit counts.
139 u32 (*fp)[2][4]; member in struct:v4l2_vp9_frame_symbol_counts
/linux-master/arch/loongarch/include/asm/
H A Dstacktrace.h25 unsigned long fp; member in struct:stack_frame
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_vp9.h74 u32 fp[2][4]; member in struct:mv_counts
/linux-master/arch/alpha/include/asm/
H A Dthread_info.h29 unsigned long fp[32]; member in struct:thread_info
/linux-master/arch/s390/include/asm/
H A Dnmi.h67 u64 fp : 1; /* 27 floating point register validity */ member in struct:mci::__anon5
79 u64 fc : 1; /* 43 fp control register validity */
/linux-master/include/scsi/
H A Dscsi_common.h87 int scsi_set_sense_field_pointer(u8 *buf, int buf_len, u16 fp, u8 bp, bool cd);
/linux-master/arch/arm64/include/asm/
H A Dthread_info.h53 ((unsigned long)(tsk->thread.cpu_context.fp))
/linux-master/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c366 const unsigned int *fp; local
368 fp = of_get_property(np, prop_name, NULL);
369 if (fp)
370 return *fp;
/linux-master/drivers/platform/x86/
H A Dmsi-wmi-platform.c213 static ssize_t msi_wmi_platform_write(struct file *fp, const char __user *input, size_t length, argument
216 struct seq_file *seq = fp->private_data;
256 static int msi_wmi_platform_open(struct inode *inode, struct file *fp) argument
261 return single_open_size(fp, msi_wmi_platform_show, data, data->length + 1);
/linux-master/tools/perf/util/
H A Dmap.h202 size_t map__fprintf(struct map *map, FILE *fp);
203 size_t map__fprintf_dsoname(struct map *map, FILE *fp);
204 size_t map__fprintf_dsoname_dsoff(struct map *map, bool print_off, u64 addr, FILE *fp);
207 FILE *fp);
H A Dcpumap.h57 size_t cpu_map__fprintf(struct perf_cpu_map *map, FILE *fp);
/linux-master/arch/sparc/include/uapi/asm/
H A Dptrace.h67 struct sparc_stackf *fp; member in struct:sparc_stackf
78 unsigned int fp; member in struct:sparc_stackf32
122 struct sparc_stackf *fp; member in struct:sparc_stackf
/linux-master/arch/m68k/include/asm/
H A Dmath-emu.h85 /* internal representation of extended fp numbers */
128 #define FPDATA ((struct fp_data *)current->thread.fp)
280 .macro printx bit,fp
283 lea \fp,%a0
/linux-master/drivers/scsi/
H A Dscsi_common.c354 * @fp: field pointer to be set
361 int scsi_set_sense_field_pointer(u8 *buf, int buf_len, u16 fp, u8 bp, bool cd) argument
384 put_unaligned_be16(fp, &ucp[5]);
395 put_unaligned_be16(fp, &buf[16]);
/linux-master/drivers/input/serio/
H A Dserport.c118 const u8 *fp, size_t count)
131 if (fp) {
132 switch (fp[i]) {
117 serport_ldisc_receive(struct tty_struct *tty, const u8 *cp, const u8 *fp, size_t count) argument
/linux-master/fs/freevxfs/
H A Dvxfs_lookup.c179 * @fp: the directory to read
183 * vxfs_readdir fills @retp with directory entries from @fp
190 vxfs_readdir(struct file *fp, struct dir_context *ctx) argument
192 struct inode *ip = file_inode(fp);
199 if (!dir_emit_dot(fp, ctx))
/linux-master/fs/
H A Dfcntl.c896 struct fasync_struct *fa, **fp; local
901 for (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) {
909 *fp = fa->fa_next;
944 struct fasync_struct *fa, **fp; local
948 for (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) {
1042 void kill_fasync(struct fasync_struct **fp, in argument
[all...]

Completed in 564 milliseconds

<<11121314151617181920>>