Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c74 unsigned long *rmap, long pte_index, int realmode) in kvmppc_add_revmap_chain()
101 static void remove_revmap_chain(struct kvm *kvm, long pte_index, in remove_revmap_chain()
138 long pte_index, unsigned long pteh, unsigned long ptel, in kvmppc_do_h_enter()
345 long pte_index, unsigned long pteh, unsigned long ptel) in kvmppc_h_enter()
400 unsigned long pte_index, unsigned long avpn, in kvmppc_do_h_remove()
450 unsigned long pte_index, unsigned long avpn) in kvmppc_h_remove()
463 unsigned long flags, req, pte_index, rcbits; in kvmppc_h_bulk_remove() local
567 unsigned long pte_index, unsigned long avpn, in kvmppc_h_protect()
631 unsigned long pte_index) in kvmppc_h_read()
665 unsigned long pte_index) in kvmppc_invalidate_hpte()
[all …]
Dbook3s_pr_papr.c26 static unsigned long get_pteg_addr(struct kvm_vcpu *vcpu, long pte_index) in get_pteg_addr()
42 long pte_index = kvmppc_get_gpr(vcpu, 5); in kvmppc_h_pr_enter() local
88 unsigned long pte_index = kvmppc_get_gpr(vcpu, 5); in kvmppc_h_pr_remove() local
206 unsigned long pte_index = kvmppc_get_gpr(vcpu, 5); in kvmppc_h_pr_protect() local
Dbook3s_64_mmu_hv.c258 long pte_index, unsigned long pteh, in kvmppc_virtmode_do_h_enter()
/linux-4.1.27/arch/metag/include/asm/
Dpgtable.h195 # define pte_index(pmd, address) \ macro
199 # define pte_index(pmd, address) \ macro
/linux-4.1.27/arch/powerpc/include/asm/
Dkvm_book3s_64.h133 unsigned long pte_index) in compute_tlbie_rb()
Dpgtable-ppc32.h325 #define pte_index(address) \ macro
/linux-4.1.27/arch/m68k/include/asm/
Dsun3_pgtable.h203 #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro
/linux-4.1.27/arch/sh/include/asm/
Dpgtable_64.h78 #define pte_index(address) \ macro
Dpgtable_32.h418 #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.1.27/arch/um/include/asm/
Dpgtable.h329 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.1.27/arch/avr32/include/asm/
Dpgtable.h303 #define pte_index(address) \ macro
/linux-4.1.27/arch/m32r/include/asm/
Dpgtable.h318 #define pte_index(address) \ macro
/linux-4.1.27/arch/arm/include/asm/
Dpgtable.h202 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.1.27/arch/xtensa/include/asm/
Dpgtable.h367 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.1.27/arch/tile/include/asm/
Dpgtable.h510 static inline unsigned long pte_index(unsigned long address) in pte_index() function
/linux-4.1.27/arch/microblaze/include/asm/
Dpgtable.h489 #define pte_index(address) \ macro
/linux-4.1.27/drivers/iommu/
Drockchip-iommu.c413 u32 dte_index, pte_index, page_offset; in log_iova() local
/linux-4.1.27/arch/parisc/include/asm/
Dpgtable.h420 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro
/linux-4.1.27/arch/mn10300/include/asm/
Dpgtable.h448 #define pte_index(address) \ macro
/linux-4.1.27/arch/arm64/include/asm/
Dpgtable.h129 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.1.27/arch/ia64/include/asm/
Dpgtable.h401 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.1.27/arch/frv/include/asm/
Dpgtable.h444 #define pte_index(address) \ macro
/linux-4.1.27/arch/sparc/include/asm/
Dpgtable_64.h857 #define pte_index(dir, address) \ macro
/linux-4.1.27/arch/x86/include/asm/
Dpgtable.h534 static inline unsigned long pte_index(unsigned long address) in pte_index() function
/linux-4.1.27/arch/s390/include/asm/
Dpgtable.h1251 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro