Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A Dexresolv.c109 u8 ref_type; in acpi_ex_resolve_object_to_value() local
120 ref_type = stack_desc->reference.class; in acpi_ex_resolve_object_to_value()
122 switch (ref_type) { in acpi_ex_resolve_object_to_value()
129 status = acpi_ds_method_data_get_value(ref_type, in acpi_ex_resolve_object_to_value()
242 ref_type, stack_desc)); in acpi_ex_resolve_object_to_value()
/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.py261 ref_type = defs.get("ref_type")
264 if ref_type or self.namespace:
269 if ref_type == ":ref" and replace_underscores:
273 if ref_type.startswith(":c:"):
277 if ref_type:
/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/tools/bpf/bpftool/
H A Djit_disasm.c73 uint64_t *ref_type, __maybe_unused uint64_t ref_PC, in symbol_lookup_callback() argument
76 *ref_type = LLVMDisassembler_ReferenceType_InOut_None; in symbol_lookup_callback()
/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()