Searched refs:PER_EVENT_IFETCH (Results 1 – 4 of 4) sorted by relevance
77 *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()
169 #define PER_EVENT_IFETCH 0x40000000UL macro
92 new.control |= PER_EVENT_IFETCH; in update_cr_regs()96 new.control |= PER_EVENT_IFETCH; in update_cr_regs()152 PER_EVENT_IFETCH : child->thread.per_user.control; in __peek_user_per()539 PER_EVENT_IFETCH : child->thread.per_user.control; in __peek_user_per_compat()
230 per_kprobe.control = PER_EVENT_IFETCH; in enable_singlestep()
Completed in 20 milliseconds