mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-27 15:56:54 +00:00
hv: add FIX-ME for wbinvd emulation
Add a fix-me for wbinvd emulation. Tracked-On: #5330 Signed-off-by: Qian Wang <qian1.wang@intel.com>
This commit is contained in:
parent
af62d57567
commit
3b6b5fb662
@ -150,6 +150,9 @@ void flush_address_space(void *addr, uint64_t size);
|
||||
*/
|
||||
void invept(const void *eptp);
|
||||
|
||||
/* FIX-ME:
|
||||
* this is an workaround for pSRAM protection. We should implement full emulation for WBINVD
|
||||
*/
|
||||
extern volatile bool psram_is_initialized;
|
||||
static inline void cache_flush_invalidate_all(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user