Lines Matching full:per
332 * Program event recording (PER) register set.
335 unsigned long control; /* PER control bits */
336 unsigned long start; /* PER starting address */
337 unsigned long end; /* PER ending address */
341 * PER event contains information about the cause of the last PER exception.
344 unsigned short cause; /* PER code, ATMID and AI */
345 unsigned long address; /* PER address */
346 unsigned char paid; /* PER access identification */
353 unsigned long cr9; /* PER control bits */
354 unsigned long cr10; /* PER starting address */
355 unsigned long cr11; /* PER ending address */
359 unsigned short perc_atmid; /* PER trap ATMID */
360 unsigned long address; /* PER trap instruction address */
361 unsigned char access_id; /* PER trap access identification */
383 * ptrace interface. In particular stay away from it for in-kernel PER.
527 * These per registers are in here so that gdb can modify them
537 * These are defined as per linux/ptrace.h, which see.