Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dptrace.h119 #define PER_EVENT_STORE 0x20000000UL macro
/linux-4.4.14/arch/s390/kvm/
Dguestdbg.c116 if (*cr9 & PER_EVENT_STORE && *cr9 & PER_CONTROL_ALTERATION) { in enable_all_hw_wp()
122 *cr9 |= PER_EVENT_STORE; in enable_all_hw_wp()
388 (code & (PER_EVENT_STORE | PER_EVENT_STORE_REAL))
/linux-4.4.14/arch/s390/kernel/
Duprobes.c242 if (!(current->thread.per_user.control & PER_EVENT_STORE)) in sim_stor_event()
249 current->thread.per_event.cause = PER_EVENT_STORE >> 16; in sim_stor_event()