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:
Qian Wang 2020-09-27 17:25:57 +08:00 committed by wenlingz
parent af62d57567
commit 3b6b5fb662

View File

@ -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)
{