Searched refs:PGDIR_MASK (Results 26 - 50 of 53) sorted by relevance

123

/linux-master/arch/sparc/mm/
H A Dhugetlbpage.c475 start &= PGDIR_MASK;
479 ceiling &= PGDIR_MASK;
H A Dsrmmu.c805 if (!(start & ~(PGDIR_MASK))) {
860 unsigned long pstart = (sp_banks[sp_entry].base_addr & PGDIR_MASK);
861 unsigned long vstart = (vbase & PGDIR_MASK);
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h77 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux-master/arch/csky/include/asm/
H A Dpgtable.h14 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable-hwdef.h78 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h66 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable-3level.h43 #define PGDIR_MASK (~((1 << PGDIR_SHIFT) - 1)) macro
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h66 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
H A Dpgtable-32.h71 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h58 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h51 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h38 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux-master/arch/um/kernel/
H A Dum_arch.c342 task_size = host_task_size & PGDIR_MASK;
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h91 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h23 #define PGDIR_MASK (~(PGDIR_SIZE - 1))
25 #define PGDIR_MASK macro
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h129 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h131 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h43 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux-master/arch/s390/mm/
H A Dvmem.c461 try_free_p4d_table(pgd, addr & PGDIR_MASK);
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h219 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h67 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux-master/include/linux/
H A Dpgtable.h1173 ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) & PGDIR_MASK; \
/linux-master/arch/x86/mm/
H A Dinit_64.c743 vaddr_next = (vaddr & PGDIR_MASK) + PGDIR_SIZE;
/linux-master/arch/arm64/mm/
H A Dmmu.c1122 if (!pgtable_range_aligned(start, end, floor, ceiling, PGDIR_MASK))
/linux-master/mm/
H A Ddebug_vm_pgtable.c1187 args->fixed_pgd_pfn = __phys_to_pfn(phys & PGDIR_MASK);

Completed in 250 milliseconds

123