Searched refs:PGDIR_SIZE (Results 51 - 67 of 67) sorted by relevance

123

/linux-master/arch/s390/boot/
H A Dvmem.c112 IS_ALIGNED(addr, PGDIR_SIZE) && end - addr >= PGDIR_SIZE) {
/linux-master/arch/x86/mm/
H A Dinit_64.c137 for (addr = start; addr <= end; addr = ALIGN(addr + 1, PGDIR_SIZE)) {
174 for (addr = start; addr <= end; addr = ALIGN(addr + 1, PGDIR_SIZE)) {
743 vaddr_next = (vaddr & PGDIR_MASK) + PGDIR_SIZE;
1291 for (addr = VMALLOC_START; addr <= VMEMORY_END; addr = ALIGN(addr + 1, PGDIR_SIZE)) {
H A Dkasan_init_64.c175 for (; start < pgd_end; start += PGDIR_SIZE) {
/linux-master/arch/powerpc/mm/ptdump/
H A Dptdump.c371 ptdump_range[0].end = PAGE_OFFSET + (PGDIR_SIZE * PTRS_PER_PGD);
H A Dhashpagetable.c461 addr = KERN_VIRT_START + i * PGDIR_SIZE;
/linux-master/arch/sparc/mm/
H A Dsrmmu.c806 if (srmmu_probe(addr + PGDIR_SIZE) == probed)
815 start += PGDIR_SIZE;
875 vstart += PGDIR_SIZE; pstart += PGDIR_SIZE;
/linux-master/arch/arm/mm/
H A Ddump.c406 addr = start + i * PGDIR_SIZE;
/linux-master/arch/arm64/mm/
H A Dhugetlbpage.c345 return PGDIR_SIZE - PUD_SIZE;
/linux-master/arch/riscv/mm/
H A Dhugetlbpage.c232 if (sz >= PGDIR_SIZE)
/linux-master/arch/arm/mach-rpc/
H A Decard.c234 memcpy(dst_pgd, src_pgd, sizeof(pgd_t) * (IO_SIZE / PGDIR_SIZE));
239 memcpy(dst_pgd, src_pgd, sizeof(pgd_t) * (EASI_SIZE / PGDIR_SIZE));
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h218 #define PGDIR_SIZE (1UL << PGDIR_SHIFT) macro
219 #define PGDIR_MASK (~(PGDIR_SIZE-1))
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h66 #define PGDIR_SIZE (_AC(1,UL) << PGDIR_SHIFT) macro
67 #define PGDIR_MASK (~(PGDIR_SIZE-1))
/linux-master/arch/x86/xen/
H A Dmmu_pv.c141 #define USER_LIMIT ((STACK_TOP_MAX + PGDIR_SIZE - 1) & PGDIR_MASK)
1133 unpin = (vaddr == 2 * PGDIR_SIZE);
1928 new_p2m = (unsigned long *)(2 * PGDIR_SIZE);
/linux-master/arch/um/kernel/
H A Dtlb.c369 last = ADD_ROUND(addr, PGDIR_SIZE);
/linux-master/include/linux/
H A Dpgtable.h1173 ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) & PGDIR_MASK; \
/linux-master/arch/s390/include/asm/
H A Dpgtable.h349 #define PGDIR_SIZE _REGION1_SIZE macro
/linux-master/mm/
H A Dgup.c3223 refs = record_subpages(page, PGDIR_SIZE, addr, end, pages + *nr);

Completed in 254 milliseconds

123