Lines Matching refs:f
519 struct fetch_param *f, bool is_return) in parse_probe_vars() argument
526 f->fn = t->fetch[FETCH_MTD_retval]; in parse_probe_vars()
532 f->fn = fetch_stack_address; in parse_probe_vars()
540 f->fn = t->fetch[FETCH_MTD_stack]; in parse_probe_vars()
541 f->data = (void *)param; in parse_probe_vars()
553 struct fetch_param *f, bool is_return, bool is_kprobe) in parse_probe_arg() argument
568 ret = parse_probe_vars(arg + 1, t, f, is_return); in parse_probe_arg()
574 f->fn = t->fetch[FETCH_MTD_reg]; in parse_probe_arg()
575 f->data = (void *)(unsigned long)ret; in parse_probe_arg()
586 f->fn = t->fetch[FETCH_MTD_memory]; in parse_probe_arg()
587 f->data = (void *)param; in parse_probe_arg()
593 f->data = alloc_symbol_cache(arg + 1, offset); in parse_probe_arg()
594 if (f->data) in parse_probe_arg()
595 f->fn = t->fetch[FETCH_MTD_symbol]; in parse_probe_arg()
632 f->fn = t->fetch[FETCH_MTD_deref]; in parse_probe_arg()
633 f->data = (void *)dprm; in parse_probe_arg()
638 if (!ret && !f->fn) { /* Parsed, but do not find fetch method */ in parse_probe_arg()
651 struct fetch_param *f) in __parse_bitfield_probe_arg() argument
664 bprm->orig = *f; in __parse_bitfield_probe_arg()
665 f->fn = t->fetch[FETCH_MTD_bitfield]; in __parse_bitfield_probe_arg()
666 f->data = (void *)bprm; in __parse_bitfield_probe_arg()