Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c64 *addr = swab64(*addr); in byteswap_pt_regs()
72 hr->lpcr = swab64(hr->lpcr); in byteswap_hv_regs()
74 hr->amor = swab64(hr->amor); in byteswap_hv_regs()
82 hr->purr = swab64(hr->purr); in byteswap_hv_regs()
84 hr->ic = swab64(hr->ic); in byteswap_hv_regs()
85 hr->vtb = swab64(hr->vtb); in byteswap_hv_regs()
86 hr->hdar = swab64(hr->hdar); in byteswap_hv_regs()
88 hr->heir = swab64(hr->heir); in byteswap_hv_regs()
89 hr->asdr = swab64(hr->asdr); in byteswap_hv_regs()
90 hr->srr0 = swab64(hr->srr0); in byteswap_hv_regs()
[all …]
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()
1162 case 8: gpr = swab64(*(u64 *)run->mmio.data); break; in kvmppc_complete_mmio_load()
1245 gpr = swab64(gpr); in kvmppc_complete_mmio_load()
[all …]
/openbmc/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
/openbmc/linux/crypto/
H A Dpolyval-generic.c75 put_unaligned(swab64(a), (u64 *)&dst[8]); in copy_and_reverse()
76 put_unaligned(swab64(b), (u64 *)&dst[0]); in copy_and_reverse()
/openbmc/linux/include/linux/
H A Dswab.h9 # define swab64 __swab64 macro
/openbmc/linux/include/net/
H A Dieee802154_netdev.h252 return (__force __le64)swab64(temp); in ieee802154_devaddr_from_raw()
257 u64 temp = swab64((__force u64)addr); in ieee802154_devaddr_to_raw()
/openbmc/u-boot/include/linux/byteorder/
H A Dswab.h147 #define swab64 __swab64 macro
/openbmc/linux/scripts/gdb/linux/
H A Dslab.py88 def swab64(x): function
101 return ptr['v'] ^ cache['random'] ^ swab64(int(ptr_addr))
/openbmc/linux/lib/
H A Diomap.c71 #define mmio_read64be(addr) swab64(readq(addr))
200 #define mmio_write64be(val,port) writeq(swab64(val),port)
/openbmc/linux/net/mac802154/
H A Drx.c241 u64 hw = swab64((__force u64)addr->extended_addr); in ieee802154_print_addr()
296 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()
/openbmc/linux/arch/powerpc/include/asm/
H A Dio.h201 return swab64(in_be64(addr)); in in_le64()
206 out_be64(addr, swab64(val)); in out_le64()
215 return swab64(in_le64(addr)); in in_be64()
220 out_le64(addr, swab64(val)); in out_be64()
/openbmc/linux/lib/zstd/common/
H A Dmem.h250 return swab64(in); in MEM_swap64()
/openbmc/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()
/openbmc/linux/arch/powerpc/kernel/
H A Dalign.c230 data.ll = swab64(data.ll); in emulate_spe()
/openbmc/linux/include/asm-generic/
H A Dio.h880 return swab64(readq(addr)); in ioread64be()
906 writeq(swab64(value), addr); in iowrite64be()
/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c638 u64 a = swab64(x); in arm64_cpu_to_le128()
639 u64 b = swab64(x >> 64); in arm64_cpu_to_le128()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz_common.h521 value = swab64(value); in ksz_write64()
/openbmc/linux/drivers/net/ieee802154/
H A Datusb.c940 addr = swab64((__force u64)atusb->hw->phy->perm_extended_addr); in atusb_set_extended_addr()
/openbmc/linux/net/ieee802154/
H A Dnl-mac.c32 return nla_put_u64_64bit(msg, type, swab64((__force u64)hwaddr), in nla_put_hwaddr()
/openbmc/linux/arch/x86/kvm/
H A Demulate.c3290 ctxt->dst.val = swab64(ctxt->src.val); in em_movbe()