/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 82 unsigned long *rmap, long pte_index, int realmode) in kvmppc_add_revmap_chain() 160 static void remove_revmap_chain(struct kvm *kvm, long pte_index, in remove_revmap_chain() 198 long pte_index, unsigned long pteh, unsigned long ptel, in kvmppc_do_h_enter() 416 long pte_index, unsigned long pteh, unsigned long ptel) in kvmppc_h_enter() 499 unsigned long pte_index, unsigned long avpn, in kvmppc_do_h_remove() 561 unsigned long pte_index, unsigned long avpn) in kvmppc_h_remove() 574 unsigned long flags, req, pte_index, rcbits; in kvmppc_h_bulk_remove() local 686 unsigned long pte_index, unsigned long avpn, in kvmppc_h_protect() 757 unsigned long pte_index) in kvmppc_h_read() 797 unsigned long pte_index) in kvmppc_h_clear_ref() [all …]
|
D | book3s_pr_papr.c | 23 static unsigned long get_pteg_addr(struct kvm_vcpu *vcpu, long pte_index) in get_pteg_addr() 39 long pte_index = kvmppc_get_gpr(vcpu, 5); in kvmppc_h_pr_enter() local 89 unsigned long pte_index = kvmppc_get_gpr(vcpu, 5); in kvmppc_h_pr_remove() local 217 unsigned long pte_index = kvmppc_get_gpr(vcpu, 5); in kvmppc_h_pr_protect() local
|
D | book3s_64_mmu_hv.c | 291 long pte_index, unsigned long pteh, in kvmppc_virtmode_do_h_enter()
|
/arch/riscv/mm/ |
D | init.c | 202 uintptr_t pte_index = pte_index(va); in create_pte_mapping() local
|
/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 365 #define pte_index(address) \ macro
|
/arch/sh/include/asm/ |
D | pgtable_64.h | 75 #define pte_index(address) \ macro
|
D | pgtable_32.h | 419 #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
|
/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 204 #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro
|
/arch/um/include/asm/ |
D | pgtable.h | 339 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
|
/arch/powerpc/include/asm/ |
D | kvm_book3s_64.h | 301 unsigned long pte_index) in compute_tlbie_rb()
|
D | kvm_host.h | 474 unsigned long pte_index; member
|
/arch/riscv/include/asm/ |
D | pgtable.h | 194 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
|
/arch/arm/include/asm/ |
D | pgtable.h | 204 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 378 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
|
/arch/nds32/include/asm/ |
D | pgtable.h | 194 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
|
/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 360 #define pte_index(address) \ macro
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 489 #define pte_index(address) \ macro
|
/arch/ia64/include/asm/ |
D | pgtable.h | 402 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
|
/arch/parisc/include/asm/ |
D | pgtable.h | 461 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro
|
/arch/sparc/include/asm/ |
D | pgtable_64.h | 908 #define pte_index(dir, address) \ macro
|
/arch/arm64/include/asm/ |
D | pgtable.h | 499 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
|
/arch/x86/include/asm/ |
D | pgtable.h | 829 static inline unsigned long pte_index(unsigned long address) in pte_index() function
|
/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1004 #define pte_index(address) (((address) >> (PAGE_SHIFT)) & (PTRS_PER_PTE - 1)) macro
|
/arch/s390/include/asm/ |
D | pgtable.h | 1211 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro
|