Searched refs:trampoline_phys (Results 1 – 6 of 6) sorted by relevance
92 extern unsigned long trampoline_phys;94 (((unsigned long)&(sym)-(unsigned long)&trampoline_start)+trampoline_phys)97 trampoline_phys-__pa(trampoline_start)))
416 movw $0x1000, sym_esi(trampoline_phys)547 mov %ecx,sym_esi(trampoline_phys)576 mov sym_fs(trampoline_phys),%ecx692 mov sym_fs(trampoline_phys),%edx727 mov sym_fs(trampoline_phys),%edi
108 trampoline_phys = phys; in relocate_trampoline()179 if ( !trampoline_phys && desc->PhysicalStart + len <= 0x100000 && in efi_arch_process_memory_map()222 if ( !trampoline_phys ) in efi_arch_pre_exit_boot()235 memcpy((void *)trampoline_phys, trampoline_start, cfg.size); in efi_arch_post_exit_boot()
695 map_pages_to_xen(trampoline_phys, trampoline_phys >> PAGE_SHIFT, in zap_low_mappings()
58 unsigned long __read_mostly trampoline_phys; variable
298 BUG_ON(pvh_boot && trampoline_phys != 0x1000); in arch_init_memory()
Completed in 19 milliseconds