Home
last modified time | relevance | path

Searched refs:bootsym (Results 1 – 13 of 13) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dtrampoline.S20 #undef bootsym
21 #define bootsym(s) ((s)-trampoline_start) macro
24 bootsym(sym),##opnd; \
31 $0,$bootsym(sym); \
47 lidt bootsym(idt_48)
48 lgdt bootsym(gdt_48)
184 ljmp $BOOT_PSEUDORM_CS,$bootsym(1f)
197 lidt bootsym(rm_idt)
228 mov %al,bootsym(kbd_shift_flags)
234 lidt bootsym(idt_48)
[all …]
A Dvideo.S19 #define modelist bootsym(trampoline_end) /* 2kB (256 entries) */
48 #define _param(param) bootsym(boot_vid_info)+(param)
628 movw $0x501e, bootsym(force_size)
637 movw $0x5022, bootsym(force_size)
668 movw bootsym(mt_end), %di # Already filled?
679 leaw bootsym(vga_modes), %si # All modes for std VGA
686 movw %di, bootsym(mt_end)
717 movw $bootsym(vesa_name), bootsym(card_name) # Set name to "VESA VGA"
897 cmpb $1, bootsym(opt_edid) # EDID disabled on cmdline (edid=no)?
920 movw %bx, bootsym(boot_edid_caps)
[all …]
A Dmem.S10 movw $bootsym(e820map), %di # point into the whitelist
60 movl %edx,bootsym(highmem_kb) # store extended memory size
62 addl %ecx,bootsym(highmem_kb) # and add lower memory into
66 movw %ax,bootsym(lowmem_kb)
A Dedd.S27 cmpb $2, bootsym(opt_edd) # edd=off ?
44 movw $bootsym(boot_edd_info)+EDDEXTSIZE, %si
59 incb bootsym(boot_edd_info_nr) # note that we stored something
154 incb bootsym(boot_mbr_signature_nr) # note that we stored something
159 cmpb $EDD_MBR_SIG_MAX, bootsym(boot_mbr_signature_nr)
A Dwakeup.S46 lidt %fs:bootsym(idt_48)
47 lgdt %fs:bootsym(gdt_48)
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dplatform_hypercall.c336 if ( op->u.firmware_info.index >= bootsym(boot_edd_info_nr) ) in do_platform_op()
339 info = bootsym(boot_edd_info) + op->u.firmware_info.index; in do_platform_op()
375 if ( op->u.firmware_info.index >= bootsym(boot_mbr_signature_nr) ) in do_platform_op()
378 sig = bootsym(boot_mbr_signature) + op->u.firmware_info.index; in do_platform_op()
394 if ( *(u32 *)bootsym(boot_edid_info) == 0x13131313 ) in do_platform_op()
398 bootsym(boot_edid_caps); in do_platform_op()
400 bootsym(boot_edid_caps) >> 8; in do_platform_op()
408 bootsym(boot_edid_info), 128) ) in do_platform_op()
425 op->u.firmware_info.u.kbd_shift_flags = bootsym(kbd_shift_flags); in do_platform_op()
A Dsetup.c501 struct boot_video_info *bvi = &bootsym(boot_vid_info); in parse_video_info()
778 if ( bootsym(boot_edid_caps) != 0x1313 ) in __start_xen()
780 u16 caps = bootsym(boot_edid_caps); in __start_xen()
786 if ( *(u32 *)bootsym(boot_edid_info) == 0x13131313 ) in __start_xen()
801 bootsym(boot_mbr_signature_nr)); in __start_xen()
803 bootsym(boot_edd_info_nr)); in __start_xen()
875 else if ( bootsym(lowmem_kb) ) in __start_xen()
879 e820_raw.map[0].size = bootsym(lowmem_kb) << 10; in __start_xen()
882 e820_raw.map[1].size = bootsym(highmem_kb) << 10; in __start_xen()
1007 bootsym(trampoline_xen_phys_start) = e; in __start_xen()
A Dsmpboot.c575 if ( bootsym(trampoline_cpu_started) == 0xA5 ) in do_boot_cpu()
591 bootsym(trampoline_cpu_started) = 0; in do_boot_cpu()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A De820.h42 #define copy_bios_e820 bootsym(e820map_copy)
A Dacpi.h113 #define acpi_video_flags bootsym(video_flags)
A Dconfig.h95 #define bootsym(sym) \ macro
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dintel.c246 bootsym(trampoline_misc_enable_off) |= disable; in early_init_intel()
A Dcommon.c396 bootsym(cpuid_ext_features) = in generic_identify()

Completed in 17 milliseconds