Searched refs:_start (Results 1 – 19 of 19) sorted by relevance
/xen/xen/arch/arm/ |
A D | livepatch.c | 34 text_mfn = virt_to_mfn(_start); in arch_livepatch_quiesce() 35 text_order = get_order_from_bytes(_end - _start); in arch_livepatch_quiesce() 86 new_ptr = func->old_addr - (void *)_start + vmap_of_xen_text; in arch_livepatch_revert()
|
A D | alternative.c | 188 mfn_t xen_mfn = virt_to_mfn(_start); in __apply_alternatives_multi_stop() 189 paddr_t xen_size = _end - _start; in __apply_alternatives_multi_stop() 207 ret = __apply_alternatives(®ion, xenmap - (void *)_start); in __apply_alternatives_multi_stop()
|
A D | xen.lds.S | 30 _start = .; symbol
|
A D | setup.c | 813 (paddr_t)(uintptr_t)(_start + boot_phys_offset), in start_xen() 814 (paddr_t)(uintptr_t)(_end - _start), false); in start_xen()
|
A D | mm.c | 996 vaddr_t offset = mfn_to_maddr(mfn) - virt_to_maddr(&_start); in xen_map_table()
|
/xen/xen/include/xen/ |
A D | kernel.h | 68 extern char _start[], _end[], start[]; 71 (__p >= _start) && (__p < _end); \
|
/xen/xen/arch/x86/x86_64/ |
A D | machine_kexec.c | 16 range->start = virt_to_maddr(_start); in machine_kexec_get_xen()
|
/xen/xen/arch/x86/ |
A D | xen.lds.S | 67 _start = .; symbol 370 ASSERT(IS_ALIGNED(_start, MB(2)), "_start misaligned") 396 ASSERT(_end - _start <= MB(16), "Xen too large for early-boot assumptions")
|
A D | setup.c | 1240 move_memory(e, XEN_IMG_OFFSET, _end - _start, 1); in __start_xen()
|
/xen/tools/firmware/hvmloader/ |
A D | hvmloader.lds | 1 ENTRY(_start)
|
A D | util.h | 273 extern char _start[], _end[];
|
/xen/tools/tests/x86_emulator/ |
A D | opmask.S | 54 .globl _start 55 _start: label
|
/xen/xen/arch/x86/boot/ |
A D | head.S | 668 lea _PAGE_PSE + PAGE_HYPERVISOR_RWX + sym_esi(_start), %eax 669 mov $sym_offs(_start), %ecx /* %eax = PTE to write ^ */ 686 lea sym_esi(_start), %ecx
|
A D | build32.lds | 18 ENTRY(_start)
|
/xen/xen/arch/arm/arm32/ |
A D | livepatch.c | 59 new_ptr = func->old_addr - (void *)_start + vmap_of_xen_text; in arch_livepatch_apply()
|
/xen/xen/include/asm-arm/ |
A D | mm.h | 158 ((mfn_to_maddr(mfn) >= virt_to_maddr(&_start)) && \
|
/xen/xen/arch/x86/efi/ |
A D | efi-boot.h | 596 for ( i = l2_table_offset((UINTN)_start - xen_phys_start); in efi_arch_memory_setup() 622 for ( i = l2_4G_offset(_start); in efi_arch_memory_setup()
|
/xen/xen/arch/arm/arm64/ |
A D | livepatch.c | 46 new_ptr = func->old_addr - (void *)_start + vmap_of_xen_text; in arch_livepatch_apply()
|
A D | head.S | 922 adr_l x1, _start
|
Completed in 810 milliseconds