Searched refs:ref_type (Results 1 – 5 of 5) sorted by relevance
109 u8 ref_type; in acpi_ex_resolve_object_to_value() local120 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()
34 static const char *lookup_symbol(void *data, uint64_t ref_value, uint64_t *ref_type, in lookup_symbol() argument38 uint64_t type = *ref_type; in lookup_symbol()41 *ref_type = LLVMDisassembler_ReferenceType_InOut_None; in lookup_symbol()
73 uint64_t *ref_type, __maybe_unused uint64_t ref_PC, in symbol_lookup_callback() argument76 *ref_type = LLVMDisassembler_ReferenceType_InOut_None; in symbol_lookup_callback()
287 static char ref_type_to_char(u8 ref_type) in ref_type_to_char() argument289 switch (ref_type) { in ref_type_to_char()
1834 uint64_t *ref_type, in symbol_lookup_callback() argument1840 if (*ref_type == LLVMDisassembler_ReferenceType_In_Branch) in symbol_lookup_callback()1842 else if (*ref_type == LLVMDisassembler_ReferenceType_In_PCrel_Load) in symbol_lookup_callback()1844 *ref_type = LLVMDisassembler_ReferenceType_InOut_None; in symbol_lookup_callback()
Completed in 12 milliseconds