Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/kvm/
Dguestdbg.c113 if (*cr9 & PER_EVENT_STORE && *cr9 & PER_CONTROL_ALTERATION) { in enable_all_hw_wp()
119 *cr9 |= PER_EVENT_STORE; in enable_all_hw_wp()
380 #define PER_CODE_STORE (PER_EVENT_STORE >> 24)
/linux-6.1.9/arch/s390/kernel/
Duprobes.c249 if (!(current->thread.per_user.control & PER_EVENT_STORE)) in sim_stor_event()
256 current->thread.per_event.cause = PER_EVENT_STORE >> 16; in sim_stor_event()
/linux-6.1.9/arch/s390/include/asm/
Dptrace.h170 #define PER_EVENT_STORE 0x20000000UL macro