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
Why is the ipc_buffer_vaddr put in seL4_ARCH_PageTable_Map()?
ipc_buffer_vaddr is the virtual address of the new physical frame allocated for the IPC buffer.
I think seL4_ARCH_PageTable_Map's 3rd parameter is the virtual address of the page table frame.
Mincheol
The text was updated successfully, but these errors were encountered:
Hi,
Why is the ipc_buffer_vaddr put in seL4_ARCH_PageTable_Map()?
ipc_buffer_vaddr is the virtual address of the new physical frame allocated for the IPC buffer.
I think seL4_ARCH_PageTable_Map's 3rd parameter is the virtual address of the page table frame.
Mincheol
The text was updated successfully, but these errors were encountered: