Searched refs:Mode (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | boot.c | 702 for ( i = 0, size = 0, best = StdOut->Mode->Mode; in efi_console_set_mode() 703 i < StdOut->Mode->MaxMode; ++i ) in efi_console_set_mode() 712 if ( best != StdOut->Mode->Mode ) in efi_console_set_mode() 739 status = gop->QueryMode(gop, gop->Mode->Mode, &info_size, &mode_info); in efi_get_gop() 759 for ( i = size = 0; i < gop->Mode->MaxMode; ++i ) in efi_find_gop_mode() 990 if ( gop_mode < gop->Mode->MaxMode && gop_mode != gop->Mode->Mode ) in efi_set_gop_mode() 994 status = gop->QueryMode(gop, gop->Mode->Mode, &info_size, &mode_info); in efi_set_gop_mode() 1162 if ( StdOut->QueryMode(StdOut, StdOut->Mode->Mode, in efi_start()
|
/xen-4.10.0-shim-comet/xen/include/efi/ |
A D | eficon.h | 129 INT32 Mode; member 151 SIMPLE_TEXT_OUTPUT_MODE *Mode; member
|
A D | efiprot.h | 714 UINT32 Mode; member 725 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE *Mode; member
|
/xen-4.10.0-shim-comet/xen/arch/x86/efi/ |
A D | efi-boot.h | 552 vga_console_info.u.vesa_lfb.lfb_base = gop->Mode->FrameBufferBase; in efi_arch_video_init() 554 (gop->Mode->FrameBufferSize + 0xffff) >> 16; in efi_arch_video_init() 689 if ( StdOut->QueryMode(StdOut, StdOut->Mode->Mode, in efi_multiboot2()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 1643 Flag to enable Supervisor Mode Access Prevention 1651 Flag to enable Supervisor Mode Execution Protection
|
Completed in 13 milliseconds