Searched refs:pte0 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_htab.c282 device_error(me, "duplicate map - va=0x%08lx ra=0x%lx vsid=0x%lx h=%d vpage=0x%lx hash=0x%lx pteg=0x%lx+%2d pte0=0x%lx",
295 unsigned32 pte0 = (MASK32(0, 0) local
299 unsigned32 target_pte0 = H2T_4(pte0);
317 DTRACE(htab, ("map - va=0x%08lx ra=0x%lx vsid=0x%lx h=%d vpage=0x%lx hash=0x%lx pteg=0x%lx+%2d pte0=0x%lx pte1=0x%lx\n",
326 (unsigned long)pte0,
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_htab.c282 device_error(me, "duplicate map - va=0x%08lx ra=0x%lx vsid=0x%lx h=%d vpage=0x%lx hash=0x%lx pteg=0x%lx+%2d pte0=0x%lx",
295 uint32_t pte0 = (MASK32(0, 0) local
299 uint32_t target_pte0 = H2T_4(pte0);
317 DTRACE(htab, ("map - va=0x%08lx ra=0x%lx vsid=0x%lx h=%d vpage=0x%lx hash=0x%lx pteg=0x%lx+%2d pte0=0x%lx pte1=0x%lx\n",
326 (unsigned long)pte0,
/netbsd-current/sys/arch/sparc/sparc/
H A Dpmap.c4948 int *pte0, perpage, npg; local
4960 pte0 = sp->sg_pte;
4983 tpte = pte0[VA_SUN4M_VPG(va)];
5011 setpgt4m_va(va, &pte0[VA_SUN4M_VPG(va)], SRMMU_TEINVALID,
7808 int s, pte0, pte, ctx; local
7820 pte0 = getpte4m(va);
7821 if ((pte0 & SRMMU_TETYPE) != SRMMU_TEPTE) {
7824 pte = pte0 | PPROT_WRITE;
7827 setpte4m(va, pte0);
7833 pte0
[all...]

Completed in 268 milliseconds