Searched refs:PMD_SIZE (Results 126 - 136 of 136) sorted by relevance

123456

/linux-master/mm/
H A Dhugetlb.c7435 BUG_ON(sz != PMD_SIZE);
7502 else if (hp_size == PMD_SIZE)
7503 return PUD_SIZE - PMD_SIZE;
7514 if (huge_page_size(h) == PMD_SIZE)
7515 return PUD_SIZE - PMD_SIZE;
H A Dmemory.c327 * by PMD_SIZE below? no, end can't go down to 0 there.
337 addr += PMD_SIZE;
347 end -= PMD_SIZE;
396 while (next && next->vm_start <= vma->vm_end + PMD_SIZE
H A Dmemory_hotplug.c1336 return IS_ALIGNED(vmemmap_size, PMD_SIZE);
H A Dhuge_memory.c903 ret = __thp_get_unmapped_area(filp, addr, len, off, flags, PMD_SIZE, vm_flags);
1945 flush_pmd_tlb_range(vma, old_addr, old_addr + PMD_SIZE);
H A Dgup.c3139 refs = record_subpages(page, PMD_SIZE, addr, end, pages + *nr);
H A Dvmscan.c3457 addr = i ? (*first & PMD_MASK) + i * PMD_SIZE : *first;
3574 if (i < PTRS_PER_PMD && get_next_vma(PUD_MASK, PMD_SIZE, args, &start, &end))
/linux-master/arch/arm/mm/
H A Ddma-mapping.c299 addr += PMD_SIZE)
/linux-master/arch/s390/include/asm/
H A Dpgtable.h346 #define PMD_SIZE _SEGMENT_SIZE macro
/linux-master/kernel/bpf/
H A Dcore.c893 /* PMD_SIZE is not available in some special config, e.g. ARCH=arm with
896 #ifdef PMD_SIZE
897 /* PMD_SIZE is really big for some archs. It doesn't make sense to
899 * 2MiB * num_possible_nodes(). On most architectures PMD_SIZE will be
/linux-master/fs/proc/
H A Dtask_mmu.c1345 #define PAGEMAP_WALK_SIZE (PMD_SIZE)
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c1405 if (ALIGN(start << PAGE_SHIFT, PMD_SIZE) !=
1406 ALIGN(end << PAGE_SHIFT, PMD_SIZE))

Completed in 403 milliseconds

123456