x86_tlb_v3 xed_access
API Reference Manual  /  4 Model-to-Model Interfaces  / 

x86_vmp_control

Description
The x86_vmp_control interface can be used to prevent VMP from being used.

The set_block_count method sets the VMP block count. If the VMP block count is non-zero, VMP will not be used for simulation.

The get_block_count method returns VMP block count.

This interface is internal and may change without notice.

SIM_INTERFACE(x86_vmp_control) {
        unsigned (*get_block_count)(conf_object_t *cpu);
        void (*set_block_count)(conf_object_t *cpu, unsigned cnt);
};
#define X86_VMP_CONTROL_INTERFACE "x86_vmp_control"

Execution Context
Cell Context for all methods.

x86_tlb_v3 xed_access