Home
last modified time | relevance | path

Searched refs:kernel_ip (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c617 to_plm = kernel_ip(to) ? X86_BR_KERNEL : X86_BR_USER; in branch_type()
618 from_plm = kernel_ip(from) ? X86_BR_KERNEL : X86_BR_USER; in branch_type()
673 is64 = kernel_ip((unsigned long)addr) || !test_thread_flag(TIF_IA32); in branch_type()
Dperf_event_intel_ds.c761 if (kernel_ip(ip) != kernel_ip(to)) in intel_pmu_pebs_fixup_ip()
780 if (!kernel_ip(ip)) { in intel_pmu_pebs_fixup_ip()
800 is_64bit = kernel_ip(to) || !test_thread_flag(TIF_IA32); in intel_pmu_pebs_fixup_ip()
Dperf_event.h751 static inline bool kernel_ip(unsigned long ip) in kernel_ip() function
774 regs->cs = kernel_ip(ip) ? __KERNEL_CS : __USER_CS; in set_linear_ip()