Home
last modified time | relevance | path

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

/arch/s390/kvm/
Dguestdbg.c80 *cr9 |= PER_EVENT_IFETCH | PER_EVENT_BRANCH; in enable_all_hw_bp()
160 vcpu->arch.sie_block->gcr[9] |= PER_EVENT_IFETCH; in kvm_s390_patch_guest_per_regs()
386 (code & (PER_EVENT_IFETCH | PER_EVENT_BRANCH))
463 if (guest_perc & PER_EVENT_IFETCH && in filter_guest_per_event()
465 guest_perc &= ~PER_EVENT_IFETCH; in filter_guest_per_event()
/arch/s390/include/asm/
Dptrace.h118 #define PER_EVENT_IFETCH 0x40000000UL macro
/arch/s390/kernel/
Dptrace.c81 new.control |= PER_EVENT_IFETCH; in update_cr_regs()
85 new.control |= PER_EVENT_IFETCH; in update_cr_regs()
143 PER_EVENT_IFETCH : child->thread.per_user.control; in __peek_user_per()
530 PER_EVENT_IFETCH : child->thread.per_user.control; in __peek_user_per_compat()
Dkprobes.c216 per_kprobe.control = PER_EVENT_IFETCH; in enable_singlestep()