| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | pgtable.h | 360 pgd_index (unsigned long address) in pgd_index() function 367 #define pgd_index pgd_index macro
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/ |
| D | pgtable-32.h | 161 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) macro
|
| D | pgtable-64.h | 329 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) macro
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/nohash/32/ |
| D | pgtable.h | 301 #define pgd_index(address) ((address) >> PGDIR_SHIFT) macro
|
| /kernel/linux/linux-4.19/arch/nios2/include/asm/ |
| D | pgtable.h | 107 #define pgd_index(addr) (((addr) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1)) macro
|
| /kernel/linux/linux-4.19/arch/unicore32/include/asm/ |
| D | pgtable.h | 234 #define pgd_index(addr) ((addr) >> PGDIR_SHIFT) macro
|
| /kernel/linux/linux-4.19/arch/sh/include/asm/ |
| D | pgtable_64.h | 51 #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
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-4.19/arch/hexagon/include/asm/ |
| D | pgtable.h | 240 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) macro
|
| /kernel/linux/linux-4.19/arch/um/include/asm/ |
| D | pgtable.h | 304 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) macro
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/nohash/64/ |
| D | pgtable.h | 161 #define pgd_index(address) (((address) >> (PGDIR_SHIFT)) & (PTRS_PER_PGD - 1)) macro
|
| /kernel/linux/linux-4.19/arch/arc/include/asm/ |
| D | pgtable.h | 341 #define pgd_index(addr) ((addr) >> PGDIR_SHIFT) macro
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/book3s/32/ |
| D | pgtable.h | 271 #define pgd_index(address) ((address) >> PGDIR_SHIFT) macro
|
| /kernel/linux/linux-4.19/arch/riscv/include/asm/ |
| D | pgtable.h | 130 #define pgd_index(addr) (((addr) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1)) macro
|
| /kernel/linux/linux-4.19/arch/alpha/include/asm/ |
| D | pgtable.h | 287 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) macro
|
| /kernel/linux/linux-4.19/arch/arm/include/asm/ |
| D | pgtable.h | 180 #define pgd_index(addr) ((addr) >> PGDIR_SHIFT) macro
|
| /kernel/linux/linux-4.19/arch/sparc/include/asm/ |
| D | pgtable_32.h | 313 #define pgd_index(address) ((address) >> PGDIR_SHIFT) macro
|
| /kernel/linux/linux-4.19/arch/xtensa/include/asm/ |
| D | pgtable.h | 376 #define pgd_index(address) ((address) >> PGDIR_SHIFT) macro
|
| /kernel/linux/linux-4.19/arch/openrisc/include/asm/ |
| D | pgtable.h | 376 #define pgd_index(address) ((address >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) macro
|
| /kernel/linux/linux-4.19/arch/nds32/include/asm/ |
| D | pgtable.h | 364 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1)) macro
|
| /kernel/linux/linux-4.19/arch/microblaze/include/asm/ |
| D | pgtable.h | 481 #define pgd_index(address) ((address) >> PGDIR_SHIFT) macro
|