Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Dguestdbg.c77 *cr9 |= PER_EVENT_IFETCH | PER_EVENT_BRANCH; in enable_all_hw_bp()
157 vcpu->arch.sie_block->gcr[9] |= PER_EVENT_IFETCH; in kvm_s390_patch_guest_per_regs()
379 #define PER_CODE_IFETCH (PER_EVENT_IFETCH >> 24)
522 !(vcpu->arch.sie_block->gcr[9] & PER_EVENT_IFETCH)) in kvm_s390_handle_per_ifetch_icpt()
/linux/arch/s390/include/asm/
H A Dptrace.h169 #define PER_EVENT_IFETCH 0x40000000UL macro
/linux/arch/s390/kernel/
H A Dptrace.c101 new.control.val |= PER_EVENT_IFETCH; in update_cr_regs()
105 new.control.val |= PER_EVENT_IFETCH; in update_cr_regs()
161 PER_EVENT_IFETCH : child->thread.per_user.control; in __peek_user_per()
531 PER_EVENT_IFETCH : child->thread.per_user.control; in __peek_user_per_compat()
H A Dkprobes.c201 per_kprobe.control.val = PER_EVENT_IFETCH; in enable_singlestep()