Searched refs:swab64 (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/include/linux/
H A Dswab.h8 # define swab64 __swab64 macro
/linux-4.4.14/arch/powerpc/boot/
H A Dswab.h18 static inline u64 swab64(u64 x) swab64() function
H A Dof.h33 #define cpu_to_be64(x) swab64(x)
34 #define be64_to_cpu(x) swab64(x)
/linux-4.4.14/arch/tile/kernel/
H A Dmodule.c159 (*location = swab64((swab64(*location) & ~func(-1)) | func(value))) apply_relocate_add()
H A Dunaligned.c346 #define GX_INSN_BSWAP(_bundle_) swab64(_bundle_)
945 b = swab64(x); jit_bundle_gen()
/linux-4.4.14/arch/powerpc/kvm/
H A Dpowerpc.c134 shared->sprg0 = swab64(shared->sprg0); kvmppc_swab_shared()
135 shared->sprg1 = swab64(shared->sprg1); kvmppc_swab_shared()
136 shared->sprg2 = swab64(shared->sprg2); kvmppc_swab_shared()
137 shared->sprg3 = swab64(shared->sprg3); kvmppc_swab_shared()
138 shared->srr0 = swab64(shared->srr0); kvmppc_swab_shared()
139 shared->srr1 = swab64(shared->srr1); kvmppc_swab_shared()
140 shared->dar = swab64(shared->dar); kvmppc_swab_shared()
141 shared->msr = swab64(shared->msr); kvmppc_swab_shared()
739 case 8: gpr = swab64(*(u64 *)run->mmio.data); break; kvmppc_complete_mmio_load()
879 case 8: *(u64 *)data = swab64(val); break; kvmppc_handle_store()
/linux-4.4.14/include/net/
H A Dieee802154_netdev.h166 return (__force __le64)swab64(temp); ieee802154_devaddr_from_raw()
171 u64 temp = swab64((__force u64)addr); ieee802154_devaddr_to_raw()
/linux-4.4.14/net/mac802154/
H A Drx.c128 u64 hw = swab64((__force u64)addr->extended_addr); ieee802154_print_addr()
183 key = swab64((__force u64)hdr->sec.extended_src); ieee802154_parse_frame_start()
H A Dllsec.c605 __be64 addr_bytes = (__force __be64) swab64((__force u64) addr); llsec_geniv()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dio.h219 return swab64(in_be64(addr)); in_le64()
224 out_be64(addr, swab64(val)); out_le64()
233 return swab64(in_le64(addr)); in_be64()
238 out_le64(addr, swab64(val)); out_be64()
/linux-4.4.14/arch/sparc/kernel/
H A Dunaligned_64.c227 src_val = swab64(src_val); do_int_store()
367 val_in = swab64(val_in); kernel_unaligned_trap()
/linux-4.4.14/arch/powerpc/kernel/
H A Dalign.c591 data.ll = swab64(data.ll); emulate_spe()
974 data.ll = swab64(data.ll); fix_alignment()
/linux-4.4.14/net/ieee802154/
H A Dnl-mac.c39 return nla_put_u64(msg, type, swab64((__force u64)hwaddr)); nla_put_hwaddr()
/linux-4.4.14/arch/x86/kvm/
H A Demulate.c3507 ctxt->dst.val = swab64(ctxt->src.val); em_movbe()

Completed in 479 milliseconds