Home
last modified time | relevance | path

Searched refs:trampoline_phys (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dconfig.h92 extern unsigned long trampoline_phys;
94 (((unsigned long)&(sym)-(unsigned long)&trampoline_start)+trampoline_phys)
97 trampoline_phys-__pa(trampoline_start)))
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dhead.S416 movw $0x1000, sym_esi(trampoline_phys)
547 mov %ecx,sym_esi(trampoline_phys)
576 mov sym_fs(trampoline_phys),%ecx
692 mov sym_fs(trampoline_phys),%edx
727 mov sym_fs(trampoline_phys),%edi
/xen-4.10.0-shim-comet/xen/arch/x86/efi/
A Defi-boot.h108 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()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmm.c695 map_pages_to_xen(trampoline_phys, trampoline_phys >> PAGE_SHIFT, in zap_low_mappings()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsmpboot.c58 unsigned long __read_mostly trampoline_phys; variable
A Dmm.c298 BUG_ON(pvh_boot && trampoline_phys != 0x1000); in arch_init_memory()

Completed in 19 milliseconds