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

123

/linux-master/arch/microblaze/kernel/
H A Dhw_exception_handler.S520 bsrli r5, r3, PGDIR_SHIFT - 2
621 bsrli r5, r3, PGDIR_SHIFT - 2
692 bsrli r5, r3, PGDIR_SHIFT - 2
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S146 rldicl r15,r16,64-PGDIR_SHIFT+3,64-PGD_INDEX_SIZE-3
385 rldicl r15,r16,64-PGDIR_SHIFT+3,64-PGD_INDEX_SIZE-3
1022 rldicl r11,r16,64-(PGDIR_SHIFT-3),64-PGD_INDEX_SIZE-3
/linux-master/arch/sparc/kernel/
H A Dhead_32.S28 #include <asm/pgtable.h> /* PGDIR_SHIFT */
276 add %o1, KERNBASE >> (PGDIR_SHIFT - 2), %o3
320 add %g1, KERNBASE >> (PGDIR_SHIFT - 2), %g3
344 add %g1, KERNBASE >> (PGDIR_SHIFT - 2), %g3
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c204 DEFINE(_PGDIR_SHIFT, PGDIR_SHIFT);
/linux-master/arch/riscv/mm/
H A Dhugetlbpage.c233 hugepage_shift = PGDIR_SHIFT;
H A Dinit.c499 BUG_ON((va - kernel_map.virt_addr) >> PGDIR_SHIFT);
537 BUG_ON((va - kernel_map.virt_addr) >> PGDIR_SHIFT);
/linux-master/arch/x86/mm/
H A Dmem_encrypt_identity.c421 decrypted_base <<= PGDIR_SHIFT; local
/linux-master/arch/parisc/kernel/
H A Dasm-offsets.c262 DEFINE(ASM_PGDIR_SHIFT, PGDIR_SHIFT);
267 DEFINE(ASM_PGD_ENTRY, PAGE_OFFSET >> PGDIR_SHIFT);
/linux-master/include/linux/
H A Dpgtable.h88 #define pgd_index(a) (((a) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1))
1793 #define pgd_leaf_size(x) (1ULL << PGDIR_SHIFT)
H A Dhugetlb.h909 (huge_page_shift(h) == PGDIR_SHIFT))
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h216 /* PGDIR_SHIFT determines what a fourth-level page table entry can map */
217 #define PGDIR_SHIFT (PUD_SHIFT + PUD_INDEX_SIZE) macro
218 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
/linux-master/arch/sparc/mm/
H A Dhypersparc.S297 sethi %hi(~((1 << PGDIR_SHIFT) - 1)), %o4
/linux-master/mm/
H A Dpagewalk.c291 err = walk_hugepd_range((hugepd_t *)pgd, addr, next, walk, PGDIR_SHIFT);
H A Dgup.c3116 PGDIR_SHIFT, next, flags, pages, nr))
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c208 DEFINE(_PGDIR_SHIFT, PGDIR_SHIFT);
/linux-master/arch/s390/include/asm/
H A Dpgtable.h336 #define PGDIR_SHIFT _REGION1_SHIFT macro
1375 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
/linux-master/arch/arm/mm/
H A Dmmu.c927 pgd += SUPERSECTION_SIZE >> PGDIR_SHIFT;

Completed in 255 milliseconds

123