pub fn reconstruct_ip_and_update_last(
last_ip: &mut u64,
ip_reconstruction_pattern: IpReconstructionPattern,
) -> boolExpand description
Follow the ip_reconstruction_pattern to update the last_ip.
This function will return true if the last_ip is updated. When this function
returns false, it means the target of FUP or TIP is out of context, according to
the Intel manual.