Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/include/asm/
Dptrace.h367 #define PER_EVENT_IFETCH 0x40000000UL macro
/linux-3.4.99/arch/s390/kernel/
Dptrace.c62 new.control |= PER_EVENT_IFETCH; in update_per_regs()
119 PER_EVENT_IFETCH : child->thread.per_user.control; in __peek_user_per()
452 PER_EVENT_IFETCH : child->thread.per_user.control; in __peek_user_per_compat()
Dkprobes.c181 per_kprobe.control = PER_EVENT_IFETCH; in enable_singlestep()