Searched refs:vma_hugecache_offset (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/mm/ |
D | hugetlb.c | 991 static pgoff_t vma_hugecache_offset(struct hstate *h, in vma_hugecache_offset() function 2649 idx = vma_hugecache_offset(h, vma, addr); in __vma_reservation_common() 5061 start = vma_hugecache_offset(h, vma, vma->vm_start); in hugetlb_vm_op_close() 5062 end = vma_hugecache_offset(h, vma, vma->vm_end); in hugetlb_vm_op_close() 5886 idx = vma_hugecache_offset(h, vma, vmf->address); in hugetlb_wp() 6309 .pgoff = vma_hugecache_offset(h, vma, in hugetlb_fault() 6541 pgoff_t idx = vma_hugecache_offset(h, dst_vma, dst_addr); in hugetlb_mfill_atomic_pte()
|