Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_windowed.S314 .macro entry_overflow_test window, free, next_window
318 set_vector window_overflow_\next_window, 10f
322 movi a2, \next_window
323 reset_window %(1 | ((1 | (1 << ((\next_window) / 4))) << ((\free) / 4)))
351 .irp next_window, 4, 8, 12
354 entry_overflow_test \window, \free, \next_window
/openbmc/linux/drivers/mailbox/
H A Darm_mhuv2.c878 int protocol, windows = 0, next_window = 0, i, j, k; in mhuv2_allocate_channels() local
887 next_window += windows; in mhuv2_allocate_channels()
897 priv->ch_wn_idx = next_window; in mhuv2_allocate_channels()
910 priv->ch_wn_idx = next_window + j; in mhuv2_allocate_channels()
/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py4281 self.next_window = CreateNextWindowAction(mdi_area)
4293 self.next_window.setEnabled(have_sub_windows)
4301 self.window_menu.addAction(self.next_window)