Searched refs:bootsym (Results 1 – 10 of 10) sorted by relevance
/xen/xen/arch/x86/boot/ |
A D | trampoline.S | 20 #undef bootsym 21 #define bootsym(s) ((s)-trampoline_start) macro 24 bootsym(sym),##opnd; \ 31 $0,$bootsym(sym); \ 54 lidt bootsym(idt_48) 55 lgdt bootsym(gdt_48) 181 ljmp $BOOT_PSEUDORM_CS,$bootsym(1f) 194 lidt bootsym(rm_idt) 225 mov %al,bootsym(kbd_shift_flags) 231 lidt bootsym(idt_48) [all …]
|
A D | video.S | 19 #define modelist bootsym(trampoline_end) /* 2kB (256 entries) */ 48 #define _param(param) bootsym(boot_vid_info)+(param) 624 movw $0x501e, bootsym(force_size) 633 movw $0x5022, bootsym(force_size) 664 movw bootsym(mt_end), %di # Already filled? 675 leaw bootsym(vga_modes), %si # All modes for std VGA 682 movw %di, bootsym(mt_end) 713 movw $bootsym(vesa_name), bootsym(card_name) # Set name to "VESA VGA" 893 cmpb $1, bootsym(opt_edid) # EDID disabled on cmdline (edid=no)? 916 movw %bx, bootsym(boot_edid_caps) [all …]
|
A D | edd.S | 27 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 D | mem.S | 10 movw $bootsym(bios_e820map), %di # point into the whitelist 61 movl %edx,bootsym(highmem_kb) # store extended memory size 65 movw %ax,bootsym(lowmem_kb)
|
/xen/xen/arch/x86/ |
A D | platform_hypercall.c | 324 if ( op->u.firmware_info.index >= bootsym(boot_edd_info_nr) ) in do_platform_op() 327 info = bootsym(boot_edd_info) + op->u.firmware_info.index; in do_platform_op() 363 if ( op->u.firmware_info.index >= bootsym(boot_mbr_signature_nr) ) in do_platform_op() 366 sig = bootsym(boot_mbr_signature) + op->u.firmware_info.index; in do_platform_op() 382 if ( *(u32 *)bootsym(boot_edid_info) == 0x13131313 ) in do_platform_op() 386 bootsym(boot_edid_caps); in do_platform_op() 388 bootsym(boot_edid_caps) >> 8; in do_platform_op() 396 bootsym(boot_edid_info), 128) ) in do_platform_op() 413 op->u.firmware_info.u.kbd_shift_flags = bootsym(kbd_shift_flags); in do_platform_op()
|
A D | setup.c | 545 struct boot_video_info *bvi = &bootsym(boot_vid_info); in parse_video_info() 718 unsigned int n = min(bootsym(bios_e820nr), limit); in copy_bios_e820() 721 memcpy(map, bootsym(bios_e820map), sizeof(*map) * n); in copy_bios_e820() 944 if ( bootsym(boot_edid_caps) != 0x1313 ) in __start_xen() 946 u16 caps = bootsym(boot_edid_caps); in __start_xen() 952 if ( *(u32 *)bootsym(boot_edid_info) == 0x13131313 ) in __start_xen() 967 bootsym(boot_mbr_signature_nr)); in __start_xen() 969 bootsym(boot_edd_info_nr)); in __start_xen() 1052 else if ( bootsym(lowmem_kb) ) in __start_xen() 1056 e820_raw.map[0].size = bootsym(lowmem_kb) << 10; in __start_xen() [all …]
|
A D | smpboot.c | 607 if ( bootsym(trampoline_cpu_started) == 0xA5 ) in do_boot_cpu() 623 bootsym(trampoline_cpu_started) = 0; in do_boot_cpu()
|
/xen/xen/include/asm-x86/ |
A D | acpi.h | 109 #define acpi_video_flags bootsym(video_flags)
|
A D | config.h | 99 #define bootsym(sym) \ macro
|
/xen/xen/arch/x86/cpu/ |
A D | intel.c | 272 bootsym(trampoline_misc_enable_off) |= disable; in early_init_intel() 273 bootsym(trampoline_efer) |= EFER_NX; in early_init_intel()
|
Completed in 17 milliseconds