Home
last modified time | relevance | path

Searched refs:bottom_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
100 bottom_shift = i; in pfn_pdx_hole_setup()
107 bottom_shift, bottom_shift + hole_shift - 1); in pfn_pdx_hole_setup()
110 pfn_pdx_bottom_mask = (1UL << bottom_shift) - 1; in pfn_pdx_hole_setup()
111 ma_va_bottom_mask = (PAGE_SIZE << bottom_shift) - 1; in pfn_pdx_hole_setup()
112 pfn_hole_mask = ((1UL << hole_shift) - 1) << bottom_shift; in pfn_pdx_hole_setup()

Completed in 2 milliseconds