Home
last modified time | relevance | path

Searched refs:table_compute_checksum (Results 1 – 18 of 18) sorted by relevance

/u-boot/lib/acpi/
A Dacpi_table.c163 rsdt->header.checksum = table_compute_checksum((u8 *)rsdt, in acpi_add_table()
181 xsdt->header.checksum = table_compute_checksum((u8 *)xsdt, in acpi_add_table()
202 rsdp->checksum = table_compute_checksum(rsdp, 20); in acpi_write_rsdp()
203 rsdp->ext_checksum = table_compute_checksum(rsdp, in acpi_write_rsdp()
219 header->checksum = table_compute_checksum(rsdt, in acpi_write_rsdt()
235 header->checksum = table_compute_checksum(xsdt, in acpi_write_xsdt()
330 header->checksum = table_compute_checksum(dbg2, header->length); in acpi_create_dbg2()
/u-boot/arch/x86/lib/
A Dacpi.c19 if (table_compute_checksum((void *)rsdp, 20) != 0) in acpi_valid_rsdp()
24 (table_compute_checksum((void *)rsdp, rsdp->length) != 0)) in acpi_valid_rsdp()
A Dacpi_table.c176 header->checksum = table_compute_checksum((void *)madt, header->length); in acpi_create_madt()
218 header->checksum = table_compute_checksum((void *)mcfg, header->length); in acpi_create_mcfg()
257 header->checksum = table_compute_checksum((void *)tcpa, header->length); in acpi_create_tcpa()
315 header->checksum = table_compute_checksum((void *)tpm2, header->length); in acpi_create_tpm2()
345 header->checksum = table_compute_checksum((void *)csrt, header->length); in acpi_create_csrt()
471 header->checksum = table_compute_checksum((void *)spcr, header->length); in acpi_create_spcr()
491 ssdt->checksum = table_compute_checksum((void *)ssdt, ssdt->length); in acpi_create_ssdt()
601 dsdt->checksum = table_compute_checksum((void *)dsdt, dsdt->length); in write_acpi_tables()
728 header->checksum = table_compute_checksum(hpet, in acpi_create_hpet()
A Dmpspec.c43 mf->mpf_checksum = table_compute_checksum(mf, mf->mpf_length * 16); in mp_write_floating_table()
225 mc->mpe_checksum = table_compute_checksum((void *)mp_next_mpc_entry(mc), in mptable_finalize()
227 mc->mpc_checksum = table_compute_checksum(mc, mc->mpc_length); in mptable_finalize()
A Dsfi.c54 hdr->csum = table_compute_checksum(hdr, hdr->len); in finish_table()
A Dacpi_nhlt.c418 header->checksum = table_compute_checksum(header, sz); in nhlt_serialise_oem_overrides()
/u-boot/lib/
A Dtables_csum.c9 u8 table_compute_checksum(void *v, int len) in table_compute_checksum() function
A Dsmbios.c513 se->intermediate_checksum = table_compute_checksum(istart, isize); in write_smbios_table()
514 se->checksum = table_compute_checksum(se, sizeof(struct smbios_entry)); in write_smbios_table()
/u-boot/include/
A Dtables_csum.h9 static inline u8 table_compute_checksum(void *v, int len) in table_compute_checksum() function
/u-boot/arch/x86/include/asm/
A Dtables.h30 u8 table_compute_checksum(void *v, int len);
/u-boot/test/dm/
A Dacpi.c320 ut_assertok(table_compute_checksum(rsdp, 20)); in dm_test_acpi_setup_base_tables()
321 ut_assertok(table_compute_checksum(rsdp, sizeof(*rsdp))); in dm_test_acpi_setup_base_tables()
327 ut_assertok(table_compute_checksum(rsdt, sizeof(*rsdt))); in dm_test_acpi_setup_base_tables()
333 ut_assertok(table_compute_checksum(xsdt, sizeof(*xsdt))); in dm_test_acpi_setup_base_tables()
/u-boot/arch/x86/cpu/tangier/
A Dacpi.c49 header->checksum = table_compute_checksum(fadt, header->length); in acpi_create_fadt()
/u-boot/arch/x86/cpu/apollolake/
A Dacpi.c157 header->checksum = table_compute_checksum(fadt, header->length); in acpi_create_fadt()
A Dhostbridge.c302 header->checksum = table_compute_checksum((void *)dmar, header->length); in apl_acpi_hb_write_tables()
/u-boot/arch/x86/cpu/quark/
A Dacpi.c134 header->checksum = table_compute_checksum(fadt, header->length); in acpi_create_fadt()
/u-boot/arch/x86/cpu/baytrail/
A Dacpi.c139 header->checksum = table_compute_checksum(fadt, header->length); in acpi_create_fadt()
/u-boot/drivers/misc/
A Dqfw.c142 cksum = table_compute_checksum(cksum_start, in bios_linker_add_checksum()
/u-boot/arch/x86/cpu/
A Dirq.c314 rt->checksum = table_compute_checksum(rt, rt->size); in create_pirq_routing_table()

Completed in 26 milliseconds