Searched refs:bootsym_rel (Results 1 – 2 of 2) sorted by relevance
/xen/xen/arch/x86/boot/ |
A D | trampoline.S | 23 #define bootsym_rel(sym, off, opnd...) \ macro 59 ljmpl $BOOT_CS32,$bootsym_rel(trampoline_protmode_entry,6) 77 add bootsym_rel(trampoline_xen_phys_start,4,%eax) 81 mov bootsym_rel(trampoline_misc_enable_off,4,%esi) 82 mov bootsym_rel(trampoline_misc_enable_off+4,4,%edi) 103 or bootsym_rel(trampoline_efer, 4, %eax) 111 ljmp $BOOT_CS64,$bootsym_rel(start64,6) 130 .long bootsym_rel(trampoline_gdt, 4) 167 cmpb $0,bootsym_rel(skip_realmode,5) 239 ljmpl $BOOT_CS32,$bootsym_rel(1f,6)
|
A D | wakeup.S | 57 ljmpl $BOOT_CS32, $bootsym_rel(wakeup_32, 6) 99 mov $bootsym_rel(wakeup_stack, 4, %esp) 103 add bootsym_rel(trampoline_xen_phys_start, 4, %eax) 116 add bootsym_rel(trampoline_xen_phys_start,4,%eax) 120 mov bootsym_rel(trampoline_misc_enable_off, 4, %esi) 121 mov bootsym_rel(trampoline_misc_enable_off + 4, 4, %edi) 137 or bootsym_rel(trampoline_efer, 4, %eax) 149 ljmp $BOOT_CS64, $bootsym_rel(wakeup_64,6)
|
Completed in 5 milliseconds