Home
last modified time | relevance | path

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

12

/linux-6.12.1/arch/powerpc/kvm/
Dbook3s_hv_nested.c64 *addr = swab64(*addr); in byteswap_pt_regs()
69 hr->version = swab64(hr->version); in byteswap_hv_regs()
72 hr->lpcr = swab64(hr->lpcr); in byteswap_hv_regs()
73 hr->pcr = swab64(hr->pcr) | PCR_MASK; in byteswap_hv_regs()
74 hr->amor = swab64(hr->amor); in byteswap_hv_regs()
75 hr->dpdes = swab64(hr->dpdes); in byteswap_hv_regs()
76 hr->hfscr = swab64(hr->hfscr); in byteswap_hv_regs()
77 hr->tb_offset = swab64(hr->tb_offset); in byteswap_hv_regs()
78 hr->dawr0 = swab64(hr->dawr0); in byteswap_hv_regs()
79 hr->dawrx0 = swab64(hr->dawrx0); in byteswap_hv_regs()
[all …]
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()
1156 case 8: gpr = swab64(*(u64 *)run->mmio.data); break; in kvmppc_complete_mmio_load()
1239 gpr = swab64(gpr); in kvmppc_complete_mmio_load()
[all …]
/linux-6.12.1/arch/powerpc/boot/
Dof.h34 #define cpu_to_be64(x) swab64(x)
35 #define be64_to_cpu(x) swab64(x)
Dswab.h19 static inline u64 swab64(u64 x) in swab64() function
/linux-6.12.1/crypto/
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()
/linux-6.12.1/include/linux/
Dswab.h9 # define swab64 __swab64 macro
/linux-6.12.1/net/mac802154/
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()
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()
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()
Dllsec.c607 __be64 addr_bytes = (__force __be64) swab64((__force u64) addr); in llsec_geniv()
/linux-6.12.1/include/net/
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-6.12.1/scripts/gdb/linux/
Dslab.py88 def swab64(x): function
101 return ptr['v'] ^ cache['random'] ^ swab64(int(ptr_addr))
/linux-6.12.1/lib/
Diomap.c71 #define mmio_read64be(addr) swab64(readq(addr))
200 #define mmio_write64be(val,port) writeq(swab64(val),port)
/linux-6.12.1/arch/powerpc/include/asm/
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()
/linux-6.12.1/arch/alpha/include/asm/
Dio.h537 #define ioread64be(p) swab64(ioread64(p))
540 #define iowrite64be(v,p) iowrite64(swab64(v), (p))
/linux-6.12.1/lib/zstd/common/
Dmem.h250 return swab64(in); in MEM_swap64()
/linux-6.12.1/arch/sparc/kernel/
Dunaligned_64.c228 src_val = swab64(src_val); in do_int_store()
368 val_in = swab64(val_in); in kernel_unaligned_trap()
/linux-6.12.1/arch/powerpc/kernel/
Dalign.c230 data.ll = swab64(data.ll); in emulate_spe()
/linux-6.12.1/fs/bcachefs/
Dextents.c1362 *d = swab64(*d); in bch2_ptr_swab()
1375 entry->crc64.csum_lo = swab64(entry->crc64.csum_lo); in bch2_ptr_swab()
1379 swab64((__force u64) entry->crc128.csum.hi); in bch2_ptr_swab()
1381 swab64((__force u64) entry->crc128.csum.lo); in bch2_ptr_swab()
Dalloc_background.c327 a->journal_seq = swab64(a->journal_seq); in bch2_alloc_v4_swab()
331 a->io_time[0] = swab64(a->io_time[0]); in bch2_alloc_v4_swab()
332 a->io_time[1] = swab64(a->io_time[1]); in bch2_alloc_v4_swab()
/linux-6.12.1/include/asm-generic/
Dio.h881 return swab64(readq(addr)); in ioread64be()
907 writeq(swab64(value), addr); in iowrite64be()
/linux-6.12.1/arch/arm64/kernel/
Dfpsimd.c616 u64 a = swab64(x); in arm64_cpu_to_le128()
617 u64 b = swab64(x >> 64); in arm64_cpu_to_le128()
/linux-6.12.1/tools/testing/selftests/arm64/fp/
Dfp-ptrace.c97 u64 a = swab64(x); in arm64_cpu_to_le128()
98 u64 b = swab64(x >> 64); in arm64_cpu_to_le128()
/linux-6.12.1/drivers/net/dsa/microchip/
Dksz_common.h539 value = swab64(value); in ksz_write64()
/linux-6.12.1/drivers/net/ieee802154/
Datusb.c940 addr = swab64((__force u64)atusb->hw->phy->perm_extended_addr); in atusb_set_extended_addr()

12