Home
last modified time | relevance | path

Searched refs:compute_checksum (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/boot/compressed/ !
H A Dacpi.c79 static u8 compute_checksum(u8 *buffer, u32 length) in compute_checksum() function
113 if (compute_checksum((u8 *)rsdp, ACPI_RSDP_CHECKSUM_LENGTH)) in scan_mem_for_rsdp()
118 (compute_checksum((u8 *)rsdp, ACPI_RSDP_XCHECKSUM_LENGTH))) in scan_mem_for_rsdp()
/linux/tools/testing/selftests/bpf/progs/ !
H A Dcsum_diff_test.c22 int compute_checksum(void *ctx) in compute_checksum() function
/linux/tools/testing/selftests/bpf/prog_tests/ !
H A Dtest_csum_diff.c357 pfd = bpf_program__fd(skel->progs.compute_checksum); in trigger_csum_diff()