Home
last modified time | relevance | path

Searched refs:le64_to_cpu (Results 1 – 23 of 23) sorted by relevance

/arch/riscv/kernel/
A Dkexec_image.c55 flags = le64_to_cpu(h->flags); in image_load()
72 kbuf.memsz = le64_to_cpu(h->image_size); in image_load()
73 kbuf.buf_align = le64_to_cpu(h->text_offset); in image_load()
A Dparavirt.c109 return le64_to_cpu(steal); in pv_time_steal_clock()
/arch/arm64/kernel/
A Dkexec_image.c59 flags = le64_to_cpu(h->flags); in image_load()
83 kbuf.memsz = le64_to_cpu(h->image_size); in image_load()
84 text_offset = le64_to_cpu(h->text_offset); in image_load()
A Dparavirt.c73 ret = le64_to_cpu(READ_ONCE(kaddr->stolen_time)); in para_steal_clock()
/arch/mips/include/asm/mach-tx49xx/
A Dmangle-port.h16 #define ioswabq(a, x) le64_to_cpu((__force __le64)(x))
/arch/sh/include/mach-common/mach/
A Dmangle-port.h30 # define ioswabq(x) le64_to_cpu(x)
/arch/mips/include/asm/mach-cavium-octeon/
A Dmangle-port.h60 le64_to_cpu((__force __le64)(x)) : \
/arch/mips/include/asm/mach-generic/
A Dmangle-port.h36 # define ioswabq(a, x) le64_to_cpu((__force __le64)(x))
/arch/s390/crypto/
A Dsha3_256_s390.c49 put_unaligned(le64_to_cpu(sctx->sha3.state[i]), p.u64++); in sha3_256_export()
A Dsha3_512_s390.c48 put_unaligned(le64_to_cpu(sctx->sha3.state[i]), p.u64++); in sha3_512_export()
/arch/arm64/kvm/
A Dpvtime.c27 steal = le64_to_cpu(steal); in kvm_update_stolen_time()
A Dat.c351 desc = le64_to_cpu((__force __le64)desc); in walk_s1()
A Dnested.c271 desc = le64_to_cpu((__force __le64)desc); in walk_nested_s2_pgd()
/arch/s390/tools/
A Drelocs.c65 #define le64_to_cpu(val) (val) macro
74 #define le64_to_cpu(val) bswap_64(val) macro
/arch/mips/boot/tools/
A Drelocs.c133 #define le64_to_cpu(val) (val) macro
148 #define le64_to_cpu(val) bswap_64(val) macro
192 return le64_to_cpu(val); in elf64_to_cpu()
/arch/riscv/include/asm/
A Dmmio.h97 #define readq_cpu(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; })
A Dkvm_nacl.h64 #define lelong_to_cpu(__x) le64_to_cpu(__x)
/arch/riscv/kvm/
A Dvcpu_sbi_sta.c69 steal = le64_to_cpu(steal_le); in kvm_riscv_vcpu_record_steal_time()
/arch/x86/tools/
A Drelocs.c293 # define le64_to_cpu(val) (val) macro
299 # define le64_to_cpu(val) bswap_64(val) macro
318 return le64_to_cpu(val); in elf64_to_cpu()
/arch/arm64/kvm/vgic/
A Dvgic-its.c774 return (le64_to_cpu(its_cmd[word]) >> shift) & (BIT_ULL(size) - 1); in its_cmd_mask_field()
918 indirect_ptr = le64_to_cpu(indirect_ptr); in vgic_its_check_id()
2147 val = le64_to_cpu(val); in vgic_its_restore_ite()
2300 entry = le64_to_cpu(entry); in vgic_its_restore_dte()
2399 entry = le64_to_cpu(entry); in handle_l1_dte()
2479 val = le64_to_cpu(val); in vgic_its_restore_cte()
A Dvgic-mmio.c880 return le64_to_cpu(data); in vgic_data_mmio_bus_to_host()
/arch/arm64/include/asm/
A Dkvm_emulate.h555 return le64_to_cpu(data); in vcpu_data_guest_to_host()
/arch/s390/pci/
A Dpci.c240 data = le64_to_cpu((__force __le64) data); in zpci_cfg_load()

Completed in 56 milliseconds