Lines Matching refs:v_end
99 unsigned long v_start, unsigned long v_end, in setup_pv_physmap() argument
110 if ( v_start <= vphysmap_end && vphysmap_start <= v_end ) in setup_pv_physmap()
337 unsigned long v_end; in dom0_construct_pv() local
474 v_end = (vstack_end + (1UL<<22)-1) & ~((1UL<<22)-1); in dom0_construct_pv()
475 if ( (v_end - vstack_end) < (512UL << 10) ) in dom0_construct_pv()
476 v_end += 1UL << 22; /* Add extra 4MB to get >= 512kB padding. */ in dom0_construct_pv()
481 NR(v_start, v_end, L4_PAGETABLE_SHIFT) + /* # L3 */ in dom0_construct_pv()
483 NR(v_start, v_end, L3_PAGETABLE_SHIFT) : /* # L2 */ 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()
621 for ( count = 0; count < ((v_end-v_start) >> PAGE_SHIFT); count++ ) in dom0_construct_pv()
733 (parms.virt_hypercall >= v_end) ) in dom0_construct_pv()
771 setup_pv_physmap(d, pfn, v_start, v_end, vphysmap_start, vphysmap_end, in dom0_construct_pv()
787 #define REVERSE_START ((v_end - v_start) >> PAGE_SHIFT) in dom0_construct_pv()