Function panda_sys::cpu_exists[][src]

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.