Searched refs:PAGE_ALIGN_DOWN (Results 1 – 14 of 14) sorted by relevance
158 void *old_khva = (void *)PAGE_ALIGN_DOWN((uintptr_t)gpc->khva); in hva_to_pfn_retry() 280 old_khva = (void *)PAGE_ALIGN_DOWN((uintptr_t)gpc->khva); in __kvm_gpc_refresh() 281 old_uhva = PAGE_ALIGN_DOWN(gpc->uhva); in __kvm_gpc_refresh() 288 gpc->uhva = PAGE_ALIGN_DOWN(uhva); in __kvm_gpc_refresh()
15 #define PAGE_ALIGN_DOWN(addr) ALIGN_DOWN(addr, PAGE_SIZE) macro
85 phys = PAGE_ALIGN_DOWN(phys); in mmio_guard_ioremap_hook()
151 PAGE_ALIGN_DOWN(reset_vector), in acpi_mp_setup_reset()
281 start = (void *)PAGE_ALIGN_DOWN((u64)start); in kmsan_init_alloc_meta_for_range()
217 range.pos = PAGE_ALIGN_DOWN(*ppos); in fsnotify_pre_content()
87 unsigned long sha_start = PAGE_ALIGN_DOWN(__sha(start)); in kasan_populate()
643 __flush_cache_page(vma, vmaddr, PAGE_ALIGN_DOWN(physaddr)); in flush_cache_page_if_present()
441 return PAGE_ALIGN_DOWN(mmap_upper_limit(rlim_stack) - rnd); in mmap_base()
2073 pgend = PAGE_ALIGN_DOWN(__pa(end_pg)); in free_memmap()
642 swap_addr = PAGE_ALIGN_DOWN(swap_entry->addr); in xen_e820_swap_entry_with_ram()
684 start = PAGE_ALIGN_DOWN(efi.unaccepted); in reserve_unaccepted()
235 #define PAGE_ALIGN_DOWN(addr) ALIGN_DOWN(addr, PAGE_SIZE) macro
9831 next_ppage = PAGE_ALIGN_DOWN(bsi->block_start + bsi->block_len) >> PAGE_SHIFT; in btrfs_add_swap_extent()