Searched refs:fp (Results 1 - 25 of 766) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dfprobe.h37 int (*entry_handler)(struct fprobe *fp, unsigned long entry_ip,
40 void (*exit_handler)(struct fprobe *fp, unsigned long entry_ip,
54 static inline bool fprobe_disabled(struct fprobe *fp) argument
56 return (fp) ? fp->flags & FPROBE_FL_DISABLED : false;
59 static inline bool fprobe_shared_with_kprobes(struct fprobe *fp) argument
61 return (fp) ? fp->flags & FPROBE_FL_KPROBE_SHARED : false;
65 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter);
66 int register_fprobe_ips(struct fprobe *fp, unsigne
71 register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) argument
75 register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) argument
79 register_fprobe_syms(struct fprobe *fp, const char **syms, int num) argument
83 unregister_fprobe(struct fprobe *fp) argument
87 fprobe_is_registered(struct fprobe *fp) argument
100 disable_fprobe(struct fprobe *fp) argument
112 enable_fprobe(struct fprobe *fp) argument
[all...]
/linux-master/kernel/trace/
H A Dfprobe.c29 struct fprobe *fp; local
33 fp = container_of(ops, struct fprobe, ops);
35 if (fp->exit_handler) {
36 rh = rethook_try_get(fp->rethook);
38 fp->nmissed++;
44 if (fp->entry_data_size)
48 if (fp->entry_handler)
49 ret = fp->entry_handler(fp, ip, parent_ip, ftrace_get_regs(fregs), entry_data);
63 struct fprobe *fp; local
87 struct fprobe *fp; local
125 struct fprobe *fp = (struct fprobe *)data; local
178 fprobe_init(struct fprobe *fp) argument
188 fprobe_init_rethook(struct fprobe *fp, int num) argument
215 fprobe_fail_cleanup(struct fprobe *fp) argument
236 register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) argument
295 register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) argument
329 register_fprobe_syms(struct fprobe *fp, const char **syms, int num) argument
349 fprobe_is_registered(struct fprobe *fp) argument
365 unregister_fprobe(struct fprobe *fp) argument
[all...]
/linux-master/tools/bpf/
H A Dbpf_asm.c26 extern void bpf_asm_compile(FILE *fp, bool cstyle);
30 FILE *fp = stdin; local
40 fp = fopen(argv[i], "r");
41 if (!fp) {
42 fp = stdin;
49 bpf_asm_compile(fp, cstyle);
/linux-master/drivers/scsi/libfc/
H A Dfc_frame.c22 u32 fc_frame_crc_check(struct fc_frame *fp) argument
29 WARN_ON(!fc_frame_is_linear(fp));
30 fr_flags(fp) &= ~FCPHF_CRC_UNCHECKED;
31 len = (fr_len(fp) + 3) & ~3; /* round up length to include fill */
32 bp = (const u8 *) fr_hdr(fp);
34 error = crc ^ fr_crc(fp);
45 struct fc_frame *fp; local
55 fp = (struct fc_frame *) skb;
56 fc_frame_init(fp);
58 return fp;
64 struct fc_frame *fp; local
[all...]
/linux-master/arch/csky/kernel/
H A Dperf_callchain.c9 unsigned long fp; member in struct:stackframe
18 if (unlikely(frame->fp < low || frame->fp > high))
21 if (kstack_end((void *)frame->fp) || frame->fp & 0x3)
24 *frame = *(struct stackframe *)frame->fp;
48 unsigned long fp, unsigned long reg_lr)
52 unsigned long __user *user_frame_tail = (unsigned long __user *)fp;
66 fp = buftail.fp;
47 user_backtrace(struct perf_callchain_entry_ctx *entry, unsigned long fp, unsigned long reg_lr) argument
89 unsigned long fp = 0; local
[all...]
/linux-master/include/scsi/
H A Dfc_frame.h50 #define fp_skb(fp) (&((fp)->skb))
51 #define fr_hdr(fp) ((fp)->skb.data)
52 #define fr_len(fp) ((fp)->skb.len)
53 #define fr_cb(fp) ((struct fcoe_rcv_info *)&((fp)->skb.cb[0]))
54 #define fr_dev(fp) (fr_cb(fp)
101 fc_frame_init(struct fc_frame *fp) argument
118 struct fc_frame *fp; local
134 fc_frame_free(struct fc_frame *fp) argument
139 fc_frame_is_linear(struct fc_frame *fp) argument
149 __fc_frame_header_get(const struct fc_frame *fp) argument
159 fc_frame_header_get(const struct fc_frame *fp) argument
168 fc_frame_sid(const struct fc_frame *fp) argument
176 fc_frame_did(const struct fc_frame *fp) argument
191 fc_frame_payload_get(const struct fc_frame *fp, size_t len) argument
206 fc_frame_payload_op(const struct fc_frame *fp) argument
220 fc_frame_class(const struct fc_frame *fp) argument
232 fc_frame_rctl(const struct fc_frame *fp) argument
237 fc_frame_is_cmd(const struct fc_frame *fp) argument
268 fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, u32 did, u32 sid, enum fc_fh_type type, u32 f_ctl, u32 parm_offset) argument
[all...]
/linux-master/sound/usb/
H A Dformat.c27 * @fp: audioformat record
32 struct audioformat *fp,
38 switch (fp->protocol) {
45 fp->iface, fp->altsetting, format);
62 fp->dsd_raw = true;
82 fp->fmt_bits = sample_width;
88 fp->iface, fp->altsetting);
100 fp
31 parse_audio_format_i_type(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) argument
159 set_fixed_rate(struct audioformat *fp, int rate, int rate_bits) argument
174 set_rate_table_min_max(struct audioformat *fp) argument
200 parse_audio_format_rates_v1(struct snd_usb_audio *chip, struct audioformat *fp, unsigned char *fmt, int offset) argument
281 s1810c_valid_sample_rate(struct audioformat *fp, unsigned int rate) argument
305 focusrite_valid_sample_rate(struct snd_usb_audio *chip, struct audioformat *fp, unsigned int rate) argument
352 parse_uac2_sample_rate_range(struct snd_usb_audio *chip, struct audioformat *fp, int nr_triplets, const unsigned char *data) argument
413 line6_parse_audio_format_rates_quirk(struct snd_usb_audio *chip, struct audioformat *fp) argument
468 validate_sample_rate_table_v2v3(struct snd_usb_audio *chip, struct audioformat *fp, int clock) argument
544 parse_audio_format_rates_v2v3(struct snd_usb_audio *chip, struct audioformat *fp) argument
647 parse_audio_format_i(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) argument
730 parse_audio_format_ii(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) argument
780 snd_usb_parse_audio_format(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, struct uac_format_type_i_continuous_descriptor *fmt, int stream) argument
822 snd_usb_parse_audio_format_v3(struct snd_usb_audio *chip, struct audioformat *fp, struct uac3_as_header_descriptor *as, int stream) argument
[all...]
H A Dformat.h6 struct audioformat *fp, u64 format,
11 struct audioformat *fp,
/linux-master/arch/hexagon/kernel/
H A Dstacktrace.c15 unsigned long fp; member in struct:stackframe
25 unsigned long fp; local
31 fp = (unsigned long)__builtin_frame_address(0);
33 while (fp >= low && fp <= (high - sizeof(*frame))) {
34 frame = (struct stackframe *)fp;
48 low = fp + sizeof(*frame);
49 fp = frame->fp;
/linux-master/arch/m68k/kernel/
H A Dtraps.c130 asmlinkage void trap_c(struct frame *fp);
133 static inline void access_error060 (struct frame *fp) argument
135 unsigned long fslw = fp->un.fmt4.pc; /* is really FSLW for access error */
137 pr_debug("fslw=%#lx, fa=%#lx\n", fslw, fp->un.fmt4.effaddr);
152 unsigned long addr = fp->un.fmt4.effaddr;
165 do_page_fault(&fp->ptregs, addr, errorcode);
170 send_fault_sig(&fp->ptregs);
172 send_fault_sig(&fp->ptregs) > 0) {
173 pr_err("pc=%#lx, fa=%#lx\n", fp->ptregs.pc,
174 fp
230 fix_xframe040(struct frame *fp, unsigned long wba, unsigned short wbs) argument
238 do_040writebacks(struct frame *fp) argument
283 berr_040cleanup(struct frame *fp) argument
291 access_error040(struct frame *fp) argument
371 bus_error030(struct frame *fp) argument
496 bus_error030(struct frame *fp) argument
698 access_errorcf(unsigned int fs, struct frame *fp) argument
753 buserr_c(struct frame *fp) argument
844 struct frame *fp = (struct frame *)regs; local
967 bad_super_trap(struct frame *fp) argument
1002 trap_c(struct frame *fp) argument
1127 die_if_kernel(char *str, struct pt_regs *fp, int nr) argument
[all...]
/linux-master/drivers/s390/char/
H A Dfs3270.c53 static inline int fs3270_working(struct fs3270 *fp) argument
59 return fp->active && raw3270_request_final(fp->init);
64 struct fs3270 *fp; local
67 fp = (struct fs3270 *)view;
69 rq->callback_data = &fp->wait;
72 if (!fs3270_working(fp)) {
74 rc = wait_event_interruptible(fp->wait,
75 fs3270_working(fp));
82 wait_event(fp
93 struct fs3270 *fp; local
102 struct fs3270 *fp; local
116 struct fs3270 *fp; local
162 struct fs3270 *fp; local
189 struct fs3270 *fp; local
217 fs3270_irq(struct fs3270 *fp, struct raw3270_request *rq, struct irb *irb) argument
241 struct fs3270 *fp; local
286 struct fs3270 *fp; local
326 struct fs3270 *fp; local
372 struct fs3270 *fp; local
390 struct fs3270 *fp; local
404 struct fs3270 *fp; local
425 struct fs3270 *fp; local
496 struct fs3270 *fp; local
[all...]
H A Dhmcdrv_dev.c56 static int hmcdrv_dev_open(struct inode *inode, struct file *fp);
57 static int hmcdrv_dev_release(struct inode *inode, struct file *fp);
58 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence);
59 static ssize_t hmcdrv_dev_read(struct file *fp, char __user *ubuf,
61 static ssize_t hmcdrv_dev_write(struct file *fp, const char __user *ubuf,
114 static int hmcdrv_dev_open(struct inode *inode, struct file *fp) argument
120 if (fp->f_flags & O_NONBLOCK)
126 if ((fp->f_flags & O_ACCMODE) == O_RDONLY)
135 fp->private_data = NULL; /* no command yet */
140 pr_debug("open file '/dev/%pD' with return code %d\n", fp, r
147 hmcdrv_dev_release(struct inode *inode, struct file *fp) argument
160 hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence) argument
221 hmcdrv_dev_read(struct file *fp, char __user *ubuf, size_t len, loff_t *pos) argument
246 hmcdrv_dev_write(struct file *fp, const char __user *ubuf, size_t len, loff_t *pos) argument
[all...]
/linux-master/drivers/net/fddi/
H A Ddefza.c212 static inline void fza_regs_dump(struct fza_private *fp) argument
214 pr_debug("%s: iomem registers:\n", fp->name);
215 pr_debug(" reset: 0x%04x\n", readw_o(&fp->regs->reset));
216 pr_debug(" interrupt event: 0x%04x\n", readw_u(&fp->regs->int_event));
217 pr_debug(" status: 0x%04x\n", readw_u(&fp->regs->status));
218 pr_debug(" interrupt mask: 0x%04x\n", readw_u(&fp->regs->int_mask));
219 pr_debug(" control A: 0x%04x\n", readw_u(&fp->regs->control_a));
220 pr_debug(" control B: 0x%04x\n", readw_u(&fp->regs->control_b));
223 static inline void fza_do_reset(struct fza_private *fp) argument
226 writew_o(FZA_RESET_INIT, &fp
236 fza_do_shutdown(struct fza_private *fp) argument
248 fza_reset(struct fza_private *fp) argument
288 struct fza_private *fp = netdev_priv(dev); local
380 struct fza_private *fp = netdev_priv(dev); local
418 fza_rx_init(struct fza_private *fp) argument
446 struct fza_private *fp = netdev_priv(dev); local
514 struct fza_private *fp = netdev_priv(dev); local
543 struct fza_private *fp = netdev_priv(dev); local
597 fza_rx_err(struct fza_private *fp, const u32 rmc, const u8 fc) argument
677 struct fza_private *fp = netdev_priv(dev); local
787 struct fza_private *fp = netdev_priv(dev); local
845 struct fza_private *fp = netdev_priv(dev); local
868 struct fza_private *fp = netdev_priv(dev); local
903 struct fza_private *fp = netdev_priv(dev); local
1047 struct fza_private *fp = from_timer(fp, t, reset_timer); local
1080 struct fza_private *fp = netdev_priv(dev); local
1149 struct fza_private *fp = netdev_priv(dev); local
1221 struct fza_private *fp = netdev_priv(dev); local
1268 struct fza_private *fp = netdev_priv(dev); local
1289 struct fza_private *fp; local
1515 struct fza_private *fp = netdev_priv(dev); local
[all...]
/linux-master/arch/riscv/kernel/
H A Dperf_callchain.c14 unsigned long fp, unsigned long reg_ra)
19 (unsigned long __user *)(fp - sizeof(struct stackframe));
33 fp = buftail.fp;
39 return fp;
49 * $ perf record -e cpu-clock --call-graph fp ./program
59 unsigned long fp = 0; local
61 fp = regs->s0;
64 fp = user_backtrace(entry, fp, reg
13 user_backtrace(struct perf_callchain_entry_ctx *entry, unsigned long fp, unsigned long reg_ra) argument
[all...]
/linux-master/arch/m68k/68000/
H A Dints.h7 asmlinkage void process_int(int vec, struct pt_regs *fp);
/linux-master/arch/alpha/include/uapi/asm/
H A Dfpu.h95 unsigned long fp; local
96 fp = (sw & IEEE_STATUS_MASK) << 35;
97 fp |= (sw & IEEE_MAP_DMZ) << 36;
98 fp |= (sw & IEEE_STATUS_MASK ? FPCR_SUM : 0);
99 fp |= (~sw & (IEEE_TRAP_ENABLE_INV
102 fp |= (~sw & (IEEE_TRAP_ENABLE_UNF | IEEE_TRAP_ENABLE_INE)) << 57;
103 fp |= (sw & IEEE_MAP_UMZ ? FPCR_UNDZ | FPCR_UNFD : 0);
104 fp |= (~sw & IEEE_TRAP_ENABLE_DNO) << 41;
105 return fp;
109 ieee_fpcr_to_swcr(unsigned long fp) argument
[all...]
/linux-master/arch/arm64/include/asm/stacktrace/
H A Dnvhe.h24 * kvm_nvhe_unwind_init() - Start an unwind from the given nVHE HYP fp and pc
27 * @fp : frame pointer at which to start the unwinding.
31 unsigned long fp,
36 state->fp = fp;
30 kvm_nvhe_unwind_init(struct unwind_state *state, unsigned long fp, unsigned long pc) argument
/linux-master/fs/smb/server/
H A Dvfs_cache.c85 static struct ksmbd_inode *ksmbd_inode_lookup(struct ksmbd_file *fp) argument
87 return __ksmbd_inode_lookup(fp->filp->f_path.dentry);
118 bool ksmbd_inode_pending_delete(struct ksmbd_file *fp) argument
120 return (fp->f_ci->m_flags & (S_DEL_PENDING | S_DEL_ON_CLS));
123 void ksmbd_set_inode_pending_delete(struct ksmbd_file *fp) argument
125 fp->f_ci->m_flags |= S_DEL_PENDING;
128 void ksmbd_clear_inode_pending_delete(struct ksmbd_file *fp) argument
130 fp->f_ci->m_flags &= ~S_DEL_PENDING;
133 void ksmbd_fd_set_delete_on_close(struct ksmbd_file *fp, argument
136 if (ksmbd_stream_fd(fp)) {
159 ksmbd_inode_init(struct ksmbd_inode *ci, struct ksmbd_file *fp) argument
173 ksmbd_inode_get(struct ksmbd_file *fp) argument
246 __ksmbd_inode_close(struct ksmbd_file *fp) argument
277 __ksmbd_remove_durable_fd(struct ksmbd_file *fp) argument
287 __ksmbd_remove_fd(struct ksmbd_file_table *ft, struct ksmbd_file *fp) argument
301 __ksmbd_close_fd(struct ksmbd_file_table *ft, struct ksmbd_file *fp) argument
336 ksmbd_fp_get(struct ksmbd_file *fp) argument
349 struct ksmbd_file *fp; local
362 __put_fd_final(struct ksmbd_work *work, struct ksmbd_file *fp) argument
368 set_close_state_blocked_works(struct ksmbd_file *fp) argument
383 struct ksmbd_file *fp; local
412 ksmbd_fd_put(struct ksmbd_work *work, struct ksmbd_file *fp) argument
422 __sanity_check(struct ksmbd_tree_connect *tcon, struct ksmbd_file *fp) argument
438 struct ksmbd_file *fp = __ksmbd_lookup_fd(&work->sess->file_table, id); local
450 struct ksmbd_file *fp; local
476 struct ksmbd_file *fp; local
487 ksmbd_put_durable_fd(struct ksmbd_file *fp) argument
497 struct ksmbd_file *fp = NULL; local
543 __open_id_set(struct ksmbd_file *fp, u64 id, int type) argument
551 __open_id(struct ksmbd_file_table *ft, struct ksmbd_file *fp, int type) argument
579 ksmbd_open_durable_fd(struct ksmbd_file *fp) argument
587 struct ksmbd_file *fp; local
629 ksmbd_update_fstate(struct ksmbd_file_table *ft, struct ksmbd_file *fp, unsigned int state) argument
641 __close_file_table_ids(struct ksmbd_file_table *ft, struct ksmbd_tree_connect *tcon, bool (*skip)(struct ksmbd_tree_connect *tcon, struct ksmbd_file *fp)) argument
647 struct ksmbd_file *fp; local
664 is_reconnectable(struct ksmbd_file *fp) argument
690 tree_conn_fd_check(struct ksmbd_tree_connect *tcon, struct ksmbd_file *fp) argument
696 session_fd_check(struct ksmbd_tree_connect *tcon, struct ksmbd_file *fp) argument
748 struct ksmbd_file *fp = NULL; local
759 ksmbd_validate_name_reconnect(struct ksmbd_share_config *share, struct ksmbd_file *fp, char *name) argument
785 ksmbd_reopen_durable_fd(struct ksmbd_work *work, struct ksmbd_file *fp) argument
[all...]
/linux-master/tools/perf/util/
H A Dsymbol_fprintf.c10 size_t symbol__fprintf(struct symbol *sym, FILE *fp) argument
12 return fprintf(fp, " %" PRIx64 "-%" PRIx64 " %c %s\n",
22 bool print_offsets, FILE *fp)
28 length = fprintf(fp, "%s", sym->name);
34 length += fprintf(fp, "+0x%lx", offset);
38 return fprintf(fp, "[%#" PRIx64 "]", al->addr);
40 return fprintf(fp, "[unknown]");
45 FILE *fp)
47 return __symbol__fprintf_symname_offs(sym, al, false, true, fp);
52 bool unknown_as_addr, FILE *fp)
19 __symbol__fprintf_symname_offs(const struct symbol *sym, const struct addr_location *al, bool unknown_as_addr, bool print_offsets, FILE *fp) argument
43 symbol__fprintf_symname_offs(const struct symbol *sym, const struct addr_location *al, FILE *fp) argument
50 __symbol__fprintf_symname(const struct symbol *sym, const struct addr_location *al, bool unknown_as_addr, FILE *fp) argument
57 symbol__fprintf_symname(const struct symbol *sym, FILE *fp) argument
62 dso__fprintf_symbols_by_name(struct dso *dso, FILE *fp) argument
[all...]
H A Devsel_fprintf.c20 static int comma_fprintf(FILE *fp, bool *first, const char *fmt, ...) argument
26 ret += fprintf(fp, ",");
28 ret += fprintf(fp, ":");
33 ret += vfprintf(fp, fmt, args);
38 static int __print_attr__fprintf(FILE *fp, const char *name, const char *val, void *priv) argument
40 return comma_fprintf(fp, (bool *)priv, " %s: %s", name, val);
43 int evsel__fprintf(struct evsel *evsel, struct perf_attr_details *details, FILE *fp) argument
55 printed += fprintf(fp, "%s{", evsel->group_name ?: "");
57 printed += fprintf(fp, "%s", evsel__name(evsel));
59 printed += fprintf(fp, ",
111 sample__fprintf_callchain(struct perf_sample *sample, int left_alignment, unsigned int print_opts, struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) argument
208 sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al, int left_alignment, unsigned int print_opts, struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) argument
[all...]
/linux-master/arch/nios2/kernel/
H A Dtraps.c109 asmlinkage void breakpoint_c(struct pt_regs *fp) argument
116 fp->ea -= 4;
117 _exception(SIGTRAP, fp, TRAP_BRKPT, fp->ea);
122 asmlinkage void handle_unaligned_c(struct pt_regs *fp, int cause) argument
127 fp->ea -= 4;
129 if (fixup_exception(fp))
132 if (!user_mode(fp)) {
137 pr_alert(" op-code 0x%08lx\n", *(unsigned long *)(fp->ea));
138 show_regs(fp);
147 handle_illegal_c(struct pt_regs *fp) argument
154 handle_supervisor_instr(struct pt_regs *fp) argument
161 handle_diverror_c(struct pt_regs *fp) argument
183 handle_trap_1_c(struct pt_regs *fp) argument
188 handle_trap_2_c(struct pt_regs *fp) argument
193 handle_trap_3_c(struct pt_regs *fp) argument
[all...]
H A Dprocess.c91 pr_notice("ra: %08lx fp: %08lx sp: %08lx gp: %08lx\n",
92 regs->ra, regs->fp, regs->sp, regs->gp);
152 void dump(struct pt_regs *fp) argument
174 pr_emerg("PC: %08lx\n", fp->ea);
176 (long) fp->estatus, (long) fp);
179 fp->r1, fp->r2, fp->r3);
182 fp
223 unsigned long fp, pc; local
[all...]
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_c_to_py.c36 void family_write(const struct family_route_values *rv, FILE *fp) argument
38 fprintf(fp,
54 fprintf(fp, " %u : {\n", dest);
75 fprintf(fp, " %u : \"%s(%u)\",\n",
78 fprintf(fp, " },\n");
80 fprintf(fp, " },\n\n");
99 void device_write(const struct ni_device_routes *dR, FILE *fp) argument
101 fprintf(fp,
116 fprintf(fp, " %u : [", dR->routes[i].dest);
128 fprintf(fp, "
141 FILE *fp = fopen("ni_values.py", "w"); local
[all...]
/linux-master/drivers/sbus/char/
H A Dbbc_envctrl.c93 static void set_fan_speeds(struct bbc_fan_control *fp) argument
98 if (fp->cpu_fan_speed < FAN_SPEED_MIN)
99 fp->cpu_fan_speed = FAN_SPEED_MIN;
100 if (fp->cpu_fan_speed > FAN_SPEED_MAX)
101 fp->cpu_fan_speed = FAN_SPEED_MAX;
102 if (fp->system_fan_speed < FAN_SPEED_MIN)
103 fp->system_fan_speed = FAN_SPEED_MIN;
104 if (fp->system_fan_speed > FAN_SPEED_MAX)
105 fp->system_fan_speed = FAN_SPEED_MAX;
108 fp
320 maybe_new_ambient_fan_speed(struct bbc_fan_control *fp) argument
354 maybe_new_cpu_fan_speed(struct bbc_fan_control *fp) argument
390 maybe_new_fan_speeds(struct bbc_fan_control *fp) argument
403 struct bbc_fan_control *fp; local
426 struct bbc_fan_control *fp; local
497 struct bbc_fan_control *fp; local
549 destroy_one_fan(struct bbc_fan_control *fp) argument
557 struct bbc_fan_control *fp, *fpos; local
[all...]
/linux-master/arch/microblaze/kernel/
H A Dtraps.c38 u32 fp = (u32) sp; local
40 if (fp == 0) {
42 fp = ((struct thread_info *)
46 fp = (u32)&sp - 8;
50 words_to_show = (THREAD_SIZE - (fp & (THREAD_SIZE - 1))) >> 2;
60 if (fp & 0xF) {
61 unsigned long line1_words = (0x10 - (fp & 0xF)) >> 2;
64 4, (void *)fp, line1_words << 2, 0);
65 fp += line1_words << 2;
69 print_hex_dump(loglvl, "", DUMP_PREFIX_ADDRESS, 32, 4, (void *)fp,
[all...]

Completed in 374 milliseconds

1234567891011>>