Home
last modified time | relevance | path

Searched refs:do_restore (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/x86/boot/
H A Dvideo.h93 extern int do_restore; /* Restore screen contents */
H A Dvideo-bios.c41 do_restore = 1; /* Assume video contents were lost */ in set_bios_mode()
H A Dvideo-mode.c27 int do_restore; /* Screen contents changed during mode flip */ variable
H A Dvideo-vga.c57 do_restore = 1; in vga_set_basic_mode()
H A Dvideo-vesa.c148 do_restore = 1; in vesa_set_mode()
H A Dvideo.c341 if (do_restore) in set_video()
/openbmc/qemu/hw/intc/
H A Dxive2.c551 bool do_restore) in xive2_tctx_need_resend() argument
574 do_restore) { in xive2_tctx_need_resend()
606 bool do_restore; in xive2_tm_push_os_ctx() local
624 xive2_cam_decode(cam, &nvp_blk, &nvp_idx, &vo, &do_restore); in xive2_tm_push_os_ctx()
629 do_restore); in xive2_tm_push_os_ctx()
/openbmc/linux/arch/m68k/fpsp040/
H A Dgen_except.S335 bnes do_restore |frame must be busy
359 | beq.b do_restore
365 do_restore: label
/openbmc/qemu/target/sparc/
H A Dtranslate.c4314 static bool do_restore(DisasContext *dc, int rd, TCGv src) in TRANS()
4321 TRANS(RESTORE, ALL, do_add_special, a, do_restore) in TRANS() argument