Lines Matching refs:ksft_print_msg

73 		ksft_print_msg("[WARN] failed to find vDSO\n");  in init_vdso()
79 ksft_print_msg("[WARN] failed to find gettimeofday in vDSO\n"); in init_vdso()
83 ksft_print_msg("[WARN] failed to find clock_gettime in vDSO\n"); in init_vdso()
87 ksft_print_msg("[WARN] failed to find time in vDSO\n"); in init_vdso()
91 ksft_print_msg("[WARN] failed to find getcpu in vDSO\n"); in init_vdso()
128 ksft_print_msg("%s tz mismatch\n", which); in check_gtod()
133 ksft_print_msg("%s time offsets: %lf %lf\n", which, d1, d2); in check_gtod()
145 ksft_print_msg("test gettimeofday()\n"); in test_gtod()
180 ksft_print_msg("test time()\n"); in test_time()
188 ksft_print_msg("syscall failed (ret1:%ld output1:%ld ret2:%ld output2:%ld)\n", in test_time()
230 ksft_print_msg("getcpu() on CPU %d\n", cpu); in test_getcpu()
235 ksft_print_msg("failed to force CPU %d\n", cpu); in test_getcpu()
250 ksft_print_msg("syscall reported CPU %u but should be %d\n", in test_getcpu()
268 ksft_print_msg("vDSO reported CPU %u but should be %d\n", in test_getcpu()
271 ksft_print_msg("vDSO reported node %u but should be %u\n", in test_getcpu()
293 ksft_print_msg("vsyscall reported CPU %u but should be %d\n", in test_getcpu()
296 ksft_print_msg("vsyscall reported node %u but should be %u\n", in test_getcpu()
323 ksft_print_msg("Checking read access to the vsyscall page\n"); in test_vsys_r()
350 ksft_print_msg("Make sure that vsyscalls really page fault\n"); in test_vsys_x()
387 ksft_print_msg("process_vm_readv() from vsyscall page\n"); in test_process_vm_readv()
437 ksft_print_msg("vsyscall map: %s", line); in init_vsys()
441 ksft_print_msg("address range is nonsense\n"); in init_vsys()
445 ksft_print_msg("vsyscall permissions are %c-%c\n", r, x); in init_vsys()
456 ksft_print_msg("no vsyscall map in /proc/self/maps\n"); in init_vsys()
485 ksft_print_msg("checking that vsyscalls are emulated\n"); in test_emulation()