Searched refs:B_PRIx64 (Results 51 - 75 of 112) sorted by last modified time

12345

/haiku/src/add-ons/kernel/power/cpufreq/amd_pstates/
H A Damd_pstates.cpp97 dprintf("using AMD P-States (capabilities: 0x%08" B_PRIx64 "\n",
/haiku/src/kits/interface/
H A DView.cpp6841 "\t\tPattern: %" B_PRIx64 "\n"
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1567 #define B_PRIx64 FSSH_B_PRIx64 macro
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_info.cpp66 TRACE(("PCI: prefetchable memory window %016" B_PRIx64 "-%016" B_PRIx64 "\n",
118 TRACE(("PCI: base reg %d: host %016" B_PRIx64 ", pci %016" B_PRIx64 ", "
119 "size %08" B_PRIx64 ", flags %02x %02x\n", i,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1458 data.SetToFormat("[@ %#" B_PRIx64 "]", piece.address);
1562 "%#" B_PRIx64 ", Size: %" B_PRId64 " bytes\n",
H A DBreakpointListView.cpp274 data.SetToFormat("%#" B_PRIx64, instance->Address());
301 data.SetToFormat("%s at 0x%" B_PRIx64 " (%" B_PRId32 " bytes)",
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_mmu.cpp200 dprintf(" 0x%08" B_PRIx64 "-0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
208 dprintf(" 0x%08" B_PRIx64 "-0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
216 dprintf(" 0x%08" B_PRIx64 "-0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
292 TRACE("gKernelArgs.arch_args.vir_pgdir = 0x%08" B_PRIx64 "\
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp602 dprintf(" base %#018" B_PRIx64 ", length %#018" B_PRIx64 "\n",
609 dprintf(" base %#018" B_PRIx64 ", length %#018" B_PRIx64 "\n",
616 dprintf(" base %#018" B_PRIx64 ", length %#018" B_PRIx64 "\n",
656 TRACE("kernel stack at 0x%" B_PRIx64 " to 0x%" B_PRIx64 "\n",
706 "%#" B_PRIx64 " - %#" B_PRIx64 "
[all...]
H A Dlong.cpp221 dprintf(" base %#018" B_PRIx64 ", length %#018" B_PRIx64 "\n",
228 dprintf(" base %#018" B_PRIx64 ", length %#018" B_PRIx64 "\n",
235 dprintf(" base %#018" B_PRIx64 ", length %#018" B_PRIx64 "\n",
291 dprintf(" base %#018" B_PRIx64 ", length %#018" B_PRIx64 "\n",
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp909 TRACE("SectorSize %" B_PRIu32 ", SectorCount 0x%" B_PRIx64 "\n",
951 TRACE("SectorSize %" B_PRIu32 ", SectorCount 0x%" B_PRIx64 "\n",
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp56 out.Print("%#" B_PRIx64 " %c%c%c%c%c %s %s %c%c",
422 "virtual address: %#" B_PRIxADDR ", existing pte: %#" B_PRIx64 " @ %p",
1214 kprintf("page directory entry %zu (%p): %#" B_PRIx64 "\n",
1248 kprintf("page table: %#" B_PRIx64 "\n",
1252 kprintf("page table entry %zu (phys: %#" B_PRIx64 "): %#" B_PRIx64 "\n",
1286 kprintf(" address: %#" B_PRIx64 "\n",
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_dtb.cpp113 dprintf(" regs: %#" B_PRIx64 ", %#" B_PRIx64 "\n",
116 dprintf(" %#" B_PRIx64 ", %#" B_PRIx64 "\n",
127 dprintf(" regs: %#" B_PRIx64 ", %#" B_PRIx64 "\n",
/haiku/src/system/boot/arch/x86/
H A Darch_hpet.cpp52 TRACE("hpet_init: found HPET at 0x%" B_PRIx64 ".\n",
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dbios.cpp367 TRACE((DEVICE_NAME ": Graphic OpRegion physical addr: 0x%" B_PRIx64
373 TRACE((DEVICE_NAME ": mapping OpRegion: 0x%" B_PRIx64 " -> %p\n",
395 TRACE((DEVICE_NAME ": RVDA physical addr: 0x%" B_PRIx64
416 TRACE((DEVICE_NAME ": mapping VBIOS: 0x%" B_PRIx64 " -> %p\n",
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_dtb.cpp90 dprintf(" regs: %#" B_PRIx64 ", %#" B_PRIx64 "\n",
93 dprintf(" %#" B_PRIx64 ", %#" B_PRIx64 "\n",
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_smp.cpp213 dprintf(" stack: %#" B_PRIx64 " - %#" B_PRIx64 "\n",
/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_hpet.cpp153 dprintf("\tconfiguration: 0x%" B_PRIx64 "\n", timer->config);
167 dprintf("\tfsb_route[0]: 0x%" B_PRIx64 "\n", timer->fsb_route[0]);
168 dprintf("\tfsb_route[1]: 0x%" B_PRIx64 "\n", timer->fsb_route[1]);
255 TRACE("hpet_init: configuration: 0x%" B_PRIx64 ", timer_interrupts: 0x%" B_PRIx64 "\n",
/haiku/src/system/boot/platform/riscv/
H A DFwCfg.cpp139 dprintf("gFwCfgRegs: 0x%08" B_PRIx64 "\n", (addr_t)gFwCfgRegs);
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp351 data.SetToFormat("\t%" B_PRId32 "\t0x%08" B_PRIx64 "\t"
352 "0x%08" B_PRIx64 "\t0x%08" B_PRIx64 "\t0x%08" B_PRIx64 "\t"
391 data.SetToFormat("\t%" B_PRId32 "\t0x%08" B_PRIx64 "\t"
392 "0x%08" B_PRIx64 "\t%10" B_PRId64 "\t%-11s\t%-14s\t%s\n",
586 data.SetToFormat("\t\t%#08" B_PRIx64 "\t%#08" B_PRIx64 "\t%s %s\n",
669 B_PRIx64 ": address not contained in any valid image.\n",
678 B_PRIx64 "
[all...]
/haiku/headers/private/kernel/vm/
H A DVMCache.h379 ASSERT_PRINT(fWiredCount > 0, "page: %#" B_PRIx64, physical_page_number * B_PAGE_SIZE);
/haiku/src/bin/
H A Dsysinfo.cpp792 printf("Kernel name: %s built on: %s %s version 0x%" B_PRIx64 "\n",
H A Dhey.cpp1216 sprintf(str, "%" B_PRId64 " (0x%" B_PRIx64 ")", i64, i64);
1242 sprintf(str, "%" B_PRIu64 " (0x%" B_PRIx64 ")", ui64, ui64);
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp152 printf(" kinds = 0x%" B_PRIx64, info->kinds);
/haiku/src/system/boot/loader/
H A Dkernel_args.cpp346 "range: %#" B_PRIx64 " - %#" B_PRIx64 "\n", range.start,
356 "range: %#" B_PRIx64 " - %#" B_PRIx64 "\n", kLimit,
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dmmu.cpp116 TRACE("%" B_PRIu32 ": base = %" B_PRIx64 ","
117 "size = %" B_PRIx64 "\n", i, regions[i].base, regions[i].size);

Completed in 300 milliseconds

12345