Home
last modified time | relevance | path

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

/xen/arch/x86/cpu/microcode/
A Damd.c98 } patch_digests[] = { variable
129 pd = bsearch(&patch->patch_id, patch_digests, ARRAY_SIZE(patch_digests), in check_digest()
535 for ( unsigned int i = 1; i < ARRAY_SIZE(patch_digests); ++i )
537 if ( patch_digests[i - 1].patch_id < patch_digests[i].patch_id )
541 patch_digests[i - 1].patch_id,
542 patch_digests[i].patch_id);

Completed in 19 milliseconds