Searched refs:pr_debug (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | microcode_amd.c | 29 #define pr_debug(x...) ((void)0) macro 96 pr_debug("microcode: CPU%d collect_cpu_info: patch_id=%#x\n", in collect_cpu_info() 177 pr_debug("microcode: patch size mismatch\n"); in microcode_fits() 183 pr_debug("microcode: patch is already at required level or greater.\n"); in microcode_fits() 187 pr_debug("microcode: CPU%d found a matching microcode update with version %#x (current=%#x)\n", in microcode_fits() 278 pr_debug("microcode: CPU%d size %zu, block size %u offset %zu equivID %#x rev %#x\n", in get_ucode_from_buffer_amd()
|
A D | microcode_intel.c | 35 #define pr_debug(x...) ((void)0) macro 124 pr_debug("microcode: collect_cpu_info : sig=%#x, pf=%#x, rev=%#x\n", in collect_cpu_info() 264 pr_debug("microcode: CPU%d found a matching microcode update with" in get_matching_microcode()
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/ |
A D | mwait-idle.c | 68 # define pr_debug(fmt...) printk(KERN_DEBUG fmt) macro 70 # define pr_debug(fmt...) macro 1110 pr_debug(PREFIX "does not run on family %d model %d\n", in mwait_idle_probe() 1126 pr_debug(PREFIX "disabled\n"); in mwait_idle_probe() 1130 pr_debug(PREFIX "MWAIT substates: %#x\n", mwait_substates); in mwait_idle_probe() 1138 pr_debug(PREFIX "v" MWAIT_IDLE_VERSION " model %#x\n", in mwait_idle_probe() 1141 pr_debug(PREFIX "lapic_timer_reliable_states %#x\n", in mwait_idle_probe() 1246 pr_debug(PREFIX "not used (%d)\n", err); in mwait_idle_init()
|
Completed in 7 milliseconds