Home
last modified time | relevance | path

Searched refs:debug_block (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
Duttrack.c254 struct acpi_debug_mem_block *debug_block; in acpi_ut_free_and_track() local
265 debug_block = ACPI_CAST_PTR(struct acpi_debug_mem_block, in acpi_ut_free_and_track()
270 acpi_gbl_global_list->current_total_size -= debug_block->size; in acpi_ut_free_and_track()
272 status = acpi_ut_remove_allocation(debug_block, in acpi_ut_free_and_track()
278 acpi_os_free(debug_block); in acpi_ut_free_and_track()
280 allocation, debug_block)); in acpi_ut_free_and_track()
/linux-4.1.27/arch/powerpc/platforms/ps3/
Dgelic_udbg.c54 struct debug_block { struct
98 static __iomem struct debug_block dbg __attribute__((aligned(32)));
162 dbg.descr.buf_addr = bus_addr + offsetof(struct debug_block, pkt); in gelic_debug_init()