You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Page Fault is encountered, will Auto perform all memcpy operations by the CPU, or will the CPU just touch the address corresponding to the page fault as in the DSA example code to deal with the missing page, while the hardware DSA does the memcpy.
I have 1MB of data that needs to be migrated between two addresses, and even though I do this by TOUCHING the first few bytes of each page in the 1MB, in actual execution, I keep running into Page Fault, and what do I need to do to avoid Page Fault in the HW path.
The text was updated successfully, but these errors were encountered:
When a Page Fault is encountered, will Auto perform all memcpy operations by the CPU, or will the CPU just touch the address corresponding to the page fault as in the DSA example code to deal with the missing page, while the hardware DSA does the memcpy.
I have 1MB of data that needs to be migrated between two addresses, and even though I do this by TOUCHING the first few bytes of each page in the 1MB, in actual execution, I keep running into Page Fault, and what do I need to do to avoid Page Fault in the HW path.
The text was updated successfully, but these errors were encountered: