Lines Matching refs:printf
49 printf("Prepare to online MEMORY mfn %lx\n", mfn); in hp_mem_online_func()
61 printf("Memory mfn %lx onlined successfully\n", mfn); in hp_mem_online_func()
63 printf("Memory is already onlined!\n"); in hp_mem_online_func()
81 printf("Querying MEMORY mfn %lx status\n", mfn); in hp_mem_query_func()
88 printf("Memory Status %x: [", status); in hp_mem_query_func()
90 printf(" PAGE_OFFLINE_PENDING "); in hp_mem_query_func()
92 printf(" PAGE_BROKEND "); in hp_mem_query_func()
94 printf(" PAGE_OFFLINED "); in hp_mem_query_func()
96 printf(" PAGE_ONLINED "); in hp_mem_query_func()
97 printf("]\n"); in hp_mem_query_func()
162 printf("Prepare to offline MEMORY mfn %lx\n", mfn); in hp_mem_offline_func()
177 printf("Memory mfn %lx offlined successfully, current state is" in hp_mem_offline_func()
180 printf("And this offlined PAGE is already marked broken" in hp_mem_offline_func()
227 printf("Memory mfn %lx offlined successfully, this " in hp_mem_offline_func()
279 printf("Prepare to online CPU %d\n", cpu); in hp_cpu_online_func()
285 printf("CPU %d onlined successfully\n", cpu); in hp_cpu_online_func()
300 printf("Prepare to offline CPU %d\n", cpu); in hp_cpu_offline_func()
306 printf("CPU %d offlined successfully\n", cpu); in hp_cpu_offline_func()
332 printf("Enabled SMT\n"); in main_smt_enable()
358 printf("Disabled SMT\n"); in main_smt_disable()