Home
last modified time | relevance | path

Searched defs:pte_index (Results 1 – 21 of 21) sorted by relevance

/linux-3.3/arch/powerpc/kvm/
Dbook3s_pr_papr.c22 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
Dbook3s_hv_rm_mmu.c49 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/
Dkvm_book3s_64.h33 unsigned long pte_index) in compute_tlbie_rb()
Dpgtable-ppc32.h306 #define pte_index(address) \ macro
/linux-3.3/arch/m68k/include/asm/
Dsun3_pgtable.h218 #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro
/linux-3.3/arch/um/include/asm/
Dpgtable.h336 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-3.3/arch/sh/include/asm/
Dpgtable_64.h78 #define pte_index(address) \ macro
Dpgtable_32.h423 #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-3.3/arch/arm/include/asm/
Dpgtable.h183 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-3.3/arch/m32r/include/asm/
Dpgtable.h329 #define pte_index(address) \ macro
/linux-3.3/arch/tile/include/asm/
Dpgtable.h442 static inline unsigned long pte_index(unsigned long address) in pte_index() function
/linux-3.3/arch/avr32/include/asm/
Dpgtable.h315 #define pte_index(address) \ macro
/linux-3.3/arch/xtensa/include/asm/
Dpgtable.h323 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-3.3/arch/mn10300/include/asm/
Dpgtable.h457 #define pte_index(address) \ macro
/linux-3.3/arch/microblaze/include/asm/
Dpgtable.h503 #define pte_index(address) \ macro
/linux-3.3/arch/sparc/include/asm/
Dpgtable_64.h657 #define pte_index(dir, address) \ macro
/linux-3.3/arch/parisc/include/asm/
Dpgtable.h400 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro
/linux-3.3/arch/ia64/include/asm/
Dpgtable.h406 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-3.3/arch/frv/include/asm/
Dpgtable.h447 #define pte_index(address) \ macro
/linux-3.3/arch/x86/include/asm/
Dpgtable.h465 static inline unsigned long pte_index(unsigned long address) in pte_index() function
/linux-3.3/arch/s390/include/asm/
Dpgtable.h1114 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro