Lines Matching +full:default +full:- +full:trigger
3 * - Test irq to hardware thread
4 * - Test 'Pull Thread Context to Odd Thread Reporting Line'
5 * - Test irq to hardware group
6 * - Test irq to hardware group going through backlog
7 * - Test irq to pool thread
11 * SPDX-License-Identifier: GPL-2.0-or-later
16 #include "pnv-xive2-common.h"
50 default: in set_table()
55 log_size = ctzl(XIVE_VST_SIZE) - 12; in set_table()
148 size_t mem_used = XIVE_MEM_END - XIVE_MEM_START; in reset_state()
160 * We can take a few shortcuts here, as we know the default values in init_xive()
231 /* enable and trigger irq */ in test_hw_irq()
289 /* enable and trigger irq */ in test_pool_irq()
415 /* enable and trigger irq */ in test_hw_group_irq()
480 * higher than what we're about to trigger in test_hw_group_irq_backlog()
482 blocking_priority = priority - 1; in test_hw_group_irq_backlog()
491 /* enable and trigger irq */ in test_hw_group_irq_backlog()
551 qts = qtest_initf("-M powernv10 -smp %d,cores=1,threads=%d -nographic " in test_xive()
552 "-nodefaults -serial mon:stdio -S " in test_xive()
553 "-d guest_errors -trace '*xive*'", in test_xive()