Home
last modified time | relevance | path

Searched refs:bottom_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
90 bottom_shift = i; in pfn_pdx_hole_setup()
97 bottom_shift, bottom_shift + hole_shift - 1); in pfn_pdx_hole_setup()
100 pfn_pdx_bottom_mask = (1UL << bottom_shift) - 1; in pfn_pdx_hole_setup()
101 ma_va_bottom_mask = (PAGE_SIZE << bottom_shift) - 1; in pfn_pdx_hole_setup()
102 pfn_hole_mask = ((1UL << hole_shift) - 1) << bottom_shift; in pfn_pdx_hole_setup()

Completed in 2 milliseconds