Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_windowed.S9 .macro reset_window start macro
88 reset_window 1
138 reset_window %(1 | (1 << ((XCHAL_NUM_AREGS - \window) / 4)))
173 reset_window 1
187 reset_window %(0x1 | (1 << ((XCHAL_NUM_AREGS / 4) - 1)))
194 reset_window 0x4b
278 reset_window 0x1
288 reset_window 0x1
323 reset_window %(1 | ((1 | (1 << ((\next_window) / 4))) << ((\free) / 4)))
/openbmc/phosphor-mboxd/
H A Dmboxd_windows.c413 void reset_window(struct mbox_context *context, struct window_context *window) in reset_window() function
440 reset_window(context, &context->windows.window[i]); in reset_all_windows()
571 reset_window(context, cur); in create_map_window()
625 reset_window(context, cur); in create_map_window()
656 reset_window(context, tmp); in create_map_window()
H A Dmboxd_windows.h26 void reset_window(struct mbox_context *context, struct window_context *window);