Searched refs:hpte_insert (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/mm/
H A Dhugetlbpage-hash64.c104 slot = ppc_md.hpte_insert(hpte_group, va, pa, rflags, 0,
111 slot = ppc_md.hpte_insert(hpte_group, va, pa, rflags,
H A Dhash_utils_64.c205 BUG_ON(!ppc_md.hpte_insert);
206 ret = ppc_md.hpte_insert(hpteg, va, paddr, tprot,
573 make_bl(ht64_call_hpte_insert1, ppc_md.hpte_insert);
574 make_bl(ht64_call_hpte_insert2, ppc_md.hpte_insert);
579 make_bl(htab_call_hpte_insert1, ppc_md.hpte_insert);
580 make_bl(htab_call_hpte_insert2, ppc_md.hpte_insert);
1202 ret = ppc_md.hpte_insert(hpteg, va, __pa(vaddr),
H A Dhash_native_64.c572 ppc_md.hpte_insert = native_hpte_insert;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhugetlbpage-hash64.c104 slot = ppc_md.hpte_insert(hpte_group, va, pa, rflags, 0,
111 slot = ppc_md.hpte_insert(hpte_group, va, pa, rflags,
H A Dhash_utils_64.c205 BUG_ON(!ppc_md.hpte_insert);
206 ret = ppc_md.hpte_insert(hpteg, va, paddr, tprot,
573 make_bl(ht64_call_hpte_insert1, ppc_md.hpte_insert);
574 make_bl(ht64_call_hpte_insert2, ppc_md.hpte_insert);
579 make_bl(htab_call_hpte_insert1, ppc_md.hpte_insert);
580 make_bl(htab_call_hpte_insert2, ppc_md.hpte_insert);
1202 ret = ppc_md.hpte_insert(hpteg, va, __pa(vaddr),
H A Dhash_native_64.c572 ppc_md.hpte_insert = native_hpte_insert;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dbeat_htab.c103 DBG_LOW("hpte_insert(group=%lx, va=%016lx, pa=%016lx, "
309 ppc_md.hpte_insert = beat_lpar_hpte_insert;
327 DBG_LOW("hpte_insert(group=%lx, va=%016lx, pa=%016lx, "
431 ppc_md.hpte_insert = beat_lpar_hpte_insert_v3;
438 ppc_md.hpte_insert = beat_lpar_hpte_insert;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dbeat_htab.c103 DBG_LOW("hpte_insert(group=%lx, va=%016lx, pa=%016lx, "
309 ppc_md.hpte_insert = beat_lpar_hpte_insert;
327 DBG_LOW("hpte_insert(group=%lx, va=%016lx, pa=%016lx, "
431 ppc_md.hpte_insert = beat_lpar_hpte_insert_v3;
438 ppc_md.hpte_insert = beat_lpar_hpte_insert;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dhtab.c255 ppc_md.hpte_insert = iSeries_hpte_insert;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dhtab.c255 ppc_md.hpte_insert = iSeries_hpte_insert;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dhtab.c198 ppc_md.hpte_insert = ps3_hpte_insert;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dhtab.c198 ppc_md.hpte_insert = ps3_hpte_insert;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dmachdep.h64 long (*hpte_insert)(unsigned long hpte_group, member in struct:machdep_calls
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmachdep.h64 long (*hpte_insert)(unsigned long hpte_group, member in struct:machdep_calls
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kvm/
H A Dbook3s_64_mmu_host.c153 ret = ppc_md.hpte_insert(hpteg, va, hpaddr, rflags, vflags, MMU_PAGE_4K, MMU_SEGSIZE_256M);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_64_mmu_host.c153 ret = ppc_md.hpte_insert(hpteg, va, hpaddr, rflags, vflags, MMU_PAGE_4K, MMU_SEGSIZE_256M);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dlpar.c290 pr_devel("hpte_insert(group=%lx, va=%016lx, pa=%016lx, "
614 ppc_md.hpte_insert = pSeries_lpar_hpte_insert;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dlpar.c290 pr_devel("hpte_insert(group=%lx, va=%016lx, pa=%016lx, "
614 ppc_md.hpte_insert = pSeries_lpar_hpte_insert;

Completed in 211 milliseconds