Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/ifs/
H A Dload.c31 static u64 ifs_test_image_ptr; /* 256B aligned address of test pattern */ variable
121 base = ifs_test_image_ptr; in copy_hashes_authenticate_chunks()
167 ifs_test_image_ptr = (u64)ifs_meta + sizeof(union meta_data); in validate_ifs_metadata()
170 if (!IS_ALIGNED(ifs_test_image_ptr, IFS_CHUNK_ALIGNMENT)) { in validate_ifs_metadata()