Home
last modified time | relevance | path

Searched refs:PAGE_ALIGN_DOWN (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/mm/kmsan/
H A Dshadow.c284 start = (void *)PAGE_ALIGN_DOWN((u64)start); in kmsan_init_alloc_meta_for_range()
/openbmc/linux/mm/kasan/
H A Dshadow.c367 shadow_start = PAGE_ALIGN_DOWN(shadow_start); in kasan_populate_vmalloc()
/openbmc/linux/arch/s390/boot/
H A Dvmem.c50 start = PAGE_ALIGN_DOWN(__sha(start)); in kasan_populate()
/openbmc/linux/mm/
H A Dutil.c424 return PAGE_ALIGN_DOWN(mmap_upper_limit(rlim_stack) - rnd); in mmap_base()
/openbmc/linux/arch/parisc/kernel/
H A Dcache.c643 __flush_cache_page(vma, vmaddr, PAGE_ALIGN_DOWN(physaddr)); in flush_cache_page_if_present()
/openbmc/linux/arch/x86/xen/
H A Dsetup.c643 swap_addr = PAGE_ALIGN_DOWN(swap_entry->addr); in xen_e820_swap_entry_with_ram()
/openbmc/linux/drivers/firmware/efi/
H A Defi.c653 start = PAGE_ALIGN_DOWN(efi.unaccepted); in reserve_unaccepted()
/openbmc/linux/include/linux/
H A Dmm.h228 #define PAGE_ALIGN_DOWN(addr) ALIGN_DOWN(addr, PAGE_SIZE) macro
/openbmc/linux/fs/btrfs/
H A Dinode.c10581 next_ppage = PAGE_ALIGN_DOWN(bsi->block_start + bsi->block_len) >> PAGE_SHIFT; in btrfs_add_swap_extent()