Home
last modified time | relevance | path

Searched refs:swab64 (Results 1 – 21 of 21) sorted by relevance

/linux/arch/powerpc/boot/
H A Dof.h34 #define cpu_to_be64(x) swab64(x)
35 #define be64_to_cpu(x) swab64(x)
H A Dswab.h19 static inline u64 swab64(u64 x) in swab64() function
/linux/include/linux/
H A Dswab.h9 # define swab64 __swab64 macro
/linux/net/mac802154/
H A Dcfg.c323 u64 ceaddr = swab64((__force u64)coord->extended_addr); in mac802154_associate()
406 eaddr = swab64((__force u64)child->extended_addr); in mac802154_disassociate_from_parent()
418 eaddr = swab64((__force u64)wpan_dev->parent->extended_addr); in mac802154_disassociate_from_parent()
472 u64 teaddr = swab64((__force u64)target->extended_addr); in mac802154_disassociate()
H A Dscan.c520 u64 ceaddr = swab64((__force u64)coord->extended_addr); in mac802154_perform_association()
614 u64 deaddr = swab64((__force u64)dest->extended_addr); in mac802154_process_association_resp()
648 u64 teaddr = swab64((__force u64)target->extended_addr); in mac802154_send_disassociation_notif()
708 u64 teaddr = swab64((__force u64)target->extended_addr); in mac802154_send_association_resp_locked()
809 ceaddr = swab64((__force u64)child->extended_addr); in mac802154_process_association_req()
893 teaddr = swab64((__force u64)target.extended_addr); in mac802154_process_disassociation_notif()
H A Drx.c269 u64 hw = swab64((__force u64)addr->extended_addr); in ieee802154_print_addr()
324 key = swab64((__force u64)hdr->sec.extended_src); in ieee802154_parse_frame_start()
H A Dllsec.c607 __be64 addr_bytes = (__force __be64) swab64((__force u64) addr); in llsec_geniv()
/linux/arch/powerpc/kvm/
H A Dpowerpc.c147 shared->sprg0 = swab64(shared->sprg0); in kvmppc_swab_shared()
148 shared->sprg1 = swab64(shared->sprg1); in kvmppc_swab_shared()
149 shared->sprg2 = swab64(shared->sprg2); in kvmppc_swab_shared()
150 shared->sprg3 = swab64(shared->sprg3); in kvmppc_swab_shared()
151 shared->srr0 = swab64(shared->srr0); in kvmppc_swab_shared()
152 shared->srr1 = swab64(shared->srr1); in kvmppc_swab_shared()
153 shared->dar = swab64(shared->dar); in kvmppc_swab_shared()
154 shared->msr = swab64(shared->msr); in kvmppc_swab_shared()
1150 case 8: gpr = swab64(*(u64 *)run->mmio.data); break; in kvmppc_complete_mmio_load()
1233 gpr = swab64(gpr); in kvmppc_complete_mmio_load()
[all …]
/linux/include/net/
H A Dieee802154_netdev.h312 return (__force __le64)swab64(temp); in ieee802154_devaddr_from_raw()
317 u64 temp = swab64((__force u64)addr); in ieee802154_devaddr_to_raw()
/linux/scripts/gdb/linux/
H A Dslab.py88 def swab64(x): function
101 return ptr['v'] ^ cache['random'] ^ swab64(int(ptr_addr))
/linux/lib/
H A Diomap.c71 #define mmio_read64be(addr) swab64(readq(addr))
200 #define mmio_write64be(val,port) writeq(swab64(val),port)
/linux/lib/zstd/common/
H A Dmem.h251 return swab64(in); in MEM_swap64()
/linux/arch/alpha/include/asm/
H A Dio.h543 #define ioread64be(p) swab64(ioread64(p))
546 #define iowrite64be(v,p) iowrite64(swab64(v), (p))
/linux/arch/sparc/kernel/
H A Dunaligned_64.c228 src_val = swab64(src_val); in do_int_store()
368 val_in = swab64(val_in); in kernel_unaligned_trap()
/linux/arch/powerpc/kernel/
H A Dalign.c230 data.ll = swab64(data.ll); in emulate_spe()
H A Dfadump.c1684 if (fdh->magic_number == swab64(FADUMP_CRASH_INFO_MAGIC)) in is_fadump_header_compatible()
/linux/arch/arm64/kernel/
H A Dfpsimd.c623 u64 a = swab64(x); in arm64_cpu_to_le128()
624 u64 b = swab64(x >> 64); in arm64_cpu_to_le128()
/linux/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c118 u64 a = swab64(x); in arm64_cpu_to_le128()
119 u64 b = swab64(x >> 64); in arm64_cpu_to_le128()
/linux/drivers/net/dsa/microchip/
H A Dksz_common.h616 value = swab64(value); in ksz_write64()
/linux/drivers/net/ieee802154/
H A Datusb.c940 addr = swab64((__force u64)atusb->hw->phy->perm_extended_addr); in atusb_set_extended_addr()
/linux/arch/x86/kvm/
H A Demulate.c3246 ctxt->dst.val = swab64(ctxt->src.val); in em_movbe()