Lines Matching refs:abuf
81 ACPI_BUFFER abuf; in cpu_acpi_cache_ctrl_regs() local
92 abuf.Length = ACPI_ALLOCATE_BUFFER; in cpu_acpi_cache_ctrl_regs()
93 abuf.Pointer = NULL; in cpu_acpi_cache_ctrl_regs()
95 cpu_acpi_obj_attrs[objtype].name, NULL, &abuf, ACPI_TYPE_PACKAGE); in cpu_acpi_cache_ctrl_regs()
110 obj = abuf.Pointer; in cpu_acpi_cache_ctrl_regs()
173 if (abuf.Pointer != NULL) in cpu_acpi_cache_ctrl_regs()
174 AcpiOsFree(abuf.Pointer); in cpu_acpi_cache_ctrl_regs()
222 ACPI_BUFFER abuf; in cpu_acpi_cache_state_dependencies() local
237 abuf.Length = ACPI_ALLOCATE_BUFFER; in cpu_acpi_cache_state_dependencies()
238 abuf.Pointer = NULL; in cpu_acpi_cache_state_dependencies()
240 cpu_acpi_obj_attrs[objtype].name, NULL, &abuf, ACPI_TYPE_PACKAGE); in cpu_acpi_cache_state_dependencies()
253 pkg = abuf.Pointer; in cpu_acpi_cache_state_dependencies()
295 if (abuf.Pointer != NULL) in cpu_acpi_cache_state_dependencies()
296 AcpiOsFree(abuf.Pointer); in cpu_acpi_cache_state_dependencies()
425 ACPI_BUFFER abuf; in cpu_acpi_cache_supported_states() local
435 abuf.Length = ACPI_ALLOCATE_BUFFER; in cpu_acpi_cache_supported_states()
436 abuf.Pointer = NULL; in cpu_acpi_cache_supported_states()
438 cpu_acpi_obj_attrs[objtype].name, NULL, &abuf, in cpu_acpi_cache_supported_states()
451 obj = abuf.Pointer; in cpu_acpi_cache_supported_states()
541 if (abuf.Pointer != NULL) in cpu_acpi_cache_supported_states()
542 AcpiOsFree(abuf.Pointer); in cpu_acpi_cache_supported_states()
594 ACPI_BUFFER abuf; in cpu_acpi_cache_present_capabilities() local
601 abuf.Length = ACPI_ALLOCATE_BUFFER; in cpu_acpi_cache_present_capabilities()
602 abuf.Pointer = NULL; in cpu_acpi_cache_present_capabilities()
604 cpu_acpi_obj_attrs[objtype].name, NULL, &abuf); in cpu_acpi_cache_present_capabilities()
611 if (astatus == AE_NOT_FOUND || abuf.Length == 0) { in cpu_acpi_cache_present_capabilities()
616 obj = (ACPI_OBJECT *)abuf.Pointer; in cpu_acpi_cache_present_capabilities()
621 if (abuf.Pointer != NULL) in cpu_acpi_cache_present_capabilities()
622 AcpiOsFree(abuf.Pointer); in cpu_acpi_cache_present_capabilities()
682 ACPI_BUFFER abuf; in cpu_acpi_cache_cst() local
692 abuf.Length = ACPI_ALLOCATE_BUFFER; in cpu_acpi_cache_cst()
693 abuf.Pointer = NULL; in cpu_acpi_cache_cst()
699 NULL, &abuf, ACPI_TYPE_PACKAGE); in cpu_acpi_cache_cst()
711 obj = (ACPI_OBJECT *)abuf.Pointer; in cpu_acpi_cache_cst()
825 if (abuf.Pointer != NULL) in cpu_acpi_cache_cst()
826 AcpiOsFree(abuf.Pointer); in cpu_acpi_cache_cst()