Searched refs:to_rip (Results 1 – 2 of 2) sorted by relevance
347 uint64_t from_rip, to_rip; in i386_lbr_native_state_to_mach_thread_state() local359 to_rip = pcb->lbrs.lbrs[i].to_rip; in i386_lbr_native_state_to_mach_thread_state()360 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state()376 to_rip = pcb->lbrs.lbrs[i].to_rip; in i386_lbr_native_state_to_mach_thread_state()377 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state()402 to_rip = pcb->lbrs.lbrs[i].to_rip; in i386_lbr_native_state_to_mach_thread_state()403 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state()452 old_pcb->lbrs.lbrs[i].to_rip = rdmsr64(cpu_lbr_setp->msr_lbrs[i].msr_to); in i386_lbr_synch()458 old_pcb->lbrs.lbrs[i].to_rip = rdmsr64(cpu_lbr_setp->msr_lbrs[i].msr_to); in i386_lbr_synch()493 wrmsr64(cpu_lbr_setp->msr_lbrs[i].msr_to, new_pcb->lbrs.lbrs[i].to_rip); in i386_switch_lbrs()[all …]
477 uint64_t to_rip; member