mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-28 00:06:55 +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);
|
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;
|
extern volatile bool psram_is_initialized;
|
||||||
static inline void cache_flush_invalidate_all(void)
|
static inline void cache_flush_invalidate_all(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user