Searched refs:ucode_dbg (Results 1 – 2 of 2) sorted by relevance
334 ucode_dbg("CPU%d, base_rev: 0x%x\n", cpu, base_rev); in get_patch_level()374 ucode_dbg("Truncated microcode container header.\n"); in verify_container()380 ucode_dbg("Invalid magic value (0x%08x).\n", cont_magic); in verify_container()405 ucode_dbg("Wrong microcode container equivalence table type: %u.\n", in verify_equivalence_table()415 ucode_dbg("Truncated equivalence table.\n"); in verify_equivalence_table()435 ucode_dbg("Truncated patch section.\n"); in __verify_patch_section()444 ucode_dbg("Invalid type field (0x%x) in container file section header.\n", in __verify_patch_section()450 ucode_dbg("Patch of size %u too short.\n", p_size); in __verify_patch_section()528 ucode_dbg("Patch of size %u truncated.\n", sh_psize); in verify_patch()533 ucode_dbg("Per-family patch size mismatch.\n"); in verify_patch()[all …]
131 #define ucode_dbg(fmt, ...) \ macro