Searched refs:trampoline_phys (Results 1 – 6 of 6) sorted by relevance
| /xen/xen/arch/x86/boot/ |
| A D | head.S | 422 movw $0x1000, sym_esi(trampoline_phys) 554 mov %ecx,sym_esi(trampoline_phys) 565 mov sym_esi(trampoline_phys), %ecx 715 mov sym_esi(trampoline_phys), %ecx 721 mov sym_esi(trampoline_phys), %edx 760 mov sym_esi(trampoline_phys), %edi
|
| /xen/xen/include/asm-x86/ |
| A D | config.h | 96 extern unsigned long trampoline_phys; 98 (((unsigned long)&(sym)-(unsigned long)&trampoline_start)+trampoline_phys)
|
| /xen/xen/arch/x86/efi/ |
| A D | efi-boot.h | 109 trampoline_phys = phys; in relocate_trampoline() 180 if ( !trampoline_phys && desc->PhysicalStart + len <= 0x100000 && in efi_arch_process_memory_map() 223 if ( !trampoline_phys ) in efi_arch_pre_exit_boot() 236 memcpy((void *)trampoline_phys, trampoline_start, cfg.size); in efi_arch_post_exit_boot()
|
| /xen/xen/arch/x86/x86_64/ |
| A D | mm.c | 675 map_pages_to_xen(trampoline_phys, maddr_to_mfn(trampoline_phys), in zap_low_mappings()
|
| /xen/xen/arch/x86/ |
| A D | smpboot.c | 51 unsigned long __read_mostly trampoline_phys; variable
|
| A D | mm.c | 292 BUG_ON(pvh_boot && trampoline_phys != 0x1000); in arch_init_memory()
|
Completed in 22 milliseconds