| /Linux-v5.4/tools/testing/selftests/kvm/lib/aarch64/ | 
| D | processor.c | 24 static uint64_t pgd_index(struct kvm_vm *vm, vm_vaddr_t gva)  in pgd_index()  function
 | 
| /Linux-v5.4/arch/riscv/mm/ | 
| D | init.c | 294 	uintptr_t pgd_index = pgd_index(va);  in create_pgd_mapping()  local
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | pgtable-32.h | 206 #define pgd_index(address)	(((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))  macro
 | 
| D | pgtable-64.h | 324 #define pgd_index(address)	(((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))  macro
 | 
| /Linux-v5.4/arch/powerpc/include/asm/nohash/32/ | 
| D | pgtable.h | 361 #define pgd_index(address)	 ((address) >> PGDIR_SHIFT)  macro
 | 
| /Linux-v5.4/arch/nios2/include/asm/ | 
| D | pgtable.h | 107 #define pgd_index(addr)		(((addr) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1))  macro
 | 
| /Linux-v5.4/arch/sh/include/asm/ | 
| D | pgtable_64.h | 48 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))  macro
 | 
| D | pgtable_32.h | 408 #define pgd_index(address)	(((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))  macro
 | 
| /Linux-v5.4/arch/unicore32/include/asm/ | 
| D | pgtable.h | 229 #define pgd_index(addr)		((addr) >> PGDIR_SHIFT)  macro
 | 
| /Linux-v5.4/arch/m68k/include/asm/ | 
| D | sun3_pgtable.h | 189 #define pgd_index(address)     ((address) >> PGDIR_SHIFT)  macro
 | 
| D | motorola_pgtable.h | 193 #define pgd_index(address)     ((address) >> PGDIR_SHIFT)  macro
 | 
| D | mcf_pgtable.h | 334 #define pgd_index(address)	((address) >> PGDIR_SHIFT)  macro
 | 
| /Linux-v5.4/arch/hexagon/include/asm/ | 
| D | pgtable.h | 227 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))  macro
 | 
| /Linux-v5.4/arch/powerpc/include/asm/nohash/64/ | 
| D | pgtable.h | 189 #define pgd_index(address) (((address) >> (PGDIR_SHIFT)) & (PTRS_PER_PGD - 1))  macro
 | 
| /Linux-v5.4/arch/um/include/asm/ | 
| D | pgtable.h | 307 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))  macro
 | 
| /Linux-v5.4/arch/arc/include/asm/ | 
| D | pgtable.h | 338 #define pgd_index(addr)		((addr) >> PGDIR_SHIFT)  macro
 | 
| /Linux-v5.4/arch/csky/include/asm/ | 
| D | pgtable.h | 242 #define pgd_index(address)	((address) >> PGDIR_SHIFT)  macro
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | pgtable_32.h | 313 #define pgd_index(address) ((address) >> PGDIR_SHIFT)  macro
 | 
| /Linux-v5.4/arch/riscv/include/asm/ | 
| D | pgtable.h | 158 #define pgd_index(addr) (((addr) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1))  macro
 | 
| /Linux-v5.4/arch/alpha/include/asm/ | 
| D | pgtable.h | 287 #define pgd_index(address)	(((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))  macro
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | pgtable.h | 180 #define pgd_index(addr)		((addr) >> PGDIR_SHIFT)  macro
 | 
| /Linux-v5.4/arch/openrisc/include/asm/ | 
| D | pgtable.h | 372 #define pgd_index(address)      ((address >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))  macro
 | 
| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | pgtable.h | 372 #define pgd_index(address)	((address) >> PGDIR_SHIFT)  macro
 | 
| /Linux-v5.4/arch/powerpc/include/asm/book3s/32/ | 
| D | pgtable.h | 356 #define pgd_index(address)	 ((address) >> PGDIR_SHIFT)  macro
 | 
| /Linux-v5.4/arch/nds32/include/asm/ | 
| D | pgtable.h | 364 #define pgd_index(address)      (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1))  macro
 |