Revision 0573fbfc target-i386/exec.h

b/target-i386/exec.h
502 502
void helper_hlt(void);
503 503
void helper_monitor(void);
504 504
void helper_mwait(void);
505
void helper_vmrun(target_ulong addr);
506
void helper_vmmcall(void);
507
void helper_vmload(target_ulong addr);
508
void helper_vmsave(target_ulong addr);
509
void helper_stgi(void);
510
void helper_clgi(void);
511
void helper_skinit(void);
512
void helper_invlpga(void);
513
void vmexit(uint64_t exit_code, uint64_t exit_info_1);
505 514

  
506 515
extern const uint8_t parity_table[256];
507 516
extern const uint8_t rclw_table[32];
......
589 598
    }
590 599
    return EXCP_HALTED;
591 600
}
601

  

Also available in: Unified diff