Searched refs:to_rip (Results 1 – 2 of 2) sorted by relevance
345 uint64_t from_rip, to_rip; in i386_lbr_native_state_to_mach_thread_state() local357 to_rip = pcb->lbrs.lbrs[i].to_rip; in i386_lbr_native_state_to_mach_thread_state()358 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state()374 to_rip = pcb->lbrs.lbrs[i].to_rip; in i386_lbr_native_state_to_mach_thread_state()375 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state()400 to_rip = pcb->lbrs.lbrs[i].to_rip; in i386_lbr_native_state_to_mach_thread_state()401 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state()450 old_pcb->lbrs.lbrs[i].to_rip = rdmsr64(cpu_lbr_setp->msr_lbrs[i].msr_to); in i386_lbr_synch()456 old_pcb->lbrs.lbrs[i].to_rip = rdmsr64(cpu_lbr_setp->msr_lbrs[i].msr_to); in i386_lbr_synch()491 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