Function ip_is_cpuid

Source
pub unsafe fn ip_is_cpuid(ip: *const u8) -> bool
Expand description

Whether ip points to a cpuid instruction.

ยงSafety

ip must be a dereferenceable pointer, pointing to the beginning of a valid x86_64 instruction.