Home
last modified time | relevance | path

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

/linux/virt/kvm/
H A Dpfncache.c158 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()
/linux/tools/include/linux/
H A Dmm.h15 #define PAGE_ALIGN_DOWN(addr) ALIGN_DOWN(addr, PAGE_SIZE) macro
/linux/drivers/virt/coco/pkvm-guest/
H A Darm-pkvm-guest.c85 phys = PAGE_ALIGN_DOWN(phys); in mmio_guard_ioremap_hook()
/linux/arch/x86/kernel/acpi/
H A Dmadt_wakeup.c151 PAGE_ALIGN_DOWN(reset_vector), in acpi_mp_setup_reset()
/linux/mm/kmsan/
H A Dshadow.c281 start = (void *)PAGE_ALIGN_DOWN((u64)start); in kmsan_init_alloc_meta_for_range()
/linux/fs/notify/
H A Dfsnotify.c217 range.pos = PAGE_ALIGN_DOWN(*ppos); in fsnotify_pre_content()
/linux/arch/s390/boot/
H A Dvmem.c87 unsigned long sha_start = PAGE_ALIGN_DOWN(__sha(start)); in kasan_populate()
/linux/arch/parisc/kernel/
H A Dcache.c643 __flush_cache_page(vma, vmaddr, PAGE_ALIGN_DOWN(physaddr)); in flush_cache_page_if_present()
/linux/mm/
H A Dutil.c441 return PAGE_ALIGN_DOWN(mmap_upper_limit(rlim_stack) - rnd); in mmap_base()
H A Dmemblock.c2073 pgend = PAGE_ALIGN_DOWN(__pa(end_pg)); in free_memmap()
/linux/arch/x86/xen/
H A Dsetup.c642 swap_addr = PAGE_ALIGN_DOWN(swap_entry->addr); in xen_e820_swap_entry_with_ram()
/linux/drivers/firmware/efi/
H A Defi.c684 start = PAGE_ALIGN_DOWN(efi.unaccepted); in reserve_unaccepted()
/linux/include/linux/
H A Dmm.h235 #define PAGE_ALIGN_DOWN(addr) ALIGN_DOWN(addr, PAGE_SIZE) macro
/linux/fs/btrfs/
H A Dinode.c9831 next_ppage = PAGE_ALIGN_DOWN(bsi->block_start + bsi->block_len) >> PAGE_SHIFT; in btrfs_add_swap_extent()