| /src/sys/arch/mips/mips/ |
| cache_octeon.c | 183 "taglo=%016"PRIx64" " 184 "(R=%01"PRIx64", asid=%02"PRIx64", tag=%09"PRIx64", index=%02"PRIx64", G=%01"PRIx64", valid=%01"PRIx64"), " 185 "datahi=%01"PRIx64", datalo=%016"PRIx64"" 256 "taglo=%016"PRIx64" " [all...] |
| /src/sys/arch/mips/sibyte/dev/ |
| sbbuswatch.c | 100 printf("err_ctl=%#"PRIx64"\n", err_ctl); 101 printf("bus_err_dpa=%#"PRIx64"\n", bus_err_dpa); 102 printf("cache_err_i=%#"PRIx64"\n", cache_err_i); 103 printf("cache_err_d=%#"PRIx64"\n", cache_err_d); 104 printf("cache_err_dpa=%#"PRIx64"\n", cache_err_dpa);
|
| /src/sys/arch/mips/include/ |
| types.h | 74 #define PRIxPADDR PRIx64 75 #define PRIxPSIZE PRIx64 89 #define PRIxVADDR PRIx64 90 #define PRIxVSIZE PRIx64 123 #define PRIxREGISTER PRIx64 124 #define PRIxUREGISTER PRIx64
|
| /src/sys/arch/riscv/include/ |
| types.h | 46 #define PRIxPADDR PRIx64 47 #define PRIxPSIZE PRIx64 57 #define PRIxREGISTER PRIx64
|
| /src/sbin/efi/ |
| devpath4.c | 91 path->sz = easprintf(&path->cp, "HD(%u,%s,%s,0x%" PRIx64 ",0x%" 92 PRIx64 ")", 112 DEVPATH_FMT(PartitionStart:) " 0x%" PRIx64 "\n" 113 DEVPATH_FMT(PartitionSize:) " 0x%" PRIx64 "\n" 140 path->sz = easprintf(&path->cp, "CDROM(0x%x,0x%016" PRIx64 ",0x%016" 141 PRIx64 ")", p->BootEntry, 148 DEVPATH_FMT(PartitionStart:) " 0x%016" PRIx64 "\n" 149 DEVPATH_FMT(PartitionSize:) " 0x%016" PRIx64 "\n", 286 path->sz = easprintf(&path->cp, "Offset(0x%016" PRIx64 ",0x%016" 287 PRIx64 ")", [all...] |
| devpath3.c | 220 path->sz = easprintf(&path->cp, "Fibre(0x%016" PRIx64 ",0x%016" 221 PRIx64 ")", p->WWName, p->LUN); 227 DEVPATH_FMT(WWName:) " 0x%016" PRIx64 "\n" 228 DEVPATH_FMT(LUN:) " 0x%016" PRIx64 "\n", 246 path->sz = easprintf(&path->cp, "11394(0x%016" PRIx64 ")", p->GUID); 252 DEVPATH_FMT(GUID:) " 0x%016" PRIx64 "\n", 328 path->sz = easprintf(&path->cp, "Infiniband(%#x,%s,0x%016" PRIx64 329 ",0x%016" PRIx64 ",0x%016" PRIx64 ")", 342 DEVPATH_FMT(ServiceID:) " 0x%016" PRIx64 "\n [all...] |
| devpath1.c | 161 path->sz = easprintf(&path->cp, "MemMap(%s,0x%016" PRIx64 162 ",0x%016" PRIx64 ")", typename, 169 DEVPATH_FMT(StartAddress:) " 0x%016" PRIx64 "\n" 170 DEVPATH_FMT(EndAddress:) " 0x%016" PRIx64 "\n", 296 path->sz = easprintf(&path->cp, "(%s,0x%016" PRIx64 ")", 303 DEVPATH_FMT(BaseAddress:) " 0x%016" PRIx64 "\n",
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
| nouveau_nvkm_engine_fifo_gpfifotu102.c | 68 nvif_ioctl(parent, "create channel gpfifo vers %d vmm %"PRIx64" " 69 "ioffset %016"PRIx64" ilength %08x " 70 "runlist %016"PRIx64" priv %d\n",
|
| nouveau_nvkm_engine_fifo_dmag84.c | 52 nvif_ioctl(parent, "create channel dma vers %d vmm %"PRIx64" " 53 "pushbuf %"PRIx64" offset %016"PRIx64"\n",
|
| nouveau_nvkm_engine_fifo_dmanv50.c | 52 nvif_ioctl(parent, "create channel dma vers %d vmm %"PRIx64" " 53 "pushbuf %"PRIx64" offset %016"PRIx64"\n",
|
| nouveau_nvkm_engine_fifo_gpfifog84.c | 53 nvif_ioctl(parent, "create channel gpfifo vers %d vmm %"PRIx64" " 54 "pushbuf %"PRIx64" ioffset %016"PRIx64" "
|
| nouveau_nvkm_engine_fifo_gpfifonv50.c | 53 nvif_ioctl(parent, "create channel gpfifo vers %d vmm %"PRIx64" " 54 "pushbuf %"PRIx64" ioffset %016"PRIx64" "
|
| /src/usr.sbin/cpuctl/arch/ |
| aarch64.c | 1025 printf("0x%"PRIx64": ", v); 1033 printf("0x%"PRIx64"\n", v); 1145 printf("%s: MIDR_EL1: 0x%08"PRIx64"\n", 1147 printf("%s: MPIDR_EL1: 0x%016"PRIx64"\n", 1149 printf("%s: ID_AA64DFR0_EL1: 0x%016"PRIx64"\n", 1151 printf("%s: ID_AA64DFR1_EL1: 0x%016"PRIx64"\n", 1153 printf("%s: ID_AA64ISAR0_EL1: 0x%016"PRIx64"\n", 1155 printf("%s: ID_AA64ISAR1_EL1: 0x%016"PRIx64"\n", 1157 printf("%s: ID_AA64MMFR0_EL1: 0x%016"PRIx64"\n", 1159 printf("%s: ID_AA64MMFR1_EL1: 0x%016"PRIx64"\n" [all...] |
| /src/sys/arch/riscv/riscv/ |
| db_trace.c | 110 (*pr)("%s %016" PRIx64 " %s %s() at %016" PRIx64, 113 (*pr)("%s %016" PRIx64 " %s() at %016" PRIx64 " ", 120 (*pr)("%s %016" PRIx64 " %s ?() at %016" PRIx64 "\n", 123 (*pr)("%s %016" PRIx64 " ?() at %016" PRIx64 "\n", prefix, frame, pc);
|
| /src/sys/arch/powerpc/booke/ |
| e500_timer.c | 125 printf("%s: nticks=%u lastintr=%#"PRIx64"(%#"PRIx64") now=%#"PRIx64" latency=%#"PRIx64" orig=%#"PRIx64"\n", __func__,
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/nvfw/ |
| nouveau_nvkm_nvfw_flcn.c | 56 nvkm_debug(subdev, "\tcodeDmaBase : 0x%"PRIx64"x\n", hdr->code_dma_base); 60 nvkm_debug(subdev, "\tdataDmaBase : 0x%"PRIx64"\n", hdr->data_dma_base); 62 nvkm_debug(subdev, "\toverlayDmaBase: 0x%"PRIx64"\n", hdr->overlay_dma_base); 103 nvkm_debug(subdev, "\tcodeDmaBase : 0x%"PRIx64"\n", hdr->code_dma_base); 109 nvkm_debug(subdev, "\tdataDmaBase : 0x%"PRIx64"\n", hdr->data_dma_base);
|
| /src/sys/arch/arm/acpi/ |
| sbsawdt_acpi.c | 124 aprint_normal(": mem %#" PRIx64 "-%#" PRIx64 ",%#" PRIx64 "-%#" PRIx64 "\n",
|
| gicv3_acpi.c | 185 aprint_error_dev(sc->sc_gic.sc_dev, "failed to map redistributor at 0x%" PRIx64 " len %#x\n", 197 aprint_debug_dev(sc->sc_gic.sc_dev, "redist at 0x%" PRIx64 " [GICR]\n", gicr->BaseAddress + off); 244 aprint_error_dev(sc->sc_gic.sc_dev, "failed to map redistributor at 0x%" PRIx64 " len %#x\n", 249 aprint_debug_dev(sc->sc_gic.sc_dev, "redist at 0x%" PRIx64 " [GICC]\n", gicc->GicrBaseAddress); 301 aprint_error_dev(sc->sc_gic.sc_dev, "failed to map ITS at 0x%" PRIx64 " len %#x\n", 306 aprint_normal_dev(sc->sc_gic.sc_dev, "ITS #%d at 0x%" PRIx64 "\n",
|
| /src/sys/arch/powerpc/include/ |
| types.h | 66 #define PRIxREGISTER64 PRIx64
|
| /src/tests/lib/libc/atomic/ |
| t_atomic_and.c | 69 atf_and(atomic_and_64, uint64_t, PRIx64); 101 atf_and_nv(atomic_and_64_nv, uint64_t, PRIx64);
|
| t_atomic_dec.c | 67 atf_dec(atomic_dec_64, uint64_t, "0x%" PRIx64); 98 atf_dec_nv(atomic_dec_64_nv, uint64_t, "0x%" PRIx64);
|
| t_atomic_inc.c | 67 atf_inc(atomic_inc_64, uint64_t, "0x%" PRIx64); 98 atf_inc_nv(atomic_inc_64_nv, uint64_t, "0x%" PRIx64);
|
| t_atomic_or.c | 69 atf_or(atomic_or_64, uint64_t, PRIx64); 101 atf_or_nv(atomic_or_64_nv, uint64_t, PRIx64);
|
| /src/sys/arch/x86/x86/ |
| x86_machdep.c | 623 panic("no freelist for maximum address %"PRIx64, maxaddr); 637 "0x%"PRIx64"/0x%"PRIx64"/0x%x\n", 683 "(0x%"PRIx64"/0x%"PRIx64"/0x%x) FROM " 763 printf("MEMMAP: 0x%016" PRIx64 "-0x%016" PRIx64 764 "\n\tsize=0x%016" PRIx64 ", type=%d(%s)\n", 801 "0x%"PRIx64"/0x%"PRIx64"/0x%x\n", seg_start [all...] |
| /src/sys/arch/evbmips/rmixl/ |
| machdep.c | 279 printf("memsize = %#"PRIx64"\n", memsize); 281 printf("memlimit = %#"PRIx64"\n", (uint64_t)MEMLIMIT); 290 printf("userapp_cpu_map: %#"PRIx64"\n", 292 printf("wakeup: %#"PRIx64"\n", rcp->rc_psb_info.wakeup); 296 printf("sp: %#"PRIx64"\n", sp); 378 DPRINTF(("mem_cluster_maxaddr %#"PRIx64"\n", mem_cluster_maxaddr)); 908 printf("entry: addr %#x, args %#x, sp %#"PRIx64", gp %#"PRIx64"\n", 933 printf(", %#"PRIx64"\n", m->phys); 939 printf(" %#"PRIx64"", e->vaddr) [all...] |