Searched refs:v_end (Results 1 – 5 of 5) sorted by relevance
/xen/tools/libxc/ |
A D | xc_dom_armzimageloader.c | 81 uint64_t v_start, v_end; in xc_dom_parse_zimage32_kernel() local 97 v_end = v_start + dom->kernel_size; in xc_dom_parse_zimage32_kernel() 113 dom->kernel_seg.vend = v_end; in xc_dom_parse_zimage32_kernel() 177 uint64_t v_start, v_end; in xc_dom_parse_zimage64_kernel() local 198 v_end = v_start + dom->kernel_size; in xc_dom_parse_zimage64_kernel() 201 dom->kernel_seg.vend = v_end; in xc_dom_parse_zimage64_kernel()
|
/xen/xen/arch/x86/pv/ |
A D | dom0_build.c | 110 if ( v_start <= vphysmap_end && vphysmap_start <= v_end ) in setup_pv_physmap() 337 unsigned long v_end; in dom0_construct_pv() local 475 if ( (v_end - vstack_end) < (512UL << 10) ) in dom0_construct_pv() 481 NR(v_start, v_end, L4_PAGETABLE_SHIFT) + /* # L3 */ in dom0_construct_pv() 485 NR(v_start, v_end, L2_PAGETABLE_SHIFT)) /* # L1 */ in dom0_construct_pv() 490 count = v_end - v_start; in dom0_construct_pv() 574 _p(v_start), _p(v_end)); in dom0_construct_pv() 586 (v_end > HYPERVISOR_VIRT_START)) : in dom0_construct_pv() 587 (v_end > HYPERVISOR_COMPAT_VIRT_START(d)) ) in dom0_construct_pv() 733 (parms.virt_hypercall >= v_end) ) in dom0_construct_pv() [all …]
|
/xen/xen/arch/x86/x86_64/compat/ |
A D | mm.c | 102 .v_end = MACH2PHYS_COMPAT_VIRT_END, in compat_arch_memory_op()
|
/xen/xen/include/public/ |
A D | memory.h | 211 xen_ulong_t v_start, v_end; /* Start and end virtual addresses. */ member
|
/xen/xen/arch/x86/ |
A D | mm.c | 4902 .v_end = MACH2PHYS_VIRT_END, in arch_memory_op()
|
Completed in 16 milliseconds