Searched refs:end_trunc (Results 1 – 3 of 3) sorted by relevance
247 u32 end_trunc = __le32_to_cpu(pfn_sb->end_trunc); in size_show() local252 - end_trunc - offset); in size_show()385 pfn_sb->end_trunc = 0; in nd_pfn_validate()531 u32 end_trunc = __le32_to_cpu(pfn_sb->end_trunc); in __nvdimm_setup_pfn() local542 res->end -= end_trunc; in __nvdimm_setup_pfn()576 u32 start_pad = 0, end_trunc = 0; in nd_pfn_init() local631 end_trunc = start + size - phys_pmem_align_down(nd_pfn, in nd_pfn_init()635 if (start_pad + end_trunc) in nd_pfn_init()637 dev_name(&ndns->dev), start_pad + end_trunc); in nd_pfn_init()647 npfns = PFN_SECTION_ALIGN_UP((size - start_pad - end_trunc - SZ_8K) in nd_pfn_init()[all …]
389 resource_size_t offset = 0, end_trunc = 0; in nd_pmem_notify() local418 end_trunc = __le32_to_cpu(pfn_sb->end_trunc); in nd_pmem_notify()427 res.end = nsio->res.end - end_trunc; in nd_pmem_notify()
36 __le32 end_trunc; member