Home
last modified time | relevance | path

Searched refs:__XEN_VIRT_START (Results 1 – 4 of 4) sorted by relevance

/xen/xen/arch/x86/
A Dxen.lds.S12 #undef __XEN_VIRT_START
13 #define __XEN_VIRT_START __image_base__ macro
21 #define DECL_SECTION(x) x : AT(ADDR(x) - __XEN_VIRT_START)
47 . = __XEN_VIRT_START;
64 start_pa = ABSOLUTE(start - __XEN_VIRT_START);
66 . = __XEN_VIRT_START + XEN_IMG_OFFSET;
332 hv_hcall_page = ABSOLUTE(HV_HCALL_PAGE - XEN_VIRT_START + __XEN_VIRT_START);
360 ASSERT(__2M_rwdata_end <= XEN_VIRT_END - XEN_VIRT_START + __XEN_VIRT_START -
/xen/xen/include/asm-x86/x86_64/
A Dpage.h22 #define __XEN_VIRT_START XEN_VIRT_START macro
/xen/xen/arch/x86/boot/
A Dhead.S15 #define sym_offs(sym) ((sym) - __XEN_VIRT_START)
/xen/xen/arch/x86/efi/
A Defi-boot.h235 efi_arch_relocate_image(__XEN_VIRT_START - xen_phys_start); in efi_arch_post_exit_boot()

Completed in 7 milliseconds