|
PatchworkOS
|
TLB shootdown structure. More...
#include <vmm.h>
Data Fields | |
| list_entry_t | entry |
| space_t * | space |
| void * | virtAddr |
| uint64_t | pageAmount |
TLB shootdown structure.
Stored in a CPU's shootdown list and will be processed when it receives a INTERRUPT_TLB_SHOOTDOWN interrupt.
| list_entry_t vmm_shootdown_t::entry |
| uint64_t vmm_shootdown_t::pageAmount |
Definition at line 96 of file vmm.h.
Referenced by space_tlb_shootdown(), and vmm_shootdown_handler().
| space_t* vmm_shootdown_t::space |
Definition at line 94 of file vmm.h.
Referenced by space_tlb_shootdown(), and vmm_shootdown_handler().
| void* vmm_shootdown_t::virtAddr |
Definition at line 95 of file vmm.h.
Referenced by space_tlb_shootdown(), and vmm_shootdown_handler().