Searched refs:le64_to_cpu (Results 1 – 23 of 23) sorted by relevance
55 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()
109 return le64_to_cpu(steal); in pv_time_steal_clock()
59 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()
73 ret = le64_to_cpu(READ_ONCE(kaddr->stolen_time)); in para_steal_clock()
16 #define ioswabq(a, x) le64_to_cpu((__force __le64)(x))
30 # define ioswabq(x) le64_to_cpu(x)
60 le64_to_cpu((__force __le64)(x)) : \
36 # define ioswabq(a, x) le64_to_cpu((__force __le64)(x))
49 put_unaligned(le64_to_cpu(sctx->sha3.state[i]), p.u64++); in sha3_256_export()
48 put_unaligned(le64_to_cpu(sctx->sha3.state[i]), p.u64++); in sha3_512_export()
27 steal = le64_to_cpu(steal); in kvm_update_stolen_time()
351 desc = le64_to_cpu((__force __le64)desc); in walk_s1()
271 desc = le64_to_cpu((__force __le64)desc); in walk_nested_s2_pgd()
65 #define le64_to_cpu(val) (val) macro74 #define le64_to_cpu(val) bswap_64(val) macro
133 #define le64_to_cpu(val) (val) macro148 #define le64_to_cpu(val) bswap_64(val) macro192 return le64_to_cpu(val); in elf64_to_cpu()
97 #define readq_cpu(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; })
64 #define lelong_to_cpu(__x) le64_to_cpu(__x)
69 steal = le64_to_cpu(steal_le); in kvm_riscv_vcpu_record_steal_time()
293 # define le64_to_cpu(val) (val) macro299 # define le64_to_cpu(val) bswap_64(val) macro318 return le64_to_cpu(val); in elf64_to_cpu()
774 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()
880 return le64_to_cpu(data); in vgic_data_mmio_bus_to_host()
555 return le64_to_cpu(data); in vcpu_data_guest_to_host()
240 data = le64_to_cpu((__force __le64) data); in zpci_cfg_load()
Completed in 56 milliseconds