Performing memory access operations with a logical-to-physical mapping table with reduced size

US12367156B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-12367156-B2
Application numberUS-202418582926-A
CountryUS
Kind codeB2
Filing dateFeb 21, 2024
Priority dateDec 29, 2021
Publication dateJul 22, 2025
Grant dateJul 22, 2025

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A logical-to-physical (L2P) data structure comprising a plurality of L2P table entries is maintained on the volatile memory device. Each L2P table entry comprises a block number and a page table index corresponding to the non-volatile memory device. A plurality of physical-to-logical (P2L) data structures each comprising a plurality of P2L table entries is maintained on the volatile memory device. Each of the plurality of P2L data structures corresponds to a portion of the L2P data structure.

First claim

Opening claim text (preview).

What is claimed is: 1. A system comprising: a volatile memory device; a non-volatile memory device; and a processing device, operatively coupled with the volatile memory device and the non-volatile memory device, to perform operations comprising: responsive to receiving a request to perform a memory access operation on a logical address of the non-volatile memory device, identifying a physical-to-logical (P2L) data structure based on an entry of a logical-to-physical (L2P) data structure indexed by the logical address comprising a block number and page table index associated with the P2L data structure of a plurality of P2L data structures; searching the P2L data structure for an entry matching the logical address to translate the logical address to a physical address; and performing the memory access operation using the physical address. 2. The system of claim 1 , wherein the L2P data structure and the plurality of P2L data structure are maintained on the volatile memory device. 3. The system of claim 1 , wherein translating the logical address to the physical address includes composing the physical address based on a location of the matching entry in the P2L data structure. 4. The system of claim 1 , wherein each entry of the P2L data structure records logical translation unit information for each physical address covered by the P2L data structure. 5. The system of claim 4 , wherein each P2L data structure covers one or more pages of a block across logical units with an identical page index. 6. The system of claim 1 , wherein searching the P2L data structure for the entry matching the logical address to translate the logical address to a physical address includes traversing each entry of the P2L data structure in reverse order starting with a last entry of the P2L data structure to a first entry of the P2L data structure until an entry of the P2L data structure matches the logical address. 7. The system of claim 1 , wherein searching the P2L data structure for the entry matching the logical address to translate the logical address to a physical address includes partitioning the P2L data structure into a plurality of consecutive portions that are indicative of their ordering in the P2L data structure and traversing, in parallel, each entry of the plurality of consecutive portions of the P2L data structure in reverse order starting with a last entry to a first entry until one of: an entry of the P2L data structure in a respective portion of the P2L data structure matches the logical address or the first entry in the respective portion of the plurality of consecutive portions of the P2L data structure is reached without matching the logical address. 8. A method comprising: responsive to receiving a request to perform a memory access operation on a logical address of a non-volatile memory device, identifying a physical-to-logical (P2L) data structure based on an entry of a logical-to-physical (L2P) data structure indexed by the logical address comprising a block number and page table index associated with the P2L data structure of a plurality of P2L data structures; searching the P2L data structure for an entry matching the logical address to translate the logical address to a physical address; and performing the memory access operation using the physical address. 9. The method of claim 8 , wherein the L2P data structure and the plurality of P2L data structure are maintained on a volatile memory device. 10. The method of claim 8 , wherein translating the logical address to the physical address includes composing the physical address based on a location of the matching entry in the P2L data structure. 11. The method of claim 8 , wherein each entry of the P2L data structure records logical translation unit information for each physical address covered by the P2L data structure. 12. The method of claim 11 , wherein each P2L data structure covers one or more pages of a block across logical units with an identical page index. 13. The method of claim 8 , wherein searching the P2L data structure for the entry matching the logical address to translate the logical address to a physical address includes traversing each entry of the P2L data structure in reverse order starting with a last entry of the P2L data structure to a first entry of the P2L data structure until an entry of the P2L data structure matches the logical address. 14. The method of claim 8 , wherein searching the P2L data structure for the entry matching the logical address to translate the logical address to a physical address includes partitioning the P2L data structure into a plurality of consecutive portions that are indicative of their ordering in the P2L data structure and traversing, in parallel, each entry of the plurality of consecutive portions of the P2L data structure in reverse order starting with a last entry to a first entry until one of: an entry of the P2L data structure in a respective portion of the P2L data structure matches the logical address or the first entry in the respective portion of the plurality of consecutive portions of the P2L data structure is reached without matching the logical address. 15. A non-transitory computer-readable medium comprising instructions that, responsive to execution by a processing device, cause the processing device to perform operations comprising: responsive to receiving a request to perform a memory access operation on a logical address of a non-volatile memory device, identifying a physical-to-logical (P2L) data structure based on an entry of a logical-to-physical (L2P) data structure indexed by the logical address comprising a block number and page table index associated with the P2L data structure of a plurality of P2L data structures; searching the P2L data structure for an entry matching the logical address to translate the logical address to a physical address; and performing the memory access operation using the physical address. 16. The non-transitory computer-readable medium of claim 15 , wherein the L2P data structure and the plurality of P2L data structure are maintained on a volatile memory device. 17. The non-transitory computer-readable medium of claim 15 , wherein translating the logical address to the physical address includes composing the physical address based on a location of the matching entry in the P2L data structure. 18. The non-transitory computer-readable medium of claim 15 , wherein each entry of the P2L data structure records logical translation unit information for each physical address covered by the P2L data structure. 19. The non-transitory computer-readable medium of claim 18 , wherein each P2L data structure covers one or more pages of a block across logical units with an identical page index. 20. The non-transitory computer-readable medium of claim 15 , wherein searching the P2L data structure for the entry matching the logical address to translate the logical address to a physical address includes traversing each entry of the P2L data structure in reverse order starting with a last entry of the P2L data structure to a first entry of the P2L data structure until an entry of the P2L data structure matches the logical address.

Assignees

Inventors

Classifications

  • in block erasable memory, e.g. flash memory · CPC title

  • using clearing, invalidating or resetting means · CPC title

  • Logical to physical mapping or translation of blocks or pages · CPC title

  • Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory · CPC title

  • using page tables, e.g. page table structures · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US12367156B2 cover?
A logical-to-physical (L2P) data structure comprising a plurality of L2P table entries is maintained on the volatile memory device. Each L2P table entry comprises a block number and a page table index corresponding to the non-volatile memory device. A plurality of physical-to-logical (P2L) data structures each comprising a plurality of P2L table entries is maintained on the volatile memory devi…
Who is the assignee on this patent?
Micron Technology Inc
What technology area does this patent fall under?
Primary CPC classification G06F12/0246. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Jul 22 2025 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 6 related publications on this page (citations in our corpus or others sharing the same primary CPC).