Searched refs:B_PRIx64 (Results 51 - 75 of 112) sorted by relevance

12345

/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/riscv64/
H A Darch_traps.cpp51 dprintf("%#" B_PRIx64, val);
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerACPI.cpp55 dprintf("PCI: mechanism addr: %" B_PRIx64 ", seg: %x, start: %x, end: %x\n",
/haiku/headers/os/support/
H A DSupportDefs.h88 #define B_PRIx64 __HAIKU_PRI_PREFIX_64 "x" macro
163 #define B_PRIxOFF B_PRIx64
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.cpp274 data.SetToFormat("%#" B_PRIx64, instance->Address());
301 data.SetToFormat("%s at 0x%" B_PRIx64 " (%" B_PRId32 " bytes)",
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm.cpp207 kprintf("satp: %#" B_PRIx64 "\n", satp.val);
252 kprintf("satp: %#" B_PRIx64 "\n", satp.val);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2039 TRACE_CONTROL("TeamDebugger::_HandleSetUserBreakpoint(%#" B_PRIx64
2094 TRACE_CONTROL(" relative address: %#" B_PRIx64 ", source location: "
2121 TRACE_CONTROL(" function instance %p: range: %#" B_PRIx64 " - %#"
2122 B_PRIx64 "\n", instance, instance->Address(),
2144 TRACE_CONTROL(" breakpoint address using source info: %" B_PRIx64
2155 TRACE_CONTROL(" final breakpoint address: %" B_PRIx64 "\n",
2191 TRACE_CONTROL("TeamDebugger::_HandleClearUserBreakpoint(%#" B_PRIx64 ")\n",
2246 TRACE_CONTROL("TeamDebugger::_HandleClearWatchpoint(%#" B_PRIx64 ")\n",
2273 TRACE_CONTROL("TeamDebugger::_HandleInspectAddress(%" B_PRIx64 ", %p)\n",
2314 TRACE_CONTROL("TeamDebugger::_HandleWriteTargetMemory(%" B_PRIx64 ",
[all...]
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp253 TRACE_LOCALS("BMessage: Header Address: 0x%" B_PRIx64 ", result: %s\n",
294 TRACE_LOCALS("BMessage: Field Header Address: 0x%" B_PRIx64
305 TRACE_LOCALS("BMessage: Data Address: 0x%" B_PRIx64
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp507 TRACE_CONTROL("BREAKPOINT at %#" B_PRIx64 " installed: %s\n",
515 TRACE_CONTROL("BREAKPOINT at %#" B_PRIx64 " uninstalled\n",
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp156 TRACE("system_chunk_array object_id 0x%" B_PRIx64 " offset 0x%"
157 B_PRIx64 " type 0x%x\n", key->ObjectID(), key->Offset(),
/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);
/haiku/src/system/kernel/
H A Dsyscalls.cpp421 out.Print("%s%#" B_PRIx64, (i == 0 ? "" : ", "), value);
457 out.Print("syscall post: %s() -> %#" B_PRIx64,
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp189 kprintf("uint64: \33[34m%#" B_PRIx64 "\33[0m", value);
246 kprintf("\33[34m%#" B_PRIx64 "\33[0m", value);
/haiku/src/system/kernel/debug/
H A Ddebug_builtin_commands.cpp95 kprintf("%" B_PRIu64 " (0x%" B_PRIx64 ")\n", result, result);
/haiku/src/kits/debugger/types/
H A DValueLocation.cpp295 printf(" address %#" B_PRIx64, piece.address);
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp123 B_PRIx64 ", bits: %" B_PRIu32 "\n", i, address,
/haiku/headers/build/
H A DHaikuBuildCompatibility.h235 # define B_PRIx64 __HAIKU_PRI_PREFIX_64 "x" macro
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp96 text.SetToFormat("0x%" B_PRIx64, fInitialAddress);
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp163 dprintf("(0x%08" B_PRIx64 ", 0x%08" B_PRIx64 ")",
666 dprintf(" regs: %#" B_PRIx64 ", %#" B_PRIx64 "\n", uart.regs.start, uart.regs.size);
/haiku/src/servers/media/
H A DNodeManager.cpp190 ", flavor_id %" B_PRId32 ", name \"%s\", kinds %#" B_PRIx64", port %"
442 B_PRId32 ", node kind %#" B_PRIx64 "\n", node->node, node->port,
660 "out-format %p, name %s, require kinds 0x%" B_PRIx64 "\n", maxCount,
1259 "team %" B_PRId32 ", kinds %#08" B_PRIx64 ", name \"%s\", "
1331 printf(" flavor-kinds %#08" B_PRIx64 ", flavor_flags %#08" B_PRIx32
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp333 errorMessage.SetToFormat("Unable to read address 0x%" B_PRIx64
454 computedAddress.SetToFormat("0x%" B_PRIx64, address);
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86VMTranslationMap64Bit.cpp217 "virtual address: %#" B_PRIxADDR ", existing pte: %#" B_PRIx64,
650 B_PRIxPHYSADDR " %#" B_PRIx32 " (entry: %#" B_PRIx64 ")\n",
H A DX86PagingMethod64Bit.cpp199 "virtual address: %#" B_PRIxADDR ", existing pte: %#" B_PRIx64,
/haiku/src/kits/storage/
H A DQueryPredicate.cpp292 sprintf(buffer, "0x%016" B_PRIx64, value.asInteger);
/haiku/src/bin/bfs_tools/lib/
H A Ddump.cpp262 Print("int64 = %" B_PRId64 " (0x%" B_PRIx64 ")",

Completed in 152 milliseconds

12345