#[unsafe(no_mangle)]pub unsafe extern "C-unwind" fn _shim_emulate_cpuid(
rax: *mut c_longlong,
rbx: *mut c_longlong,
rcx: *mut c_longlong,
rdx: *mut c_longlong,
)Expand description
Emulate the cpuid instruction. Takes the current values of rax-rdx, which are mutated to the updated values.
ยงSafety
Parameters must be safely dereferenceable and writable.