Searched refs:PRIx64 (Results 1 – 12 of 12) sorted by relevance
| /xnu-10063.101.15/osfmk/arm64/ |
| H A D | kpc.c | 210 kprintf("PMCR0 = 0x%" PRIx64 "\n", SREG_READ("PMCR0_EL1")); in dump_regs() 211 kprintf("PMCR1 = 0x%" PRIx64 "\n", SREG_READ("PMCR1_EL1")); in dump_regs() 212 kprintf("PMCR2 = 0x%" PRIx64 "\n", SREG_READ("PMCR2_EL1")); in dump_regs() 213 kprintf("PMCR3 = 0x%" PRIx64 "\n", SREG_READ("PMCR3_EL1")); in dump_regs() 214 kprintf("PMCR4 = 0x%" PRIx64 "\n", SREG_READ("PMCR4_EL1")); in dump_regs() 215 kprintf("PMESR0 = 0x%" PRIx64 "\n", SREG_READ("PMESR0_EL1")); in dump_regs() 216 kprintf("PMESR1 = 0x%" PRIx64 "\n", SREG_READ("PMESR1_EL1")); in dump_regs() 218 kprintf("PMC0 = 0x%" PRIx64 "\n", SREG_READ("PMC0")); in dump_regs() 219 kprintf("PMC1 = 0x%" PRIx64 "\n", SREG_READ("PMC1")); in dump_regs() 220 kprintf("PMC2 = 0x%" PRIx64 "\n", SREG_READ("PMC2")); in dump_regs() [all …]
|
| /xnu-10063.101.15/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 | 92 T_FAIL("The floating point control register has a non-default value" "%" PRIx64, fpcr);
|
| H A D | proc_info.c | 1845 printf("%#17" PRIx64 "\n", uptrs_alloc[j]); in print_uptrs() 1922 T_FAIL("unexpected up-pointer found: %#" PRIx64, uptrs_obs[i]); 2006 T_LOG("found another dynamic kqueue with ID %#" PRIx64, kqids[i]);
|
| H A D | stackshot_tests.m | 2262 T_LOG("Testing \"%s\" = 0x%" PRIx64, flagname, flag);
|
| /xnu-10063.101.15/osfmk/corecrypto/ |
| H A D | cc_debug.h | 74 #define PRIx64 "llx" macro 83 #define CCPRIx_UNIT ".016" PRIx64
|
| /xnu-10063.101.15/tests/ktrace/ |
| H A D | kperf_backtracing_tests.c | 39 T_FAIL("unexpected frame '%s' (%#" PRIx64 ") at index %u", in expect_frame() 107 T_LOG("found %s stack from thread %#" PRIx64, kern ? "kernel" : "user", in expect_backtrace() 111 T_FAIL("invalid %s stack on thread %#" PRIx64, in expect_backtrace() 335 T_LOG("starting thread with ID 0x%" PRIx64, tid); in create_backtrace_thread()
|
| H A D | kdebug_tests.c | 1616 "0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRIx64,
|
| H A D | kperf_tests.c | 734 PRIx64, tp->arg2, tp->arg1); in expect_kdebug_trigger() 739 PRIx64, tp->arg2, tp->arg1); in expect_kdebug_trigger()
|
| /xnu-10063.101.15/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-10063.101.15/tests/recount/ |
| H A D | recount_tests.c | 532 T_LOG("created thread to run on all perf levels with ID %" PRIx64,
|