Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c75 unsigned long *rmap, long pte_index, int realmode) in kvmppc_add_revmap_chain()
133 static void remove_revmap_chain(struct kvm *kvm, long pte_index, in remove_revmap_chain()
168 long pte_index, unsigned long pteh, unsigned long ptel, in kvmppc_do_h_enter()
377 long pte_index, unsigned long pteh, unsigned long ptel) in kvmppc_h_enter()
432 unsigned long pte_index, unsigned long avpn, in kvmppc_do_h_remove()
484 unsigned long pte_index, unsigned long avpn) in kvmppc_h_remove()
497 unsigned long flags, req, pte_index, rcbits; in kvmppc_h_bulk_remove() local
601 unsigned long pte_index, unsigned long avpn, in kvmppc_h_protect()
665 unsigned long pte_index) in kvmppc_h_read()
699 unsigned long pte_index) in kvmppc_h_clear_ref()
[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.c259 long pte_index, unsigned long pteh, in kvmppc_virtmode_do_h_enter()
/linux-4.4.14/arch/metag/include/asm/
Dpgtable.h195 # define pte_index(pmd, address) \ macro
199 # define pte_index(pmd, address) \ macro
/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_book3s_64.h133 unsigned long pte_index) in compute_tlbie_rb()
Dpgtable-ppc32.h306 #define pte_index(address) \ macro
/linux-4.4.14/arch/m68k/include/asm/
Dsun3_pgtable.h203 #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro
/linux-4.4.14/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.4.14/arch/m32r/include/asm/
Dpgtable.h318 #define pte_index(address) \ macro
/linux-4.4.14/arch/um/include/asm/
Dpgtable.h329 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.4.14/arch/avr32/include/asm/
Dpgtable.h303 #define pte_index(address) \ macro
/linux-4.4.14/arch/arm/include/asm/
Dpgtable.h202 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.4.14/arch/xtensa/include/asm/
Dpgtable.h371 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.4.14/arch/tile/include/asm/
Dpgtable.h510 static inline unsigned long pte_index(unsigned long address) in pte_index() function
/linux-4.4.14/arch/microblaze/include/asm/
Dpgtable.h489 #define pte_index(address) \ macro
/linux-4.4.14/arch/mn10300/include/asm/
Dpgtable.h448 #define pte_index(address) \ macro
/linux-4.4.14/drivers/iommu/
Drockchip-iommu.c413 u32 dte_index, pte_index, page_offset; in log_iova() local
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h444 #define pte_index(address) \ macro
/linux-4.4.14/arch/ia64/include/asm/
Dpgtable.h401 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.4.14/arch/parisc/include/asm/
Dpgtable.h439 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h140 #define pte_index(addr) (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) macro
/linux-4.4.14/arch/x86/include/asm/
Dpgtable.h560 static inline unsigned long pte_index(unsigned long address) in pte_index() function
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_64.h873 #define pte_index(dir, address) \ macro
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h1316 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) macro