Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/x86/kernel/acpi/
H A Dmadt_wakeup.c97 mstart = PAGE_ALIGN_DOWN(reset_vector); in acpi_mp_setup_reset()
112 mstart = PAGE_ALIGN_DOWN(__pa(asm_acpi_mp_play_dead)); in acpi_mp_setup_reset()
/linux-6.15/tools/include/linux/
H A Dmm.h15 #define PAGE_ALIGN_DOWN(addr) ALIGN_DOWN(addr, PAGE_SIZE) macro
/linux-6.15/drivers/virt/coco/pkvm-guest/
H A Darm-pkvm-guest.c85 phys = PAGE_ALIGN_DOWN(phys); in mmio_guard_ioremap_hook()
/linux-6.15/mm/
H A Dtruncate.c226 split_at = folio_page(folio, PAGE_ALIGN_DOWN(offset) / PAGE_SIZE); in truncate_inode_partial_folio()
239 PAGE_ALIGN_DOWN(offset + length) / PAGE_SIZE); in truncate_inode_partial_folio()
H A Dutil.c442 return PAGE_ALIGN_DOWN(mmap_upper_limit(rlim_stack) - rnd); in mmap_base()
H A Dmemblock.c2081 pgend = PAGE_ALIGN_DOWN(__pa(end_pg)); in free_memmap()
H A Drmap.c2668 addr = PAGE_ALIGN_DOWN(addr); in make_device_exclusive()
H A Dslub.c4783 obj = (void *) PAGE_ALIGN_DOWN((unsigned long)obj); in kvfree_rcu_cb()
4794 obj = (void *) PAGE_ALIGN_DOWN((unsigned long)obj); in kvfree_rcu_cb()
/linux-6.15/mm/kmsan/
H A Dshadow.c281 start = (void *)PAGE_ALIGN_DOWN((u64)start); in kmsan_init_alloc_meta_for_range()
/linux-6.15/arch/s390/pci/
H A Dpci_bus.c295 aligned_end = PAGE_ALIGN_DOWN(zdev->end_dma + 1); in pci_dma_range_setup()
/linux-6.15/mm/kasan/
H A Dshadow.c414 shadow_start = PAGE_ALIGN_DOWN(shadow_start); in kasan_populate_vmalloc()
/linux-6.15/arch/s390/boot/
H A Dvmem.c89 unsigned long sha_start = PAGE_ALIGN_DOWN(__sha(start)); in kasan_populate()
/linux-6.15/fs/notify/
H A Dfsnotify.c222 range.pos = PAGE_ALIGN_DOWN(*ppos); in fsnotify_pre_content()
/linux-6.15/arch/parisc/kernel/
H A Dcache.c643 __flush_cache_page(vma, vmaddr, PAGE_ALIGN_DOWN(physaddr)); in flush_cache_page_if_present()
/linux-6.15/arch/x86/xen/
H A Dsetup.c639 swap_addr = PAGE_ALIGN_DOWN(swap_entry->addr); in xen_e820_swap_entry_with_ram()
/linux-6.15/drivers/firmware/efi/
H A Defi.c684 start = PAGE_ALIGN_DOWN(efi.unaccepted); in reserve_unaccepted()
/linux-6.15/include/linux/
H A Dmm.h211 #define PAGE_ALIGN_DOWN(addr) ALIGN_DOWN(addr, PAGE_SIZE) macro
/linux-6.15/fs/btrfs/
H A Dinode.c9884 next_ppage = PAGE_ALIGN_DOWN(bsi->block_start + bsi->block_len) >> PAGE_SHIFT; in btrfs_add_swap_extent()