Home
last modified time | relevance | path

Searched refs:ref_type (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
H A Dllvm.c101 uint64_t *ref_type, in symbol_lookup_callback() argument
107 if (*ref_type == LLVMDisassembler_ReferenceType_In_Branch) in symbol_lookup_callback()
109 else if (*ref_type == LLVMDisassembler_ReferenceType_In_PCrel_Load) in symbol_lookup_callback()
111 *ref_type = LLVMDisassembler_ReferenceType_InOut_None; in symbol_lookup_callback()
/linux/tools/lib/python/kdoc/
H A Dparse_data_structs.py113 "ref_type": ":ref",
119 "ref_type": ":ref",
126 "ref_type": ":ref",
132 "ref_type": ":c:type",
139 "ref_type": ":c:type",
145 "ref_type": ":c:type",
237 reftype = self.DEF_SYMBOL_TYPES[c_type].get("ref_type")
261 ref_type = defs.get("ref_type")
264 if ref_type o
[all...]
/linux/tools/testing/selftests/bpf/
H A Djit_disasm_helpers.c34 static const char *lookup_symbol(void *data, uint64_t ref_value, uint64_t *ref_type, in lookup_symbol() argument
38 uint64_t type = *ref_type; in lookup_symbol()
41 *ref_type = LLVMDisassembler_ReferenceType_InOut_None; in lookup_symbol()
/linux/drivers/media/v4l2-core/
H A Dv4l2-h264.c287 static char ref_type_to_char(u8 ref_type) in ref_type_to_char() argument
289 switch (ref_type) { in ref_type_to_char()
/linux/sound/soc/sof/
H A Dipc4-topology.c2971 int ref_valid_bits, ref_type; in sof_ipc4_prepare_process_module() local
2996 ref_type = sof_ipc4_fmt_cfg_to_type(in_fmt->fmt_cfg); in sof_ipc4_prepare_process_module()
3004 ref_type = (u32)ret; in sof_ipc4_prepare_process_module()
3021 ref_type = sof_ipc4_get_sample_type(sdev, fe_params); in sof_ipc4_prepare_process_module()
3022 if (ref_type < 0) in sof_ipc4_prepare_process_module()
3023 return ref_type; in sof_ipc4_prepare_process_module()
3032 ref_type); in sof_ipc4_prepare_process_module()