Home
last modified time | relevance | path

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

/linux/include/acpi/platform/
H A Daclinuxex.h81 spinlock_t *lock = ACPI_ALLOCATE(sizeof(*lock)); \
92 raw_spinlock_t *lock = ACPI_ALLOCATE(sizeof(*lock)); \
/linux/drivers/acpi/acpica/
H 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()
H A Dexstorob.c55 target_desc->buffer.pointer = ACPI_ALLOCATE(length); in acpi_ex_store_buffer_to_buffer()
H A Dutaddress.c56 range_info = ACPI_ALLOCATE(sizeof(struct acpi_address_range)); in acpi_ut_add_address_range()
H A Dexoparg3.c70 fatal = ACPI_ALLOCATE(sizeof(struct acpi_signal_fatal_info)); in acpi_ex_opcode_3A_0T_0R()
H A Dutalloc.c334 buffer->pointer = ACPI_ALLOCATE(required_length); in acpi_ut_initialize_buffer()
H A Dexnames.c66 name_string = ACPI_ALLOCATE(size_needed); in acpi_ex_allocate_name_string()
H A Dhwpci.c168 list_element = ACPI_ALLOCATE(sizeof(struct acpi_pci_device)); in acpi_hw_build_pci_list()
H A Dtbutils.c120 new_table = ACPI_ALLOCATE(table_desc->length); in acpi_tb_copy_dsdt()
H 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()
H A Dnsxfname.c525 aml_buffer = ACPI_ALLOCATE(aml_length); in ACPI_EXPORT_SYMBOL()
H A Ddbconvert.c124 buffer = ACPI_ALLOCATE(length); in acpi_db_convert_to_buffer()
H A Ddbexec.c384 name_string = ACPI_ALLOCATE(strlen(name) + 1); in acpi_db_execute()
H A Devxface.c404 new_sci_handler = ACPI_ALLOCATE(sizeof(struct acpi_sci_handler_info)); in ACPI_EXPORT_SYMBOL()
H A Ddbcmds.c1166 ACPI_ALLOCATE(strlen(method_arg) + 1); in acpi_db_trace()
/linux/include/acpi/
H 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/drivers/acpi/nfit/
H A Dcore.c260 buf = ACPI_ALLOCATE(sizeof(*buf) + size); in pkg_to_buf()
295 buf = ACPI_ALLOCATE(sizeof(*buf) + 4); in int_to_buf()