/linux-3.3/arch/powerpc/kvm/ |
D | book3s_pr_papr.c | 22 static unsigned long get_pteg_addr(struct kvm_vcpu *vcpu, long pte_index) in get_pteg_addr() 38 long pte_index = kvmppc_get_gpr(vcpu, 5); in kvmppc_h_pr_enter() local 74 unsigned long pte_index = kvmppc_get_gpr(vcpu, 5); in kvmppc_h_pr_remove() local 104 unsigned long pte_index = kvmppc_get_gpr(vcpu, 5); in kvmppc_h_pr_protect() local
|
D | book3s_hv_rm_mmu.c | 49 long pte_index, unsigned long pteh, unsigned long ptel) in kvmppc_h_enter() 134 unsigned long pte_index, unsigned long avpn, in kvmppc_h_remove() 181 unsigned long flags, req, pte_index; in kvmppc_h_bulk_remove() local 254 unsigned long pte_index, unsigned long avpn, in kvmppc_h_protect() 315 unsigned long pte_index) in kvmppc_h_read()
|
/linux-3.3/arch/powerpc/include/asm/ |
D | kvm_book3s_64.h | 33 unsigned long pte_index) in compute_tlbie_rb()
|
D | pgtable-ppc32.h | 306 #define pte_index(address) \ macro
|
/linux-3.3/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 218 #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro
|
/linux-3.3/arch/um/include/asm/ |
D | pgtable.h | 336 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
|
/linux-3.3/arch/sh/include/asm/ |
D | pgtable_64.h | 78 #define pte_index(address) \ macro
|
D | pgtable_32.h | 423 #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
|
/linux-3.3/arch/arm/include/asm/ |
D | pgtable.h | 183 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | pgtable.h | 329 #define pte_index(address) \ macro
|
/linux-3.3/arch/tile/include/asm/ |
D | pgtable.h | 442 static inline unsigned long pte_index(unsigned long address) in pte_index() function
|
/linux-3.3/arch/avr32/include/asm/ |
D | pgtable.h | 315 #define pte_index(address) \ macro
|
/linux-3.3/arch/xtensa/include/asm/ |
D | pgtable.h | 323 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
|
/linux-3.3/arch/mn10300/include/asm/ |
D | pgtable.h | 457 #define pte_index(address) \ macro
|
/linux-3.3/arch/microblaze/include/asm/ |
D | pgtable.h | 503 #define pte_index(address) \ macro
|
/linux-3.3/arch/sparc/include/asm/ |
D | pgtable_64.h | 657 #define pte_index(dir, address) \ macro
|
/linux-3.3/arch/parisc/include/asm/ |
D | pgtable.h | 400 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro
|
/linux-3.3/arch/ia64/include/asm/ |
D | pgtable.h | 406 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
|
/linux-3.3/arch/frv/include/asm/ |
D | pgtable.h | 447 #define pte_index(address) \ macro
|
/linux-3.3/arch/x86/include/asm/ |
D | pgtable.h | 465 static inline unsigned long pte_index(unsigned long address) in pte_index() function
|
/linux-3.3/arch/s390/include/asm/ |
D | pgtable.h | 1114 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro
|