Home
last modified time | relevance | path

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

/xen/xen/common/
A Dpdx.c78 unsigned int i, j, bottom_shift = 0, hole_shift = 0; in pfn_pdx_hole_setup() local
97 if ( j - i > hole_shift ) in pfn_pdx_hole_setup()
99 hole_shift = j - i; in pfn_pdx_hole_setup()
103 if ( !hole_shift ) in pfn_pdx_hole_setup()
107 bottom_shift, bottom_shift + hole_shift - 1); in pfn_pdx_hole_setup()
109 pfn_pdx_hole_shift = hole_shift; in pfn_pdx_hole_setup()
112 pfn_hole_mask = ((1UL << hole_shift) - 1) << bottom_shift; in pfn_pdx_hole_setup()

Completed in 2 milliseconds