Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/kvm/
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-6.3-rc2/arch/s390/include/asm/
A Dptrace.h169 #define PER_EVENT_IFETCH 0x40000000UL macro
/linux-6.3-rc2/arch/s390/kernel/
A Dptrace.c92 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()
A Dkprobes.c230 per_kprobe.control = PER_EVENT_IFETCH; in enable_singlestep()

Completed in 20 milliseconds