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

/linux-4.1.27/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h325 #define pte_index(address) \ macro
H A Dkvm_book3s_64.h132 compute_tlbie_rb(unsigned long v, unsigned long r, unsigned long pte_index) compute_tlbie_rb() argument
/linux-4.1.27/arch/powerpc/kvm/
H A Dbook3s_pr_papr.c26 static unsigned long get_pteg_addr(struct kvm_vcpu *vcpu, long pte_index) get_pteg_addr() argument
42 long pte_index = kvmppc_get_gpr(vcpu, 5); kvmppc_h_pr_enter() local
88 unsigned long pte_index = kvmppc_get_gpr(vcpu, 5); kvmppc_h_pr_remove() local
206 unsigned long pte_index = kvmppc_get_gpr(vcpu, 5); kvmppc_h_pr_protect() local
H A Dbook3s_hv_rm_mmu.c101 static void remove_revmap_chain(struct kvm *kvm, long pte_index, remove_revmap_chain() argument
463 unsigned long flags, req, pte_index, rcbits; kvmppc_h_bulk_remove() local
73 kvmppc_add_revmap_chain(struct kvm *kvm, struct revmap_entry *rev, unsigned long *rmap, long pte_index, int realmode) kvmppc_add_revmap_chain() argument
137 kvmppc_do_h_enter(struct kvm *kvm, unsigned long flags, long pte_index, unsigned long pteh, unsigned long ptel, pgd_t *pgdir, bool realmode, unsigned long *pte_idx_ret) kvmppc_do_h_enter() argument
344 kvmppc_h_enter(struct kvm_vcpu *vcpu, unsigned long flags, long pte_index, unsigned long pteh, unsigned long ptel) kvmppc_h_enter() argument
399 kvmppc_do_h_remove(struct kvm *kvm, unsigned long flags, unsigned long pte_index, unsigned long avpn, unsigned long *hpret) kvmppc_do_h_remove() argument
449 kvmppc_h_remove(struct kvm_vcpu *vcpu, unsigned long flags, unsigned long pte_index, unsigned long avpn) kvmppc_h_remove() argument
566 kvmppc_h_protect(struct kvm_vcpu *vcpu, unsigned long flags, unsigned long pte_index, unsigned long avpn, unsigned long va) kvmppc_h_protect() argument
630 kvmppc_h_read(struct kvm_vcpu *vcpu, unsigned long flags, unsigned long pte_index) kvmppc_h_read() argument
664 kvmppc_invalidate_hpte(struct kvm *kvm, __be64 *hptep, unsigned long pte_index) kvmppc_invalidate_hpte() argument
676 kvmppc_clear_ref_hpte(struct kvm *kvm, __be64 *hptep, unsigned long pte_index) kvmppc_clear_ref_hpte() argument
H A Dbook3s_64_mmu_hv.c257 kvmppc_virtmode_do_h_enter(struct kvm *kvm, unsigned long flags, long pte_index, unsigned long pteh, unsigned long ptel, unsigned long *pte_idx_ret) kvmppc_virtmode_do_h_enter() argument
/linux-4.1.27/arch/um/include/asm/
H A Dpgtable.h329 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.1.27/arch/sh/include/asm/
H A Dpgtable_32.h418 #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
H A Dpgtable_64.h78 #define pte_index(address) \ macro
/linux-4.1.27/arch/m68k/include/asm/
H A Dsun3_pgtable.h203 #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro
/linux-4.1.27/arch/metag/include/asm/
H A Dpgtable.h195 # define pte_index(pmd, address) \ macro
199 # define pte_index(pmd, address) \ macro
/linux-4.1.27/drivers/iommu/
H A Drockchip-iommu.c413 u32 dte_index, pte_index, page_offset; log_iova() local
/linux-4.1.27/arch/xtensa/include/asm/
H A Dpgtable.h367 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.1.27/arch/tile/include/asm/
H A Dpgtable.h510 static inline unsigned long pte_index(unsigned long address) pte_index() function
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpgtable.h489 #define pte_index(address) \ macro
/linux-4.1.27/arch/avr32/include/asm/
H A Dpgtable.h303 #define pte_index(address) \ macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dpgtable.h318 #define pte_index(address) \ macro
/linux-4.1.27/arch/arm/include/asm/
H A Dpgtable.h202 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.1.27/arch/x86/include/asm/
H A Dpgtable.h534 static inline unsigned long pte_index(unsigned long address) pte_index() function
/linux-4.1.27/arch/sparc/include/asm/
H A Dpgtable_64.h857 #define pte_index(dir, address) \ macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Dpgtable.h448 #define pte_index(address) \ macro
/linux-4.1.27/arch/parisc/include/asm/
H A Dpgtable.h420 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dpgtable.h129 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.1.27/arch/frv/include/asm/
H A Dpgtable.h444 #define pte_index(address) \ macro
/linux-4.1.27/arch/ia64/include/asm/
H A Dpgtable.h401 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.1.27/arch/s390/include/asm/
H A Dpgtable.h1251 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro

Completed in 1034 milliseconds