Searched refs:PAGE_ALIGN_DOWN (Results 1 – 9 of 9) sorted by relevance
284 start = (void *)PAGE_ALIGN_DOWN((u64)start); in kmsan_init_alloc_meta_for_range()
367 shadow_start = PAGE_ALIGN_DOWN(shadow_start); in kasan_populate_vmalloc()
50 start = PAGE_ALIGN_DOWN(__sha(start)); in kasan_populate()
424 return PAGE_ALIGN_DOWN(mmap_upper_limit(rlim_stack) - rnd); in mmap_base()
643 __flush_cache_page(vma, vmaddr, PAGE_ALIGN_DOWN(physaddr)); in flush_cache_page_if_present()
643 swap_addr = PAGE_ALIGN_DOWN(swap_entry->addr); in xen_e820_swap_entry_with_ram()
653 start = PAGE_ALIGN_DOWN(efi.unaccepted); in reserve_unaccepted()
228 #define PAGE_ALIGN_DOWN(addr) ALIGN_DOWN(addr, PAGE_SIZE) macro
10581 next_ppage = PAGE_ALIGN_DOWN(bsi->block_start + bsi->block_len) >> PAGE_SHIFT; in btrfs_add_swap_extent()