Searched refs:test_bit_size (Results 1 – 1 of 1) sorted by relevance
338 hwaddr test_bit_size; in xen_map_cache_unlocked() local350 test_bit_size = size + (phys_addr & (XC_PAGE_SIZE - 1)); in xen_map_cache_unlocked()352 if (test_bit_size % XC_PAGE_SIZE) { in xen_map_cache_unlocked()353 test_bit_size += XC_PAGE_SIZE - (test_bit_size % XC_PAGE_SIZE); in xen_map_cache_unlocked()356 test_bit_size = XC_PAGE_SIZE; in xen_map_cache_unlocked()363 test_bit_size >> XC_PAGE_SHIFT, in xen_map_cache_unlocked()386 test_bit_size >> XC_PAGE_SHIFT, in xen_map_cache_unlocked()408 test_bit_size >> XC_PAGE_SHIFT, in xen_map_cache_unlocked()416 test_bit_size >> XC_PAGE_SHIFT, in xen_map_cache_unlocked()724 hwaddr test_bit_size, cache_size = size; in xen_replace_cache_entry_unlocked() local[all …]