/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 75 unsigned long *rmap, long pte_index, int realmode) in kvmppc_add_revmap_chain() argument 90 tail->forw = pte_index; in kvmppc_add_revmap_chain() 91 head->back = pte_index; in kvmppc_add_revmap_chain() 93 rev->forw = rev->back = pte_index; in kvmppc_add_revmap_chain() 95 pte_index | KVMPPC_RMAP_PRESENT | KVMPPC_RMAP_HPT; in kvmppc_add_revmap_chain() 153 static void remove_revmap_chain(struct kvm *kvm, long pte_index, in remove_revmap_chain() argument 176 if (head == pte_index) { in remove_revmap_chain() 178 if (head == pte_index) in remove_revmap_chain() 191 long pte_index, unsigned long pteh, unsigned long ptel, in kvmppc_do_h_enter() argument 300 if (pte_index >= kvmppc_hpt_npte(&kvm->arch.hpt)) in kvmppc_do_h_enter() [all …]
|
D | book3s_pr_papr.c | 23 static unsigned long get_pteg_addr(struct kvm_vcpu *vcpu, long pte_index) in get_pteg_addr() argument 28 pte_index <<= 4; in get_pteg_addr() 29 pte_index &= ((1 << ((vcpu_book3s->sdr1 & 0x1f) + 11)) - 1) << 7 | 0x70; in get_pteg_addr() 31 pteg_addr |= pte_index; in get_pteg_addr() 39 long pte_index = kvmppc_get_gpr(vcpu, 5); in kvmppc_h_pr_enter() local 45 i = pte_index & 7; in kvmppc_h_pr_enter() 46 pte_index &= ~7UL; in kvmppc_h_pr_enter() 47 pteg_addr = get_pteg_addr(vcpu, pte_index); in kvmppc_h_pr_enter() 76 kvmppc_set_gpr(vcpu, 4, pte_index | i); in kvmppc_h_pr_enter() 89 unsigned long pte_index = kvmppc_get_gpr(vcpu, 5); in kvmppc_h_pr_remove() local [all …]
|
D | book3s_64_mmu_hv.c | 47 long pte_index, unsigned long pteh, 284 long pte_index, unsigned long pteh, in kvmppc_virtmode_do_h_enter() argument 290 ret = kvmppc_do_h_enter(kvm, flags, pte_index, pteh, ptel, in kvmppc_virtmode_do_h_enter()
|
/arch/powerpc/include/asm/ |
D | kvm_book3s.h | 239 unsigned long *rmap, long pte_index, int realmode); 243 unsigned long pte_index); 245 unsigned long pte_index); 251 long pte_index, unsigned long pteh, unsigned long ptel, 254 unsigned long pte_index, unsigned long avpn,
|
D | kvm_ppc.h | 764 long pte_index, unsigned long pteh, unsigned long ptel); 766 unsigned long pte_index, unsigned long avpn); 769 unsigned long pte_index, unsigned long avpn); 771 unsigned long pte_index); 773 unsigned long pte_index); 775 unsigned long pte_index);
|
D | kvm_book3s_64.h | 310 unsigned long pte_index) in compute_tlbie_rb() argument 337 va_low = pte_index >> 3; in compute_tlbie_rb()
|
D | kvm_host.h | 468 unsigned long pte_index; member
|
/arch/mips/kvm/ |
D | mmu.c | 158 int i_min = pte_index(start_gpa); in kvm_mips_flush_gpa_pte() 159 int i_max = pte_index(end_gpa); in kvm_mips_flush_gpa_pte() 283 int i_min = pte_index(start); \ 284 int i_max = pte_index(end); \
|
/arch/x86/power/ |
D | hibernate_32.c | 164 set_pte(pte + pte_index(restore_jump_address), in set_up_temporary_text_mapping()
|
/arch/nds32/mm/ |
D | init.c | 255 pte = (pte_t *)&fixmap_pmd_p[pte_index(addr)]; in __set_fixmap()
|
/arch/riscv/mm/ |
D | kasan_init.c | 63 ptep = base_pte + pte_index(vaddr); in kasan_populate_pte()
|
D | init.c | 272 ptep = &fixmap_pte[pte_index(addr)]; in __set_fixmap() 325 uintptr_t pte_idx = pte_index(va); in create_pte_mapping()
|
/arch/x86/boot/compressed/ |
D | ident_map_64.c | 216 return pte + pte_index(__address); in split_large_pmd()
|
/arch/x86/mm/ |
D | init_32.c | 120 int pte_idx = pte_index(vaddr); in populate_extra_pte() 351 pte_ofs = pte_index((pfn<<PAGE_SHIFT) + PAGE_OFFSET); in kernel_physical_mapping_init()
|
D | init_64.c | 457 pte = pte_page + pte_index(paddr); in phys_pte_init() 458 i = pte_index(paddr); in phys_pte_init() 1067 pte = pte_start + pte_index(addr); in remove_pte_table()
|
D | ioremap.c | 856 return &bm_pte[pte_index(addr)]; in early_ioremap_pte()
|
/arch/powerpc/mm/book3s64/ |
D | radix_pgtable.c | 772 pte = pte_start + pte_index(addr); in remove_pte_table()
|
/arch/arm64/include/asm/ |
D | pgtable.h | 620 #define pte_offset_phys(dir,addr) (pmd_page_paddr(READ_ONCE(*(dir))) + pte_index(addr) * sizeof(pte…
|
/arch/arm64/mm/ |
D | mmu.c | 1314 return &bm_pte[pte_index(addr)]; in fixmap_pte()
|
/arch/arm/mm/ |
D | mmu.c | 362 return &bm_pte[pte_index(addr)]; in pte_offset_early_fixmap()
|
/arch/x86/xen/ |
D | mmu_pv.c | 1845 pte = native_make_pte(xen_read_phys_ulong(pa + pte_index(vaddr) * in xen_early_virt_to_phys()
|