struct hyp_pool { /* * Spinlock protecting concurrent changes to the memory pool as well as * the struct hyp_page of the pool's pages until we have a proper atomic * API at EL2.
*/
hyp_spinlock_t lock; struct list_head free_area[NR_PAGE_ORDERS];
phys_addr_t range_start;
phys_addr_t range_end;
u8 max_order;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.