Searched +full:activate +full:- +full:to +full:- +full:activate (Results 1 – 2 of 2) sorted by relevance
1 /* SPDX-License-Identifier: GPL-2.0-only */21 uint64_t addr : 52 - 0;22 uint64_t acc_exc_fetch_store : 54 - 52;23 uint64_t side_effect_acc : 55 - 54;24 uint64_t /* reserved */ : 62 - 55;25 uint64_t asce_id : 64 - 62;29 uint64_t /* pad */ : 61 - 0;30 uint64_t dat_move_page : 62 - 61;34 uint64_t /* pad */ : 60 - 0;35 uint64_t sop_acc_list : 61 - 60;[all …]
51 int pos = -1; in ffs()156 if (((rdtsc() - tsc_val) >> preempt_scale) in preemption_timer_main()183 report(((rdtsc() - tsc_val) >> preempt_scale) >= preempt_val, in preemption_timer_exit_handler()184 "busy-wait for preemption timer"); in preemption_timer_exit_handler()191 report(((rdtsc() - tsc_val) >> preempt_scale) >= preempt_val in preemption_timer_exit_handler()228 report_fail("busy-wait for preemption timer"); in preemption_timer_exit_handler()659 report(vmx_get_test_stage() == 0, "I/O bitmap - I/O pass"); in iobmp_main()664 report(vmx_get_test_stage() == 3, "I/O bitmap - trap in"); in iobmp_main()667 report(vmx_get_test_stage() == 4, "I/O bitmap - trap out"); in iobmp_main()670 report(vmx_get_test_stage() == 5, "I/O bitmap - I/O width, long"); in iobmp_main()[all …]