PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
vmm_cpu_t Struct Reference

Per-CPU VMM context. More...

#include <vmm.h>

Collaboration diagram for vmm_cpu_t:

Data Fields

vmm_shootdown_t shootdowns [VMM_MAX_SHOOTDOWN_REQUESTS]
 
uint8_t shootdownCount
 
lock_t lock
 
space_tspace
 Will only be accessed by the owner CPU, so no lock.
 

Detailed Description

Per-CPU VMM context.

Definition at line 108 of file vmm.h.

Field Documentation

◆ shootdowns

Definition at line 110 of file vmm.h.

◆ shootdownCount

uint8_t vmm_cpu_t::shootdownCount

Definition at line 111 of file vmm.h.

◆ lock

lock_t vmm_cpu_t::lock

Definition at line 112 of file vmm.h.

◆ space

space_t* vmm_cpu_t::space

Will only be accessed by the owner CPU, so no lock.

Definition at line 113 of file vmm.h.


The documentation for this struct was generated from the following file: