Searched refs:pte_lo (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/sys/powerpc/pseries/ |
| D | mmu_phyp.c | 158 &old.pte_lo, &old.pte_lo); in mphyp_bootstrap() 251 &pte.pte_lo, &junk); in mphyp_pte_synch() 259 return (pte.pte_lo & (LPTE_CHG | LPTE_REF)); in mphyp_pte_synch() 328 pte.pte_hi & LPTE_AVPN_MASK, 0, &pte.pte_hi, &pte.pte_lo, in mphyp_pte_unset() 338 return (pte.pte_lo & (LPTE_REF | LPTE_CHG)); in mphyp_pte_unset() 354 &pt.pte_lo, &junk); in mphyp_pte_spillable_ident() 363 if (!(pt.pte_hi & LPTE_VALID) || !(pt.pte_lo & LPTE_REF)) { in mphyp_pte_spillable_ident() 373 &to_evict->pte_lo, &junk); in mphyp_pte_spillable_ident() 399 pte.pte_lo, &index, &evicted.pte_lo, &junk); in mphyp_pte_insert() 407 moea64_pteg_count, pte.pte_hi, pte.pte_lo)); in mphyp_pte_insert() [all …]
|
| D | phyp-hvcall.h | 321 uint64_t pte_hi, uint64_t pte_lo, uint64_t *pteidx_out, uint64_t *ptelo_out,
|
| /freebsd-12-stable/sys/powerpc/aim/ |
| D | mmu_oea.c | 389 uint32_t pte_lo; in moea_calc_wimg() local 411 pte_lo = PTE_I | PTE_G; in moea_calc_wimg() 415 pte_lo = PTE_M; in moea_calc_wimg() 420 return pte_lo; in moea_calc_wimg() 537 moea_pte_create(struct pte *pt, u_int sr, vm_offset_t va, u_int pte_lo) in moea_pte_create() argument 550 pt->pte_lo = pte_lo; in moea_pte_create() 558 pvo_pt->pte_lo |= pt->pte_lo & (PTE_REF | PTE_CHG); in moea_pte_synch() 570 pt->pte_lo &= ~ptebit; in moea_pte_clear() 586 pt->pte_lo = pvo_pt->pte_lo; in moea_pte_set() 1153 u_int pte_lo, pvo_flags; in moea_enter_locked() local [all …]
|
| D | isa3_hashtb.c | 210 ptelo = be64toh(pt->pte_lo); in isa3_hashtb_pte_synch() 240 ptelo = be64toh(pt->pte_lo); in isa3_hashtb_pte_clear() 243 ((volatile uint8_t *)(&pt->pte_lo))[6] = in isa3_hashtb_pte_clear() 245 ((uint8_t *)(&properpt.pte_lo))[6]; in isa3_hashtb_pte_clear() 247 ((uint8_t *)(&properpt.pte_lo))[1]; in isa3_hashtb_pte_clear() 290 ptelo = be64toh(pt->pte_lo); in isa3_hashtb_pte_unset() 319 ptelo = be64toh(pt->pte_lo); in isa3_hashtb_pte_replace() 547 pt->pte_lo = htobe64(pvo_pt->pte_lo); in isa3_hashtb_insert_to_pteg()
|
| D | moea64_native.c | 252 ptelo = be64toh(pt->pte_lo); in moea64_pte_synch_native() 282 ptelo = be64toh(pt->pte_lo); in moea64_pte_clear_native() 285 ((volatile uint8_t *)(&pt->pte_lo))[6] = in moea64_pte_clear_native() 287 ((uint8_t *)(&properpt.pte_lo))[6]; in moea64_pte_clear_native() 289 ((uint8_t *)(&properpt.pte_lo))[1]; in moea64_pte_clear_native() 332 ptelo = be64toh(pt->pte_lo); in moea64_pte_unset_native() 361 ptelo = be64toh(pt->pte_lo); in moea64_pte_replace_native() 623 pt->pte_lo = htobe64(pvo_pt->pte_lo); in moea64_insert_to_pteg_native()
|
| D | mmu_oea64.c | 427 lpte->pte_lo = pvo->pvo_pte.pa; /* Includes WIMG bits */ in moea64_pte_from_pvo() 429 lpte->pte_lo |= LPTE_BW; in moea64_pte_from_pvo() 431 lpte->pte_lo |= LPTE_BR; in moea64_pte_from_pvo() 434 lpte->pte_lo |= LPTE_NOEXEC; in moea64_pte_from_pvo() 440 uint64_t pte_lo; in moea64_calc_wimg() local 462 pte_lo = LPTE_I | LPTE_G; in moea64_calc_wimg() 466 pte_lo &= ~(LPTE_I | LPTE_G); in moea64_calc_wimg() 467 pte_lo |= LPTE_M; in moea64_calc_wimg() 472 return pte_lo; in moea64_calc_wimg() 630 uint64_t pte_lo; in moea64_setup_direct_map() local [all …]
|
| /freebsd-12-stable/sys/powerpc/ps3/ |
| D | mmu_ps3.c | 209 pte.pte_lo |= refchg; in mps3_pte_clear() 210 pte.pte_lo &= ~ptebit; in mps3_pte_clear() 213 pte.pte_lo); in mps3_pte_clear() 258 pte.pte_hi, pte.pte_lo, LPTE_LOCKED | LPTE_WIRED, 0, in mps3_pte_insert() 259 &index, &evicted.pte_hi, &evicted.pte_lo); in mps3_pte_insert()
|
| D | ps3-hvcall.h | 51 int lv1_write_htab_entry(uint64_t vas_id, uint64_t slot, uint64_t pte_hi, uint64_t pte_lo); 92 int lv1_insert_htab_entry(uint64_t vas_id, uint64_t pteg, uint64_t pte_hi, uint64_t pte_lo, uint64_…
|
| /freebsd-12-stable/sys/powerpc/include/ |
| D | pte.h | 50 u_int32_t pte_lo; member 60 u_int64_t pte_lo; member
|