Home
last modified time | relevance | path

Searched refs:xen_first (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_sr_save_x86_pv.c893 unsigned i, xen_first = -1, xen_last = -1; /* Indices of Xen mappings. */ in normalise_pagetable() local
902 xen_first = (HYPERVISOR_VIRT_START_X86_64 >> in normalise_pagetable()
920 xen_first = 4; in normalise_pagetable()
931 xen_first = i; in normalise_pagetable()
946 if ( i >= xen_first && i <= xen_last ) in normalise_pagetable()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dmm.c97 lpae_t xen_first[LPAE_ENTRIES] __attribute__((__aligned__(4096))); variable
627 p[0] = pte_of_xenaddr((uintptr_t)xen_first); in setup_pagetables()
630 p = (void *) xen_first; in setup_pagetables()
920 write_pte(&xen_first[first_table_offset(FRAMETABLE_VIRT_START)+i], pte); in setup_frametable_mappings()

Completed in 9 milliseconds