Searched refs:zero_buf (Results 1 – 2 of 2) sorted by relevance
2188 void *zero_buf; in kexec_calculate_store_digests() local2192 zero_buf = __va(page_to_pfn(ZERO_PAGE(0)) << PAGE_SHIFT); in kexec_calculate_store_digests()2252 ret = crypto_shash_update(desc, zero_buf, bytes); in kexec_calculate_store_digests()
82 static const char zero_buf[NAME_ALIGN]; in write_padded() local86 err = do_write(fd, zero_buf, count_aligned - count); in write_padded()