Home
last modified time | relevance | path

Searched refs:ACPI_ALLOCATE (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/include/acpi/platform/
A Daclinuxex.h85 spinlock_t *lock = ACPI_ALLOCATE(sizeof(*lock)); \
96 raw_spinlock_t *lock = ACPI_ALLOCATE(sizeof(*lock)); \
/linux-6.3-rc2/drivers/acpi/acpica/
A Dexconfig.c332 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()
A Dexstorob.c55 target_desc->buffer.pointer = ACPI_ALLOCATE(length); in acpi_ex_store_buffer_to_buffer()
A Dutaddress.c56 range_info = ACPI_ALLOCATE(sizeof(struct acpi_address_range)); in acpi_ut_add_address_range()
A Dutalloc.c334 buffer->pointer = ACPI_ALLOCATE(required_length); in acpi_ut_initialize_buffer()
A Dexoparg3.c70 fatal = ACPI_ALLOCATE(sizeof(struct acpi_signal_fatal_info)); in acpi_ex_opcode_3A_0T_0R()
A Dexnames.c66 name_string = ACPI_ALLOCATE(size_needed); in acpi_ex_allocate_name_string()
A Dhwpci.c168 list_element = ACPI_ALLOCATE(sizeof(struct acpi_pci_device)); in acpi_hw_build_pci_list()
A Dtbutils.c127 new_table = ACPI_ALLOCATE(table_desc->length); in acpi_tb_copy_dsdt()
A Dutcopy.c686 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()
A Ddbconvert.c124 buffer = ACPI_ALLOCATE(length); in acpi_db_convert_to_buffer()
A Dnsxfname.c525 aml_buffer = ACPI_ALLOCATE(aml_length); in ACPI_EXPORT_SYMBOL()
A Ddbexec.c384 name_string = ACPI_ALLOCATE(strlen(name) + 1); in acpi_db_execute()
A Devxface.c404 new_sci_handler = ACPI_ALLOCATE(sizeof(struct acpi_sci_handler_info)); in ACPI_EXPORT_SYMBOL()
A Ddbcmds.c1108 ACPI_ALLOCATE(strlen(method_arg) + 1); in acpi_db_trace()
/linux-6.3-rc2/include/acpi/
A Dactypes.h327 #define ACPI_ALLOCATE(a) NULL macro
339 #define ACPI_ALLOCATE(a) acpi_ut_allocate_and_track ((acpi_size) (a), ACPI_MEM_PARAM… macro
348 #define ACPI_ALLOCATE(a) acpi_os_allocate ((acpi_size) (a)) macro
/linux-6.3-rc2/drivers/acpi/nfit/
A Dcore.c260 buf = ACPI_ALLOCATE(sizeof(*buf) + size); in pkg_to_buf()
295 buf = ACPI_ALLOCATE(sizeof(*buf) + 4); in int_to_buf()

Completed in 36 milliseconds