Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dpdx.c73 unsigned int i, j, bottom_shift = 0, hole_shift = 0; in pfn_pdx_hole_setup() local
87 if ( j - i > hole_shift ) in pfn_pdx_hole_setup()
89 hole_shift = j - i; in pfn_pdx_hole_setup()
93 if ( !hole_shift ) in pfn_pdx_hole_setup()
97 bottom_shift, bottom_shift + hole_shift - 1); in pfn_pdx_hole_setup()
99 pfn_pdx_hole_shift = hole_shift; in pfn_pdx_hole_setup()
102 pfn_hole_mask = ((1UL << hole_shift) - 1) << bottom_shift; in pfn_pdx_hole_setup()

Completed in 2 milliseconds