Lines Matching refs:pcode

351 				struct fetch_insn **pcode,  in check_prepare_btf_string_fetch()  argument
365 struct fetch_insn *code = *pcode + 1; in check_prepare_btf_string_fetch()
376 *pcode = code; in check_prepare_btf_string_fetch()
522 struct fetch_insn **pcode, struct fetch_insn *end, in parse_btf_field() argument
525 struct fetch_insn *code = *pcode; in parse_btf_field()
588 *pcode = code; in parse_btf_field()
598 struct fetch_insn **pcode, struct fetch_insn *end, in parse_btf_arg() argument
601 struct fetch_insn *code = *pcode; in parse_btf_arg()
681 return parse_btf_field(field, type, pcode, end, ctx); in parse_btf_arg()
698 static int parse_btf_bitfield(struct fetch_insn **pcode, in parse_btf_bitfield() argument
701 struct fetch_insn *code = *pcode; in parse_btf_bitfield()
711 *pcode = code; in parse_btf_bitfield()
732 struct fetch_insn **pcode, struct fetch_insn *end, in parse_btf_arg() argument
739 static int parse_btf_bitfield(struct fetch_insn **pcode, in parse_btf_bitfield() argument
750 struct fetch_insn **pcode, in check_prepare_btf_string_fetch() argument
762 struct fetch_insn **pcode, in parse_probe_vars() argument
766 struct fetch_insn *code = *pcode; in parse_probe_vars()
798 return parse_btf_arg(orig_arg, pcode, end, ctx); in parse_probe_vars()
888 struct fetch_insn **pcode, struct fetch_insn *end, in parse_probe_arg() argument
891 struct fetch_insn *code = *pcode; in parse_probe_arg()
900 ret = parse_probe_vars(arg, type, pcode, end, ctx); in parse_probe_arg()
965 *pcode = code; in parse_probe_arg()
1015 *pcode = code; in parse_probe_arg()
1044 ret = parse_btf_arg(arg, pcode, end, ctx); in parse_probe_arg()
1061 struct fetch_insn **pcode) in __parse_bitfield_probe_arg() argument
1063 struct fetch_insn *code = *pcode; in __parse_bitfield_probe_arg()
1083 *pcode = code; in __parse_bitfield_probe_arg()