Searched refs:do_restore (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/x86/boot/ |
H A D | video.h | 93 extern int do_restore; /* Restore screen contents */
|
H A D | video-bios.c | 41 do_restore = 1; /* Assume video contents were lost */ in set_bios_mode()
|
H A D | video-mode.c | 27 int do_restore; /* Screen contents changed during mode flip */ variable
|
H A D | video-vga.c | 57 do_restore = 1; in vga_set_basic_mode()
|
H A D | video-vesa.c | 148 do_restore = 1; in vesa_set_mode()
|
H A D | video.c | 341 if (do_restore) in set_video()
|
/openbmc/qemu/hw/intc/ |
H A D | xive2.c | 551 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 D | gen_except.S | 335 bnes do_restore |frame must be busy 359 | beq.b do_restore 365 do_restore: label
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 4314 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
|