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