Constant IGVM_VTL2_GPA_POOL_CONFIG

Source
const IGVM_VTL2_GPA_POOL_CONFIG: &str = "OPENHCL_IGVM_VTL2_GPA_POOL_CONFIG=";
Expand description

Enable the private VTL2 GPA pool for page allocations.

Possible values:

  • release: Use the release version of the lookup table (default), or device tree.
  • debug: Use the debug version of the lookup table, or device tree.
  • off: Disable the VTL2 GPA pool.
  • <num_pages>: Explicitly specify the size of the VTL2 GPA pool.

See Vtl2GpaPoolConfig for more details.