Searched defs:pte_index (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 69 unsigned long *rmap, long pte_index, int realmode) in kvmppc_add_revmap_chain() 147 static void remove_revmap_chain(struct kvm *kvm, long pte_index, in remove_revmap_chain() 185 long pte_index, unsigned long pteh, unsigned long ptel, in kvmppc_do_h_enter() 402 long pte_index, unsigned long pteh, unsigned long ptel) in kvmppc_h_enter() 486 unsigned long pte_index, unsigned long avpn, in kvmppc_do_h_remove() 548 unsigned long pte_index, unsigned long avpn) in kvmppc_h_remove() 562 unsigned long flags, req, pte_index, rcbits; in kvmppc_h_bulk_remove() local 675 unsigned long pte_index, unsigned long avpn) in kvmppc_h_protect() 746 unsigned long pte_index) in kvmppc_h_read() 787 unsigned long pte_index) in kvmppc_h_clear_ref() [all …]
|
D | book3s_pr_papr.c | 23 static unsigned long get_pteg_addr(struct kvm_vcpu *vcpu, long pte_index) in get_pteg_addr() 39 long pte_index = kvmppc_get_gpr(vcpu, 5); in kvmppc_h_pr_enter() local 89 unsigned long pte_index = kvmppc_get_gpr(vcpu, 5); in kvmppc_h_pr_remove() local 217 unsigned long pte_index = kvmppc_get_gpr(vcpu, 5); in kvmppc_h_pr_protect() local
|
D | book3s_64_mmu_hv.c | 292 long pte_index, unsigned long pteh, in kvmppc_virtmode_do_h_enter()
|
/linux-6.1.9/tools/testing/selftests/kvm/lib/riscv/ |
D | processor.c | 46 static uint64_t pte_index(struct kvm_vm *vm, vm_vaddr_t gva, int level) in pte_index() function
|
/linux-6.1.9/tools/testing/selftests/kvm/lib/aarch64/ |
D | processor.c | 54 static uint64_t pte_index(struct kvm_vm *vm, vm_vaddr_t gva) in pte_index() function
|
/linux-6.1.9/drivers/iommu/ |
D | rockchip-iommu.c | 563 u32 dte_index, pte_index, page_offset; in log_iova() local 853 u32 dte_index, pte_index; in rk_iommu_map() local
|
D | sun50i-iommu.c | 596 u32 pte_index; in sun50i_iommu_map() local
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | kvm_book3s_64.h | 299 unsigned long pte_index) in compute_tlbie_rb()
|
D | kvm_host.h | 472 unsigned long pte_index; member
|
/linux-6.1.9/include/linux/ |
D | pgtable.h | 62 static inline unsigned long pte_index(unsigned long address) in pte_index() function 66 #define pte_index pte_index macro
|