crypto/openssl/include/openssl/byteorder.h
49
#define OSSL_BE64TOH(x) be64toh(x)
crypto/openssl/include/openssl/byteorder.h
69
#define OSSL_BE64TOH(x) be64toh(x)
lib/libc/gen/utxdb.c
120
t = be64toh((fu)->fu_tv); \
lib/libkvm/kvm_minidump_powerpc64.c
101
hdr->kernbase = be64toh(hdr->kernbase);
lib/libkvm/kvm_minidump_powerpc64.c
102
hdr->kernend = be64toh(hdr->kernend);
lib/libkvm/kvm_minidump_powerpc64.c
103
hdr->dmapbase = be64toh(hdr->dmapbase);
lib/libkvm/kvm_minidump_powerpc64.c
104
hdr->dmapend = be64toh(hdr->dmapend);
lib/libkvm/kvm_minidump_powerpc64.c
106
hdr->startkernel = be64toh(hdr->startkernel);
lib/libkvm/kvm_minidump_powerpc64.c
107
hdr->endkernel = be64toh(hdr->endkernel);
lib/libkvm/kvm_minidump_powerpc64_hpt.c
314
pte.pte_hi = be64toh(p->pte_hi);
lib/libkvm/kvm_minidump_powerpc64_hpt.c
315
pte.pte_lo = be64toh(p->pte_lo);
lib/libkvm/kvm_private.h
160
return (be64toh(val));
lib/libutil/quotafile.c
322
dqb->dqb_bhardlimit = be64toh(dqb64.dqb_bhardlimit);
lib/libutil/quotafile.c
323
dqb->dqb_bsoftlimit = be64toh(dqb64.dqb_bsoftlimit);
lib/libutil/quotafile.c
324
dqb->dqb_curblocks = be64toh(dqb64.dqb_curblocks);
lib/libutil/quotafile.c
325
dqb->dqb_ihardlimit = be64toh(dqb64.dqb_ihardlimit);
lib/libutil/quotafile.c
326
dqb->dqb_isoftlimit = be64toh(dqb64.dqb_isoftlimit);
lib/libutil/quotafile.c
327
dqb->dqb_curinodes = be64toh(dqb64.dqb_curinodes);
lib/libutil/quotafile.c
328
dqb->dqb_btime = be64toh(dqb64.dqb_btime);
lib/libutil/quotafile.c
329
dqb->dqb_itime = be64toh(dqb64.dqb_itime);
sbin/ggate/shared/ggate.h
145
cinit->gc_flags = be64toh(cinit->gc_flags);
sbin/ggate/shared/ggate.h
164
sinit->gs_mediasize = be64toh(sinit->gs_mediasize);
sbin/ggate/shared/ggate.h
184
hdr->gh_offset = be64toh(hdr->gh_offset);
sbin/ggate/shared/ggate.h
186
hdr->gh_seq = be64toh(hdr->gh_seq);
stand/kboot/kboot/arch/powerpc64/load_addr.c
104
entry[0] = be64toh(entry[0]);
stand/kboot/kboot/arch/powerpc64/load_addr.c
105
entry[1] = be64toh(entry[1]);
stand/kboot/kboot/arch/powerpc64/load_addr.c
72
rsvd_reg[rsvd_reg_cnt].start = be64toh(entry[0]);
stand/kboot/kboot/arch/powerpc64/load_addr.c
74
be64toh(entry[1]) + rsvd_reg[rsvd_reg_cnt].start - 1;
stand/kboot/kboot/arch/powerpc64/load_addr.c
86
rsvd_reg[rsvd_reg_cnt].end = be64toh(val_64) - 1;
stand/kboot/kboot/arch/powerpc64/ppc64_elf_freebsd.c
117
entry = be64toh(entry);
stand/libsa/zfs/nvlist.c
241
*lp = be64toh(*(int64_t *)xdr->xdr_idx);
stand/libsa/zfs/nvlist.c
272
*lp = be64toh(*(uint64_t *)xdr->xdr_idx);
stand/libsa/zfs/zfsimpl.c
1863
be->vbe_version = be64toh(be->vbe_version);
sys/cam/ctl/ctl_frontend_iscsi.c
529
io->io_hdr.nexus.targ_lun = ctl_decode_lun(be64toh(bhssc->bhssc_lun));
sys/cam/ctl/ctl_frontend_iscsi.c
587
io->io_hdr.nexus.targ_lun = ctl_decode_lun(be64toh(bhstmr->bhstmr_lun));
sys/compat/linuxkpi/common/include/asm/byteorder.h
56
#define __be64_to_cpu(x) be64toh(x)
sys/compat/linuxkpi/common/include/asm/byteorder.h
81
#define __be64_to_cpup(x) be64toh(*((const uint64_t *)(x)))
sys/dev/aic7xxx/aic_osm_lib.h
79
#define aic_be64toh(x) be64toh(x)
sys/dev/bce/if_bcereg.h
573
#define bce_be64toh(x) be64toh(x)
sys/dev/cxgbe/adapter.h
440
#define CPL_FW6_PLD_COOKIE(cpl) (be64toh((cpl)->data[1]) & ~CPL_FW6_COOKIE_MASK)
sys/dev/cxgbe/crypto/t4_crypto.c
2686
status = be64toh(cpl->data[0]);
sys/dev/cxgbe/iw_cxgbe/cm.c
2973
uint64_t val = be64toh(*rpl);
sys/dev/cxgbe/osdep.h
106
#define be64_to_cpu(x) be64toh(x)
sys/dev/cxgbe/t4_filter.c
746
hits = be64toh(t);
sys/dev/cxgbe/t4_main.c
10140
e->timestamp = be64toh(e->timestamp);
sys/dev/cxgbe/t4_main.c
13933
e.timestamp = be64toh(e.timestamp);
sys/dev/cxgbe/t4_main.c
13953
e.timestamp = be64toh(e.timestamp);
sys/dev/cxgbe/t4_sge.c
2154
be64toh(d->rsp.u.last_flit) & 0x0fffffffffffffffULL);
sys/dev/cxgbe/t4_sge.c
493
cookie = be64toh(cpl->data[1]) & CPL_FW6_COOKIE_MASK;
sys/dev/cxgbe/tom/t4_connect.c
371
__func__, toep->tid, toep, inp, be64toh(cpl->opt0),
sys/dev/cxgbe/tom/t4_connect.c
409
__func__, toep->tid, toep, inp, be64toh(cpl->opt0),
sys/dev/cxgbe/tom/t4_ddp.c
1688
be64toh(ppod->addr[k]));
sys/dev/cxgbe/tom/t4_ddp.c
1771
be64toh(ppod->addr[k]));
sys/dev/cxgbe/tom/t4_ddp.c
1879
be64toh(ppod->addr[k]));
sys/dev/cxgbe/tom/t4_ddp.c
1963
be64toh(ppod->addr[k]));
sys/dev/cxgbe/tom/t4_ddp.c
2056
be64toh(ppod->addr[k]));
sys/dev/cxgbe/tom/t4_listen.c
1548
__func__, stid, tid, synqe, be64toh(opt0), be32toh(opt2));
sys/dev/cxgbe/tom/t4_tom.c
445
return ((be64toh(tcb[14]) << 32) | (be64toh(tcb[15]) >> 32));
sys/dev/cxgbe/tom/t4_tom.c
462
t1 = be64toh(tcb[flit_idx]) >> shift;
sys/dev/cxgbe/tom/t4_tom.c
470
t2 = be64toh(tcb[flit_idx - 1]) << (64 - shift);
sys/dev/gve/gve_adminq.c
537
priv->max_registered_pages = be64toh(desc->max_registered_pages);
sys/dev/ipmi/ipmi_opal.c
96
*msg_len = be64toh(*msg_len);
sys/dev/liquidio/base/lio_console.c
908
load_addr = be64toh(h->desc[i].addr);
sys/dev/liquidio/base/lio_mem_ops.c
255
return (be64toh(ret));
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
709
s->arg[y] = be64toh(ptr[x]);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
715
s->arg[y] = be64toh(ptr[x]);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
719
s_debug->arg[y] = be64toh(ptr[x]);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
725
s_debug->arg[y] = be64toh(ptr[x]);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
731
s_debug->arg[y] = be64toh(ptr[x]);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
737
s_debug->arg[y] = be64toh(ptr[x]);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
748
s_debug->arg[y] = be64toh(ptr[x]);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
765
s->arg[y] = be64toh(ptr[x]);
sys/dev/mpr/mpr_sas.c
1782
htole64(be64toh(plist->desc[i].slba));
sys/dev/ocs_fc/ocs_cam.c
2119
fc->wwpn = be64toh(wwn);
sys/dev/ocs_fc/ocs_cam.c
2122
fc->wwnn = be64toh(wwn);
sys/dev/ocs_fc/ocs_cam.c
2244
knob->xport_specific.fc.wwnn = be64toh(wwn);
sys/dev/ocs_fc/ocs_cam.c
2248
knob->xport_specific.fc.wwpn = be64toh(wwn);
sys/dev/ocs_fc/ocs_os.h
270
#define ocs_be64toh(v) be64toh(v)
sys/dev/qat/qat_api/qat_utils/include/qat_utils.h
147
#define QAT_UTILS_OS_NW_TO_HOST_64(uData) be64toh(uData)
sys/dev/qlnx/qlnxe/bcm_osal.h
118
#define OSAL_BE64_TO_CPU(val) be64toh(val)
sys/dev/qlxgb/qla_os.h
132
#define qla_be64_to_host(x) be64toh(x)
sys/dev/qlxgbe/ql_os.h
142
#define qla_be64_to_host(x) be64toh(x)
sys/dev/qlxge/qls_os.h
134
#define qla_be64_to_host(x) be64toh(x)
sys/dev/ufshci/ufshci_dev.c
541
be64toh(device->geo_desc.qTotalRawDeviceCapacity) *
sys/dev/usb/wlan/if_run.c
1259
if (bytes != be64toh(0xffffff0210280210ULL)) {
sys/geom/uzip/g_uzip.c
807
sc->toc[i].offset = be64toh(((uint64_t *) (header + 1))[i]);
sys/geom/uzip/g_uzip.c
833
be64toh(((uint64_t *) buf)[i]);
sys/kern/subr_mchain.c
450
*x = be64toh(v);
sys/net/if_stf.c
918
v6prefix = be64toh(*(uint64_t *)v6);
sys/net/pfvar.h
2665
#define PF_IDHASHID(id) (be64toh(id) % (V_pf_hashmask + 1))
sys/netgraph/ng_patch.c
496
val.v8 = be64toh(val.v8);
sys/netinet/sctp_uio.h
1155
#define ntohll(x) be64toh(x)
sys/netpfil/pf/if_pfsync.c
1699
pt->cur_bytes = (unsigned long long)be64toh(pt->cur_bytes);
sys/netpfil/pf/pf.c
2134
(unsigned long long)be64toh(s->id),
sys/powerpc/aim/mmu_radix.c
1457
if ((be64toh(*l3e) & RPTE_LEAF) != 0)
sys/powerpc/aim/mmu_radix.c
1460
if ((be64toh(*pte) & PG_W) != 0)
sys/powerpc/aim/mmu_radix.c
1462
tpte = be64toh(pte_load_clear(pte));
sys/powerpc/aim/mmu_radix.c
1481
pmap_unuse_pt(pmap, va, be64toh(*l3e), &free);
sys/powerpc/aim/mmu_radix.c
1791
if ((be64toh(*pte) & RPTE_VALID) == 0) {
sys/powerpc/aim/mmu_radix.c
1800
} else if ((be64toh(*pte) & RPTE_VALID) == 0) {
sys/powerpc/aim/mmu_radix.c
1810
} else if ((be64toh(*pte) & RPTE_VALID) == 0) {
sys/powerpc/aim/mmu_radix.c
2139
prev = be64toh(isa3_parttab[lpid].pagetab);
sys/powerpc/aim/mmu_radix.c
2171
pagetab = be64toh(isa3_parttab[0].pagetab);
sys/powerpc/aim/mmu_radix.c
2235
if ((be64toh(*l1e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
2242
if ((be64toh(*l2e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
2252
oldl3e = be64toh(*l3e);
sys/powerpc/aim/mmu_radix.c
2286
KASSERT((be64toh(*pte) & PG_V) != 0,
sys/powerpc/aim/mmu_radix.c
2288
pmap_remove_pte(pmap, pte, va, be64toh(*l3e), NULL,
sys/powerpc/aim/mmu_radix.c
2302
if ((be64toh(*pte) & (PG_MANAGED | PG_V)) != (PG_MANAGED | PG_V))
sys/powerpc/aim/mmu_radix.c
2304
else if ((be64toh(*pte) & (PG_M | PG_RW)) == (PG_M | PG_RW)) {
sys/powerpc/aim/mmu_radix.c
2311
m = PHYS_TO_VM_PAGE(be64toh(*pte) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
2315
} else if ((be64toh(*pte) & PG_A) != 0)
sys/powerpc/aim/mmu_radix.c
2466
oldl3e = be64toh(*l3e);
sys/powerpc/aim/mmu_radix.c
2478
oldpte = be64toh(*pte);
sys/powerpc/aim/mmu_radix.c
2482
oldpte = be64toh(*pte);
sys/powerpc/aim/mmu_radix.c
2502
KASSERT((be64toh(*l3e) & RPTE_LEAF) == 0, ("pmap_clear_modify: found"
sys/powerpc/aim/mmu_radix.c
2505
if ((be64toh(*pte) & (PG_M | PG_RW)) == (PG_M | PG_RW)) {
sys/powerpc/aim/mmu_radix.c
2549
if ((be64toh(*l1e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
2557
if ((be64toh(*l2e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
2569
srcptepaddr = be64toh(*l3e);
sys/powerpc/aim/mmu_radix.c
2583
if (be64toh(*l3e) == 0 && ((srcptepaddr & PG_MANAGED) == 0 ||
sys/powerpc/aim/mmu_radix.c
2608
ptetemp = be64toh(*src_pte);
sys/powerpc/aim/mmu_radix.c
2622
if (be64toh(*dst_pte) == 0 &&
sys/powerpc/aim/mmu_radix.c
2736
firstpte = (pt_entry_t *)PHYS_TO_DMAP(be64toh(*pde) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
2738
newpde = be64toh(*firstpte);
sys/powerpc/aim/mmu_radix.c
2762
oldpte = be64toh(*pte);
sys/powerpc/aim/mmu_radix.c
2793
mpte = PHYS_TO_VM_PAGE(be64toh(*pde) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
2899
if (l3e != NULL && (be64toh(*l3e) & PG_V) != 0 && ((be64toh(*l3e) & RPTE_LEAF) == 0 ||
sys/powerpc/aim/mmu_radix.c
2903
mpte = PHYS_TO_VM_PAGE(be64toh(*l3e) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
2925
origpte = be64toh(*pte);
sys/powerpc/aim/mmu_radix.c
3002
origpte = be64toh(pte_load_clear(pte));
sys/powerpc/aim/mmu_radix.c
3084
origpte = be64toh(pte_load_store(pte, htobe64(newpte)));
sys/powerpc/aim/mmu_radix.c
3222
oldl3e = be64toh(*l3e);
sys/powerpc/aim/mmu_radix.c
3250
mt = PHYS_TO_VM_PAGE(be64toh(*l3e) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
3260
KASSERT(be64toh(*l3e) == 0, ("pmap_enter_pde: non-zero pde %p",
sys/powerpc/aim/mmu_radix.c
333
ptepa = (be64toh(*l3e) & NLB_MASK);
sys/powerpc/aim/mmu_radix.c
3412
if (ptepa && (be64toh(*ptepa) & PG_V) != 0) {
sys/powerpc/aim/mmu_radix.c
3413
if (be64toh(*ptepa) & RPTE_LEAF)
sys/powerpc/aim/mmu_radix.c
3415
mpte = PHYS_TO_VM_PAGE(be64toh(*ptepa) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
3433
if (be64toh(*pte)) {
sys/powerpc/aim/mmu_radix.c
345
l3pa = (be64toh(*l2e) & NLB_MASK);
sys/powerpc/aim/mmu_radix.c
3510
if (be64toh(*l3e) & RPTE_LEAF) {
sys/powerpc/aim/mmu_radix.c
3511
pa = (be64toh(*l3e) & PG_PS_FRAME) | (va & L3_PAGE_MASK);
sys/powerpc/aim/mmu_radix.c
3525
pa = be64toh(*pte);
sys/powerpc/aim/mmu_radix.c
3543
if (l3ep != NULL && (l3e = be64toh(*l3ep))) {
sys/powerpc/aim/mmu_radix.c
3550
pte = be64toh(*pmap_l3e_to_pte(l3ep, va));
sys/powerpc/aim/mmu_radix.c
357
l2pa = (be64toh(*l1e) & NLB_MASK);
sys/powerpc/aim/mmu_radix.c
3580
if ((be64toh(*l2e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
3592
if ((be64toh(*l3e) & PG_V) != 0) {
sys/powerpc/aim/mmu_radix.c
376
if (l1e == NULL || (be64toh(*l1e) & RPTE_VALID) == 0)
sys/powerpc/aim/mmu_radix.c
3787
rv = (be64toh(*pte) & mask) == mask;
sys/powerpc/aim/mmu_radix.c
3814
rv = (be64toh(*pte) & mask) == mask;
sys/powerpc/aim/mmu_radix.c
3858
if (l3e != NULL && (be64toh(*l3e) & (RPTE_LEAF | PG_V)) == PG_V) {
sys/powerpc/aim/mmu_radix.c
3860
rv = (be64toh(*pte) & PG_V) == 0;
sys/powerpc/aim/mmu_radix.c
387
if (l2e == NULL || (be64toh(*l2e) & RPTE_VALID) == 0)
sys/powerpc/aim/mmu_radix.c
3937
oldl3e = be64toh(*l3e);
sys/powerpc/aim/mmu_radix.c
398
if (l3e == NULL || (be64toh(*l3e) & RPTE_VALID) == 0)
sys/powerpc/aim/mmu_radix.c
4007
KASSERT((be64toh(*l3e) & RPTE_LEAF) == 0,
sys/powerpc/aim/mmu_radix.c
4011
if ((be64toh(*pte) & (PG_M | PG_RW)) == (PG_M | PG_RW))
sys/powerpc/aim/mmu_radix.c
4013
if ((be64toh(*pte) & PG_A) != 0) {
sys/powerpc/aim/mmu_radix.c
4111
if ((be64toh(*l3e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
4209
if ((be64toh(*pte) & PG_W) != 0)
sys/powerpc/aim/mmu_radix.c
4230
if ((be64toh(*pte) & PG_W) != 0)
sys/powerpc/aim/mmu_radix.c
4322
KASSERT((be64toh(*l1e) & PG_V) == 0,
sys/powerpc/aim/mmu_radix.c
4336
if ((be64toh(*l1e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
4346
pdppg = PHYS_TO_VM_PAGE(be64toh(*l1e) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
4349
l2e = (pml2_entry_t *)PHYS_TO_DMAP(be64toh(*l1e) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
4353
KASSERT((be64toh(*l2e) & PG_V) == 0,
sys/powerpc/aim/mmu_radix.c
4369
if ((be64toh(*l1e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
4377
l2e = (pml2_entry_t *)PHYS_TO_DMAP(be64toh(*l1e) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
4380
l2e = (pml2_entry_t *)PHYS_TO_DMAP(be64toh(*l1e) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
4382
if ((be64toh(*l2e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
4392
pdpg = PHYS_TO_VM_PAGE(be64toh(*l2e) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
4396
l3e = (pml3_entry_t *)PHYS_TO_DMAP(be64toh(*l2e) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
4400
KASSERT((be64toh(*l3e) & PG_V) == 0,
sys/powerpc/aim/mmu_radix.c
4417
if (pdpe != NULL && (be64toh(*pdpe) & PG_V) != 0) {
sys/powerpc/aim/mmu_radix.c
4419
pdpg = PHYS_TO_VM_PAGE(be64toh(*pdpe) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
4453
if (pd != NULL && (be64toh(*pd) & (RPTE_LEAF | PG_V)) == (RPTE_LEAF | PG_V)) {
sys/powerpc/aim/mmu_radix.c
4467
if (pd != NULL && (be64toh(*pd) & PG_V) != 0) {
sys/powerpc/aim/mmu_radix.c
4468
m = PHYS_TO_VM_PAGE(be64toh(*pd) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
4513
oldpde = newpde = be64toh(*l3e);
sys/powerpc/aim/mmu_radix.c
4574
if ((be64toh(*l1e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
4582
if ((be64toh(*l2e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
4594
ptpaddr = be64toh(*l3e);
sys/powerpc/aim/mmu_radix.c
4632
obits = pbits = be64toh(*pte);
sys/powerpc/aim/mmu_radix.c
4695
if (be64toh(*pte) != pa) {
sys/powerpc/aim/mmu_radix.c
4696
oldpte |= be64toh(*pte);
sys/powerpc/aim/mmu_radix.c
4824
pdpg = PHYS_TO_VM_PAGE(be64toh(*pmap_pml2e(pmap, va)) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
4831
pdppg = PHYS_TO_VM_PAGE(be64toh(*pmap_pml1e(pmap, va)) & PG_FRAME);
sys/powerpc/aim/mmu_radix.c
4942
oldpde = be64toh(*l3e);
sys/powerpc/aim/mmu_radix.c
4995
KASSERT((be64toh(*firstpte) & PG_FRAME) == (oldpde & PG_FRAME),
sys/powerpc/aim/mmu_radix.c
5003
if ((be64toh(*firstpte) & PG_PTE_PROMOTE) != (oldpde & PG_PTE_PROMOTE))
sys/powerpc/aim/mmu_radix.c
5082
oldpde = be64toh(pte_load_clear(pdq));
sys/powerpc/aim/mmu_radix.c
5114
return (pmap_unuse_pt(pmap, sva, be64toh(*pmap_pml2e(pmap, sva)), free));
sys/powerpc/aim/mmu_radix.c
5129
oldpte = be64toh(pte_load_clear(ptq));
sys/powerpc/aim/mmu_radix.c
5163
if ((be64toh(*l3e) & RPTE_VALID) == 0) {
sys/powerpc/aim/mmu_radix.c
5167
if ((be64toh(*pte) & RPTE_VALID) == 0) {
sys/powerpc/aim/mmu_radix.c
5172
invalidate_all = pmap_remove_pte(pmap, pte, va, be64toh(*l3e), free, &lock);
sys/powerpc/aim/mmu_radix.c
5206
if (pmap_remove_pte(pmap, pte, sva, be64toh(*l3e), free, lockp)) {
sys/powerpc/aim/mmu_radix.c
5254
if (l3e && (be64toh(*l3e) & RPTE_LEAF) == 0) {
sys/powerpc/aim/mmu_radix.c
5265
if (l1e == NULL || (be64toh(*l1e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
5273
if (l2e == NULL || (be64toh(*l2e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
5288
ptpaddr = be64toh(*l3e);
sys/powerpc/aim/mmu_radix.c
5313
ptpaddr = be64toh(*l3e);
sys/powerpc/aim/mmu_radix.c
5392
KASSERT((be64toh(*l3e) & RPTE_LEAF) == 0, ("pmap_remove_all: found"
sys/powerpc/aim/mmu_radix.c
5395
tpte = be64toh(pte_load_clear(pte));
sys/powerpc/aim/mmu_radix.c
5406
pmap_unuse_pt(pmap, pv->pv_va, be64toh(*l3e), &free);
sys/powerpc/aim/mmu_radix.c
5494
ptel3e = be64toh(*pte);
sys/powerpc/aim/mmu_radix.c
5496
tpte = be64toh(*pte);
sys/powerpc/aim/mmu_radix.c
5503
tpte = be64toh(*pte);
sys/powerpc/aim/mmu_radix.c
5657
if ((be64toh(*l3e) & PG_RW) != 0)
sys/powerpc/aim/mmu_radix.c
5680
KASSERT((be64toh(*l3e) & RPTE_LEAF) == 0,
sys/powerpc/aim/mmu_radix.c
5685
oldpte = be64toh(*pte);
sys/powerpc/aim/mmu_radix.c
5725
if ((be64toh(*l1e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
5732
if ((be64toh(*l2e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
5742
if ((be64toh(*l3e) & PG_V) == 0)
sys/powerpc/aim/mmu_radix.c
5744
if ((be64toh(*l3e) & RPTE_LEAF) != 0) {
sys/powerpc/aim/mmu_radix.c
5745
if ((be64toh(*l3e) & PG_W) == 0)
sys/powerpc/aim/mmu_radix.c
5747
(uintmax_t)(be64toh(*l3e)));
sys/powerpc/aim/mmu_radix.c
5766
if ((be64toh(*pte) & PG_V) == 0)
sys/powerpc/aim/mmu_radix.c
5768
if ((be64toh(*pte) & PG_W) == 0)
sys/powerpc/aim/mmu_radix.c
5770
(uintmax_t)(be64toh(*pte)));
sys/powerpc/aim/mmu_radix.c
5817
if (l3ep != NULL && (be64toh(*l3ep) & PG_V)) {
sys/powerpc/aim/mmu_radix.c
5818
if (be64toh(*l3ep) & RPTE_LEAF) {
sys/powerpc/aim/mmu_radix.c
5819
pte = be64toh(*l3ep);
sys/powerpc/aim/mmu_radix.c
5821
pa = ((be64toh(*l3ep) & PG_PS_FRAME) | (addr & L3_PAGE_MASK)) &
sys/powerpc/aim/mmu_radix.c
5826
pte = be64toh(*pmap_l3e_to_pte(l3ep, addr));
sys/powerpc/aim/mmu_radix.c
6010
opte = be64toh(*pte);
sys/powerpc/aim/mmu_radix.c
6028
oldpdpe = be64toh(*l2e);
sys/powerpc/aim/mmu_radix.c
6082
if (be64toh(l3e) & RPTE_LEAF) {
sys/powerpc/aim/mmu_radix.c
6083
pa = (be64toh(l3e) & PG_PS_FRAME) | (va & L3_PAGE_MASK);
sys/powerpc/aim/mmu_radix.c
6094
pa = be64toh(*pmap_l3e_to_pte(&l3e, va));
sys/powerpc/aim/mmu_radix.c
6251
if (be64toh(*l2e) & RPTE_LEAF) {
sys/powerpc/aim/mmu_radix.c
6257
if ((be64toh(*l2e) & RPTE_ATTR_MASK) == cache_bits) {
sys/powerpc/aim/mmu_radix.c
6280
if (be64toh(*l3e) & RPTE_LEAF) {
sys/powerpc/aim/mmu_radix.c
6286
if ((be64toh(*l3e) & RPTE_ATTR_MASK) == cache_bits) {
sys/powerpc/aim/mmu_radix.c
6318
if (be64toh(*l2e) & RPTE_LEAF) {
sys/powerpc/aim/mmu_radix.c
6319
if ((be64toh(*l2e) & RPTE_ATTR_MASK) != cache_bits) {
sys/powerpc/aim/mmu_radix.c
6328
pa_start = be64toh(*l2e) & PG_PS_FRAME;
sys/powerpc/aim/mmu_radix.c
6330
} else if (pa_end == (be64toh(*l2e) & PG_PS_FRAME))
sys/powerpc/aim/mmu_radix.c
6340
pa_start = be64toh(*l2e) & PG_PS_FRAME;
sys/powerpc/aim/mmu_radix.c
6348
if (be64toh(*l3e) & RPTE_LEAF) {
sys/powerpc/aim/mmu_radix.c
6349
if ((be64toh(*l3e) & RPTE_ATTR_MASK) != cache_bits) {
sys/powerpc/aim/mmu_radix.c
6355
(be64toh(*l3e) & PG_PS_FRAME) < dmaplimit) {
sys/powerpc/aim/mmu_radix.c
6358
pa_start = be64toh(*l3e) & PG_PS_FRAME;
sys/powerpc/aim/mmu_radix.c
6360
} else if (pa_end == (be64toh(*l3e) & PG_PS_FRAME))
sys/powerpc/aim/mmu_radix.c
6370
pa_start = be64toh(*l3e) & PG_PS_FRAME;
sys/powerpc/aim/mmu_radix.c
6377
if ((be64toh(*pte) & RPTE_ATTR_MASK) != cache_bits) {
sys/powerpc/aim/mmu_radix.c
6383
(be64toh(*pte) & PG_FRAME) < dmaplimit) {
sys/powerpc/aim/mmu_radix.c
6386
pa_start = be64toh(*pte) & PG_FRAME;
sys/powerpc/aim/mmu_radix.c
6388
} else if (pa_end == (be64toh(*pte) & PG_FRAME))
sys/powerpc/aim/mmu_radix.c
6398
pa_start = be64toh(*pte) & PG_FRAME;
sys/powerpc/aim/mmu_radix.c
6457
if ((be64toh(*l2e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
6464
if ((be64toh(*pde) & PG_V) != 0)
sys/powerpc/aim/mmu_radix.c
6489
db_printf("VA %#016lx l1e %#016lx", va, be64toh(*l1e));
sys/powerpc/aim/mmu_radix.c
6490
if ((be64toh(*l1e) & PG_V) == 0) {
sys/powerpc/aim/mmu_radix.c
6495
db_printf(" l2e %#016lx", be64toh(*l2e));
sys/powerpc/aim/mmu_radix.c
6496
if ((be64toh(*l2e) & PG_V) == 0 || (be64toh(*l2e) & RPTE_LEAF) != 0) {
sys/powerpc/aim/mmu_radix.c
6501
db_printf(" l3e %#016lx", be64toh(*l3e));
sys/powerpc/aim/mmu_radix.c
6502
if ((be64toh(*l3e) & PG_V) == 0 || (be64toh(*l3e) & RPTE_LEAF) != 0) {
sys/powerpc/aim/mmu_radix.c
6507
db_printf(" pte %#016lx\n", be64toh(*pte));
sys/powerpc/aim/mmu_radix.c
910
if (l3e == NULL || (be64toh(*l3e) & RPTE_VALID) == 0)
sys/powerpc/aim/mmu_radix.c
940
if (l3e == NULL || (be64toh(*l3e) & PG_V) == 0)
sys/powerpc/aim/mmu_radix.c
943
if (be64toh(*l3e) & RPTE_LEAF) {
sys/powerpc/aim/mmu_radix.c
950
if (pte == NULL || (be64toh(*pte) & PG_V) == 0)
sys/powerpc/aim/mmu_radix.c
967
origpte = newpte = be64toh(*pte);
sys/powerpc/aim/mmu_radix.c
988
be64toh(*pte) != origpte) {
sys/powerpc/aim/moea64_native.c
326
if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != pvo_ptevpn) {
sys/powerpc/aim/moea64_native.c
333
ptelo = be64toh(pt->pte_lo);
sys/powerpc/aim/moea64_native.c
352
if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) !=
sys/powerpc/aim/moea64_native.c
363
ptelo = be64toh(pt->pte_lo);
sys/powerpc/aim/moea64_native.c
397
ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED;
sys/powerpc/aim/moea64_native.c
401
ptelo = be64toh(pt->pte_lo);
sys/powerpc/aim/moea64_native.c
422
if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != pvo_ptevpn) {
sys/powerpc/aim/moea64_native.c
444
if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) !=
sys/powerpc/aim/moea64_native.c
458
ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED;
sys/powerpc/aim/moea64_native.c
462
ptelo = be64toh(pt->pte_lo);
sys/powerpc/aim/moea64_native.c
486
if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) !=
sys/powerpc/aim/moea64_native.c
492
ptelo = be64toh(pt->pte_lo);
sys/powerpc/aim/moea64_native.c
739
*oldhi = be64toh(temp);
sys/powerpc/aim/moea64_native.c
940
ptehi = be64toh(pt->pte_hi);
sys/powerpc/ofw/ofw_machdep.c
438
fdtmap[j].mr_start = be64toh(fdtmap[j].mr_start) & ~PAGE_MASK;
sys/powerpc/ofw/ofw_machdep.c
439
fdtmap[j].mr_size = round_page(be64toh(fdtmap[j].mr_size));
sys/powerpc/powernv/opal_console.c
187
return (be64toh(buffer_space_val));
sys/powerpc/powernv/opal_console.c
356
bufsize = be64toh(len);
sys/powerpc/powernv/opal_console.c
367
sc->inbuflen = be64toh(sc->inbuflen);
sys/powerpc/powernv/opal_console.c
414
*(uint64_t*)olen = be64toh(*(uint64_t*)olen);
sys/powerpc/powernv/opal_console.c
431
*(uint64_t*)olen = be64toh(*(uint64_t*)olen);
sys/powerpc/powernv/opal_dev.c
132
if (be64toh(events) & OPAL_EVENT_MSG_PENDING)
sys/powerpc/powernv/opal_dev.c
285
hmsm = be64toh(hmsm);
sys/powerpc/powernv/opal_dev.c
362
switch (be64toh(msg->params[0])) {
sys/powerpc/powernv/opal_dev.c
432
if (be64toh(events) != 0 && opal_hb_proc != NULL)
sys/powerpc/powernv/opal_hmi.c
94
if (be64toh(*flags) & OPAL_HMI_FLAGS_TOD_TB_FAIL)
sys/powerpc/powernv/opal_pci.c
684
*addr = be64toh(*addr);
sys/powerpc/powernv/xive.c
371
xive_cpud->cam = be64toh(xive_cpud->cam);
sys/powerpc/powernv/xive.c
372
xive_cpud->chip = be64toh(xive_cpud->chip);
sys/powerpc/powernv/xive.c
702
irqd->flags = be64toh(irqd->flags);
sys/powerpc/powernv/xive.c
703
eoi_phys = be64toh(eoi_phys);
sys/powerpc/powernv/xive.c
704
trig_phys = be64toh(trig_phys);
sys/powerpc/powernv/xive.c
723
irqd->vp = be64toh(irqd->vp);
sys/powerpc/powernv/xive.c
724
irqd->prio = be64toh(irqd->prio);
sys/powerpc/powerpc/cpu.c
453
*cps = be64toh(*cps);
sys/powerpc/pseries/phyp_console.c
297
sc->phyp_inbuf.u64[0] = be64toh(sc->phyp_inbuf.u64[0]);
sys/powerpc/pseries/phyp_console.c
298
sc->phyp_inbuf.u64[1] = be64toh(sc->phyp_inbuf.u64[1]);
sys/powerpc/pseries/phyp_vscsi.c
530
be64toh(((uint64_t *)(&crq))[0]),
sys/powerpc/pseries/phyp_vscsi.c
531
be64toh(((uint64_t *)(&crq))[1]));
sys/powerpc/pseries/phyp_vscsi.c
584
be64toh(((uint64_t *)(&crq))[0]),
sys/powerpc/pseries/phyp_vscsi.c
585
be64toh(((uint64_t *)(&crq))[1]));
sys/powerpc/pseries/phyp_vscsi.c
712
be64toh(((uint64_t *)(&crq))[0]),
sys/powerpc/pseries/phyp_vscsi.c
713
be64toh(((uint64_t *)(&crq))[1]));
sys/powerpc/pseries/phyp_vscsi.c
776
be64toh(((uint64_t *)(&crq))[0]),
sys/powerpc/pseries/phyp_vscsi.c
777
be64toh(((uint64_t *)(&crq))[1]));
sys/powerpc/pseries/phyp_vscsi.c
820
be64toh(((uint64_t *)(&crq))[0]),
sys/powerpc/pseries/phyp_vscsi.c
821
be64toh(((uint64_t *)(&crq))[1]));
sys/ufs/ufs/ufs_quota.c
1793
dq->dq_bhardlimit = be64toh(dqb64->dqb_bhardlimit);
sys/ufs/ufs/ufs_quota.c
1794
dq->dq_bsoftlimit = be64toh(dqb64->dqb_bsoftlimit);
sys/ufs/ufs/ufs_quota.c
1795
dq->dq_curblocks = be64toh(dqb64->dqb_curblocks);
sys/ufs/ufs/ufs_quota.c
1796
dq->dq_ihardlimit = be64toh(dqb64->dqb_ihardlimit);
sys/ufs/ufs/ufs_quota.c
1797
dq->dq_isoftlimit = be64toh(dqb64->dqb_isoftlimit);
sys/ufs/ufs/ufs_quota.c
1798
dq->dq_curinodes = be64toh(dqb64->dqb_curinodes);
sys/ufs/ufs/ufs_quota.c
1799
dq->dq_btime = be64toh(dqb64->dqb_btime);
sys/ufs/ufs/ufs_quota.c
1800
dq->dq_itime = be64toh(dqb64->dqb_itime);
tests/include/endian_test.c
75
#define H64(x) be64toh(x)
tests/include/endian_test.c
85
#define O64(x) be64toh(x)
tests/include/sys_endian_test.c
72
#define H64(x) be64toh(x)
tests/include/sys_endian_test.c
82
#define O64(x) be64toh(x)
tools/tools/ath/athalq/ar5210_ds.c
122
(unsigned long long) be64toh(a->hdr.threadid));
tools/tools/ath/athalq/ar5210_ds.c
174
be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar5210_ds.c
49
(unsigned long long) be64toh(a->hdr.threadid));
tools/tools/ath/athalq/ar5210_ds.c
83
(unsigned long long) be64toh(a->hdr.threadid));
tools/tools/ath/athalq/ar5211_ds.c
123
(unsigned long long) be64toh(a->hdr.threadid));
tools/tools/ath/athalq/ar5211_ds.c
175
be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar5211_ds.c
49
(unsigned long long) be64toh(a->hdr.threadid));
tools/tools/ath/athalq/ar5211_ds.c
84
(unsigned long long) be64toh(a->hdr.threadid));
tools/tools/ath/athalq/ar5212_ds.c
155
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar5212_ds.c
221
be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar5212_ds.c
49
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar5212_ds.c
90
(unsigned long long) be64toh(a->hdr.threadid));
tools/tools/ath/athalq/ar5416_ds.c
131
(unsigned long long) be64toh(a->hdr.threadid));
tools/tools/ath/athalq/ar5416_ds.c
262
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar5416_ds.c
364
be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar5416_ds.c
49
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar5416_ds_tdma.c
133
(unsigned long long) be64toh(a->hdr.threadid));
tools/tools/ath/athalq/ar5416_ds_tdma.c
270
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar5416_ds_tdma.c
368
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar5416_ds_tdma.c
369
(unsigned long long) be64toh(t.rx_tsf),
tools/tools/ath/athalq/ar5416_ds_tdma.c
370
(unsigned long long) be64toh(t.beacon_tsf),
tools/tools/ath/athalq/ar5416_ds_tdma.c
371
be64toh(t.beacon_tsf) - last_beacon_tx);
tools/tools/ath/athalq/ar5416_ds_tdma.c
373
last_beacon_tx = be64toh(t.beacon_tsf);
tools/tools/ath/athalq/ar5416_ds_tdma.c
392
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar5416_ds_tdma.c
393
(unsigned long long) be64toh(t.nexttbtt),
tools/tools/ath/athalq/ar5416_ds_tdma.c
394
(unsigned long long) be64toh(t.next_slot),
tools/tools/ath/athalq/ar5416_ds_tdma.c
408
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar5416_ds_tdma.c
409
(unsigned long long) be64toh(t.tsf64_old),
tools/tools/ath/athalq/ar5416_ds_tdma.c
411
(unsigned long long) be64toh(t.tsf64_new));
tools/tools/ath/athalq/ar5416_ds_tdma.c
422
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar5416_ds_tdma.c
465
be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar5416_ds_tdma.c
52
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar9300_ds.c
158
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar9300_ds.c
342
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar9300_ds.c
440
be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar9300_ds.c
50
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/ar9300_ds.c
68
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/main.c
103
(unsigned long long) be64toh(a->hdr.threadid));
tools/tools/ath/athalq/main.c
205
be64toh(a->hdr.threadid),
tools/tools/ath/athalq/main.c
72
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/main.c
83
(unsigned long long) be64toh(a->hdr.threadid));
tools/tools/ath/athalq/main.c
93
(unsigned long long) be64toh(a->hdr.threadid));
tools/tools/ath/athalq/tdma.c
106
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/tdma.c
45
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/tdma.c
46
(unsigned long long) be64toh(t.rx_tsf),
tools/tools/ath/athalq/tdma.c
47
(unsigned long long) be64toh(t.beacon_tsf),
tools/tools/ath/athalq/tdma.c
48
be64toh(t.beacon_tsf) - last_beacon_tx);
tools/tools/ath/athalq/tdma.c
50
last_beacon_tx = be64toh(t.beacon_tsf);
tools/tools/ath/athalq/tdma.c
71
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/tdma.c
72
(unsigned long long) be64toh(t.nexttbtt),
tools/tools/ath/athalq/tdma.c
73
(unsigned long long) be64toh(t.next_slot),
tools/tools/ath/athalq/tdma.c
89
(unsigned long long) be64toh(a->hdr.threadid),
tools/tools/ath/athalq/tdma.c
90
(unsigned long long) be64toh(t.tsf64_old),
tools/tools/ath/athalq/tdma.c
92
(unsigned long long) be64toh(t.tsf64_new));
tools/tools/cxgbtool/cxgbtool.c
770
#define ntohll(x) be64toh((x))
tools/tools/netrate/tcpp/tcpp_util.c
45
thp->th_len = be64toh(thp->th_len);
usr.bin/fortune/fortune/fortune.c
992
Seekpts[0] = be64toh(Seekpts[0]);
usr.bin/fortune/fortune/fortune.c
993
Seekpts[1] = be64toh(Seekpts[1]);
usr.bin/fortune/unstr/unstr.c
112
fseeko(Inf, be64toh(pos), SEEK_SET);
usr.bin/mkuzip/mkuzip.c
369
(u_long)oblk->info.len, (u_long)be64toh(toc[io]));
usr.sbin/crunch/crunchide/exec_elf32.c
69
#define xewtoh(x) ((data == ELFDATA2MSB) ? be64toh(x) : le64toh(x))