[][src]Function xed_sys::xed_get_cpuid_rec

pub unsafe extern "C" fn xed_get_cpuid_rec(
    cpuid_bit: xed_cpuid_bit_enum_t,
    p: *mut xed_cpuid_rec_t
) -> xed_int_t

This provides the details of the CPUID bit specification, if the enumeration value is not sufficient. Returns 1 on success and fills in the structure pointed to by p. Returns 0 on failure.