Lines Matching full:single
14 /* Common code for testing single-stepping interruptions. */
55 /* Test single-stepping "boring" program interruptions. */
67 * Test single-stepping program interruptions caused by DIAG.
68 * Userspace emulation must not interfere with single-stepping.
99 * Test single-stepping program interruptions caused by ISKE.
100 * CPUSTAT_KSS handling must not interfere with single-stepping.
113 * Test single-stepping program interruptions caused by LCTL.
114 * KVM emulation must not interfere with single-stepping.
126 /* Test single-stepping supervisor-call interruptions. */
142 { "single-step pgm", test_step_pgm },
143 { "single-step pgm caused by diag", test_step_pgm_diag },
144 { "single-step pgm caused by iske", test_step_pgm_iske },
145 { "single-step pgm caused by lctl", test_step_pgm_lctl },
146 { "single-step svc", test_step_svc },