cpu_exists

Function cpu_exists 

Source
pub unsafe extern "C" fn cpu_exists(id: i64) -> bool
Expand description

cpu_exists: @id: Guest-exposed CPU ID to lookup.

Search for CPU with specified ID.

Returns: %true - CPU is found, %false - CPU isn’t found.