Searched refs:ACPI_ALLOCATE (Results 1 – 17 of 17) sorted by relevance
85 spinlock_t *lock = ACPI_ALLOCATE(sizeof(*lock)); \96 raw_spinlock_t *lock = ACPI_ALLOCATE(sizeof(*lock)); \
332 table_header = ACPI_ALLOCATE(sizeof(struct acpi_table_header)); in acpi_ex_load_op()372 table = ACPI_ALLOCATE(length); in acpi_ex_load_op()419 table = ACPI_ALLOCATE(length); in acpi_ex_load_op()
55 target_desc->buffer.pointer = ACPI_ALLOCATE(length); in acpi_ex_store_buffer_to_buffer()
56 range_info = ACPI_ALLOCATE(sizeof(struct acpi_address_range)); in acpi_ut_add_address_range()
334 buffer->pointer = ACPI_ALLOCATE(required_length); in acpi_ut_initialize_buffer()
70 fatal = ACPI_ALLOCATE(sizeof(struct acpi_signal_fatal_info)); in acpi_ex_opcode_3A_0T_0R()
66 name_string = ACPI_ALLOCATE(size_needed); in acpi_ex_allocate_name_string()
168 list_element = ACPI_ALLOCATE(sizeof(struct acpi_pci_device)); in acpi_hw_build_pci_list()
127 new_table = ACPI_ALLOCATE(table_desc->length); in acpi_tb_copy_dsdt()
686 ACPI_ALLOCATE(source_desc->buffer.length); in acpi_ut_copy_simple_object()707 ACPI_ALLOCATE((acpi_size)source_desc->string. in acpi_ut_copy_simple_object()
124 buffer = ACPI_ALLOCATE(length); in acpi_db_convert_to_buffer()
525 aml_buffer = ACPI_ALLOCATE(aml_length); in ACPI_EXPORT_SYMBOL()
384 name_string = ACPI_ALLOCATE(strlen(name) + 1); in acpi_db_execute()
404 new_sci_handler = ACPI_ALLOCATE(sizeof(struct acpi_sci_handler_info)); in ACPI_EXPORT_SYMBOL()
1166 ACPI_ALLOCATE(strlen(method_arg) + 1); in acpi_db_trace()
327 #define ACPI_ALLOCATE(a) NULL macro339 #define ACPI_ALLOCATE(a) acpi_ut_allocate_and_track ((acpi_size) (a), ACPI_MEM_PARAM… macro348 #define ACPI_ALLOCATE(a) acpi_os_allocate ((acpi_size) (a)) macro
260 buf = ACPI_ALLOCATE(sizeof(*buf) + size); in pkg_to_buf()295 buf = ACPI_ALLOCATE(sizeof(*buf) + 4); in int_to_buf()