SMRAM_SIZE
#define SMRAM_PAGES (SMRAM_SIZE / PAGE_SIZE)
memset(addr_gpa2hva(vm, smram_gpa), 0x0, SMRAM_SIZE);