Home
last modified time | relevance | path

Searched refs:_start (Results 1 – 15 of 15) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dalternative.c161 mfn_t xen_mfn = virt_to_mfn(_start); in __apply_alternatives_multi_stop()
162 paddr_t xen_size = _end - _start; in __apply_alternatives_multi_stop()
196 region.begin = (void *)__alt_instructions - (void *)_start + xenmap; in __apply_alternatives_multi_stop()
197 region.end = (void *)__alt_instructions_end - (void *)_start + xenmap; in __apply_alternatives_multi_stop()
A Dlivepatch.c29 text_mfn = virt_to_mfn(_start); in arch_livepatch_quiesce()
30 text_order = get_order_from_bytes(_end - _start); in arch_livepatch_quiesce()
81 new_ptr = func->old_addr - (void *)_start + vmap_of_xen_text; in arch_livepatch_revert()
A Dxen.lds.S31 _start = .; symbol
A Dsetup.c398 min_size = (_end - _start + (XEN_PADDR_ALIGN-1)) & ~(XEN_PADDR_ALIGN-1); in get_xen_paddr()
740 (paddr_t)(uintptr_t)(_start + boot_phys_offset), in start_xen()
741 (paddr_t)(uintptr_t)(_end - _start + 1), NULL); in start_xen()
A Dmm.c623 phys_offset = xen_paddr - (unsigned long) _start; in setup_pagetables()
684 relocate_xen(ttbr, _start, (void*)dest_va, _end - _start); in setup_pagetables()
1104 for ( i = (p - _start) / PAGE_SIZE; in set_pte_flags_on_range()
1105 i < (p + l - _start) / PAGE_SIZE; in set_pte_flags_on_range()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dkernel.h68 extern char _start[], _end[], start[];
71 (__p >= _start) && (__p < _end); \
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmachine_kexec.c16 range->start = virt_to_maddr(_start); in machine_kexec_get_xen()
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dbuild32.lds18 ENTRY(_start)
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dhead.S752 adrp x1, _start
753 add x1, x1, #:lo12:_start
A Dlivepatch.c46 new_ptr = func->old_addr - (void *)_start + vmap_of_xen_text; in arch_livepatch_apply()
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/
A Dlivepatch.c59 new_ptr = func->old_addr - (void *)_start + vmap_of_xen_text; in arch_livepatch_apply()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dxen.lds.S64 _start = .; symbol
A Dsetup.c1016 move_memory(e + XEN_IMG_OFFSET, XEN_IMG_OFFSET, _end - _start, 1); in __start_xen()
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dutil.h273 extern char _start[], _end[];
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dmm.h154 ((pfn_to_paddr(mfn) >= virt_to_maddr(&_start)) && \

Completed in 21 milliseconds