Home
last modified time | relevance | path

Searched refs:PRIx64 (Results 1 – 13 of 13) sorted by relevance

/xnu-11417.121.6/osfmk/arm64/
H A Dkpc.c237 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 Dssbs.c71 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 Dmonotonic_uncore.c158 "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 Dfp_exception.c93 T_FAIL("The floating point control register has a non-default value" "%" PRIx64, fpcr);
H A Dproc_info.c1915 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 Dstackshot_tests.m2527 T_LOG("Testing \"%s\" = 0x%" PRIx64, flagname, flag);
/xnu-11417.121.6/osfmk/corecrypto/
H A Dcc_debug.h74 #define PRIx64 "llx" macro
83 #define CCPRIx_UNIT ".016" PRIx64
/xnu-11417.121.6/tests/ktrace/
H A Dkperf_backtracing_tests.c41 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 Dkdebug_tests.c1631 "0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRIx64,
H A Dkperf_tests.c740 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 Dskt_features.c51 T_LOG("features = 0x%016"PRIx64, features); in skt_features_main()
/xnu-11417.121.6/tests/cpu_counters/
H A Dkpc_tests.c292 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 Drecount_tests.c534 T_LOG("created thread to run on all perf levels with ID %" PRIx64,