Home
last modified time | relevance | path

Searched refs:compute_e820_crc32 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/power/
H A Dhibernate.c66 * compute_e820_crc32 - calculate crc32 of a given e820 table
72 static inline u32 compute_e820_crc32(struct e820_table *table) in compute_e820_crc32() function
120 rdr->e820_checksum = compute_e820_crc32(e820_table_firmware); in arch_hibernation_header_save()
142 if (rdr->e820_checksum != compute_e820_crc32(e820_table_firmware)) { in arch_hibernation_header_restore()
/kernel/linux/linux-6.6/arch/x86/power/
H A Dhibernate.c66 * compute_e820_crc32 - calculate crc32 of a given e820 table
72 static inline u32 compute_e820_crc32(struct e820_table *table) in compute_e820_crc32() function
120 rdr->e820_checksum = compute_e820_crc32(e820_table_firmware); in arch_hibernation_header_save()
142 if (rdr->e820_checksum != compute_e820_crc32(e820_table_firmware)) { in arch_hibernation_header_restore()

Completed in 2 milliseconds