Home
last modified time | relevance | path

Searched refs:acpi_create_hest_error_source (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/amd/stoneyridge/
H A Dnorthbridge.c113 current += acpi_create_hest_error_source(hest, current, 0, in acpi_fill_hest()
118 current += acpi_create_hest_error_source(hest, current, 1, in acpi_fill_hest()
/aosp_15_r20/external/coreboot/src/northbridge/amd/pi/00730F01/
H A Dnorthbridge.c102 …current += acpi_create_hest_error_source(hest, current, 0, (void *)((u32)addr + 2), *(UINT16 *)add… in acpi_fill_hest()
106 …current += acpi_create_hest_error_source(hest, current, 1, (void *)((u32)addr + 2), *(UINT16 *)add… in acpi_fill_hest()
/aosp_15_r20/external/coreboot/src/include/acpi/
H A Dacpi.h1885 unsigned long acpi_create_hest_error_source(acpi_hest_t *hest,
/aosp_15_r20/external/coreboot/src/acpi/
H A Dacpi.c995 unsigned long acpi_create_hest_error_source(acpi_hest_t *hest, in acpi_create_hest_error_source() function