Searched refs:PRIx64 (Results 1 – 13 of 13) sorted by relevance
| /xnu-11417.121.6/osfmk/arm64/ |
| H A D | kpc.c | 237 kprintf("PMCR0 = 0x%" PRIx64 "\n", SREG_READ("S3_1_C15_C0_0")); in dump_regs() 238 kprintf("PMCR1 = 0x%" PRIx64 "\n", SREG_READ("S3_1_C15_C1_0")); in dump_regs() 239 kprintf("PMCR2 = 0x%" PRIx64 "\n", SREG_READ("S3_1_C15_C2_0")); in dump_regs() 240 kprintf("PMCR3 = 0x%" PRIx64 "\n", SREG_READ("S3_1_C15_C3_0")); in dump_regs() 241 kprintf("PMCR4 = 0x%" PRIx64 "\n", SREG_READ("S3_1_C15_C4_0")); in dump_regs() 242 kprintf("PMESR0 = 0x%" PRIx64 "\n", SREG_READ("S3_1_C15_C5_0")); in dump_regs() 243 kprintf("PMESR1 = 0x%" PRIx64 "\n", SREG_READ("S3_1_C15_C6_0")); in dump_regs() 245 kprintf("S3_2_C15_C0_0 = 0x%" PRIx64 "\n", SREG_READ("S3_2_C15_C0_0")); in dump_regs() 246 kprintf("S3_2_C15_C1_0 = 0x%" PRIx64 "\n", SREG_READ("S3_2_C15_C1_0")); in dump_regs() 247 kprintf("S3_2_C15_C2_0 = 0x%" PRIx64 "\n", SREG_READ("S3_2_C15_C2_0")); in dump_regs() [all …]
|
| /xnu-11417.121.6/tests/ |
| H A D | ssbs.c | 71 T_FAIL("SSBS does not default to off (value seen: 0x%" PRIx64 ")!", ssbs_state); 78 T_FAIL("SSBS did not turn on (value seen: 0x%" PRIx64 ")!", ssbs_state); 85 T_FAIL("SSBS did not turn off (value seen: 0x%" PRIx64 ")!", ssbs_state);
|
| H A D | monotonic_uncore.c | 158 "added event %#" PRIx64 " to counters", event); in uncore_add() 244 T_ASSERT_POSIX_SUCCESS(r, "added event %#" PRIx64 " to counters", in uncore_add_all() 413 "getting uncore counter values %#" PRIx64, ctr_mask);
|
| H A D | fp_exception.c | 93 T_FAIL("The floating point control register has a non-default value" "%" PRIx64, fpcr);
|
| H A D | proc_info.c | 1915 printf("%#17" PRIx64 "\n", uptrs_alloc[j]); in print_uptrs() 1992 T_FAIL("unexpected up-pointer found: %#" PRIx64, uptrs_obs[i]); 2076 T_LOG("found another dynamic kqueue with ID %#" PRIx64, kqids[i]);
|
| H A D | stackshot_tests.m | 2527 T_LOG("Testing \"%s\" = 0x%" PRIx64, flagname, flag);
|
| /xnu-11417.121.6/osfmk/corecrypto/ |
| H A D | cc_debug.h | 74 #define PRIx64 "llx" macro 83 #define CCPRIx_UNIT ".016" PRIx64
|
| /xnu-11417.121.6/tests/ktrace/ |
| H A D | kperf_backtracing_tests.c | 41 T_FAIL("unexpected frame '%s' (%#" PRIx64 ") at index %u", in expect_frame() 109 T_LOG("found %s stack from thread %#" PRIx64, kern ? "kernel" : "user", in expect_backtrace() 113 T_FAIL("invalid %s stack on thread %#" PRIx64, in expect_backtrace() 337 T_LOG("starting thread with ID 0x%" PRIx64, tid); in create_backtrace_thread()
|
| H A D | kdebug_tests.c | 1631 "0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRIx64,
|
| H A D | kperf_tests.c | 740 PRIx64, tp->arg2, tp->arg1); in expect_kdebug_trigger() 745 PRIx64, tp->arg2, tp->arg1); in expect_kdebug_trigger()
|
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skt_features.c | 51 T_LOG("features = 0x%016"PRIx64, features); in skt_features_main()
|
| /xnu-11417.121.6/tests/cpu_counters/ |
| H A D | kpc_tests.c | 292 T_EXPECT_GT(nchecks, 0ULL, "checked 0x%" PRIx64 " counter values", nchecks); in check_tally() 293 T_EXPECT_EQ(nzero, 0ULL, "found 0x%" PRIx64 " zero values", nzero); in check_tally() 294 T_EXPECT_EQ(nstuck, 0ULL, "found 0x%" PRIx64 " stuck values", nstuck); in check_tally() 296 "found 0x%" PRIx64 " decreasing values", ndecrease); in check_tally()
|
| /xnu-11417.121.6/tests/recount/ |
| H A D | recount_tests.c | 534 T_LOG("created thread to run on all perf levels with ID %" PRIx64,
|