Home
last modified time | relevance | path

Searched refs:__le64_to_cpu (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/nvdimm/
Dlabel.c114 sum_save = __le64_to_cpu(nsindex[i]->checksum); in nd_label_validate()
132 if (__le64_to_cpu(nsindex[i]->myoff) in nd_label_validate()
136 __le64_to_cpu(nsindex[i]->myoff)); in nd_label_validate()
139 if (__le64_to_cpu(nsindex[i]->otheroff) in nd_label_validate()
143 __le64_to_cpu(nsindex[i]->otheroff)); in nd_label_validate()
147 size = __le64_to_cpu(nsindex[i]->mysize); in nd_label_validate()
278 if ((__le64_to_cpu(nd_label->dpa) in slot_valid()
279 | __le64_to_cpu(nd_label->rawsize)) % SZ_4K) in slot_valid()
311 __le64_to_cpu(nd_label->dpa), in nd_label_reserve_dpa()
312 __le64_to_cpu(nd_label->rawsize)); in nd_label_reserve_dpa()
[all …]
Dnamespace_devs.c1457 u64 isetcookie = __le64_to_cpu(nd_label->isetcookie); in has_uuid_at_pos()
1517 pmem_start = __le64_to_cpu(select->dpa); in select_pmem_id()
1518 pmem_end = pmem_start + __le64_to_cpu(select->rawsize); in select_pmem_id()
1553 u64 isetcookie = __le64_to_cpu(nd_label->isetcookie); in find_pmem_label_set()
1600 size += __le64_to_cpu(label0->rawsize); in find_pmem_label_set()
1786 __le64_to_cpu(nd_label->dpa)); in create_namespace_blk()
1812 nsblk->lbasize = __le64_to_cpu(nd_label->lbasize); in create_namespace_blk()
1822 __le64_to_cpu(nd_label->dpa)); in create_namespace_blk()
/linux-4.4.14/include/linux/byteorder/
Dgeneric.h86 #define le64_to_cpu __le64_to_cpu
/linux-4.4.14/include/uapi/linux/byteorder/
Dlittle_endian.h31 #define __le64_to_cpu(x) ((__force __u64)(__le64)(x)) macro
Dbig_endian.h31 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x)) macro
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dcommon.h359 return __le64_to_cpu(*((__le64 *)rbuf)); in rhf_to_cpu()
/linux-4.4.14/net/ieee802154/
Dtrace.h83 __le64_to_cpu(__entry->extended_addr))
/linux-4.4.14/include/asm-generic/
Dio.h138 return __le64_to_cpu(__raw_readq(addr)); in readq()
/linux-4.4.14/net/bluetooth/
Dhci_debugfs.c860 __le64_to_cpu(ltk->rand), 16, ltk->val); in long_term_keys_show()