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

/freebsd-current/sys/arm64/arm64/
H A Dpmap.c506 static void pmap_update_entry(pmap_t pmap, pd_entry_t *pte, pd_entry_t newpte,
581 * The valid bit may be clear if pmap_update_entry() is concurrently
615 * The valid bit may be clear if pmap_update_entry() is concurrently
770 * The break-before-make in pmap_update_entry() results in a situation
2055 * A concurrent pmap_update_entry() will clear the entry's valid bit
2156 pmap_update_entry(kernel_pmap, pde,
4561 pmap_update_entry(pmap_t pmap, pd_entry_t *ptep, pd_entry_t newpte, function
4823 pmap_update_entry(pmap, l2, newl2 | L2_BLOCK, va & ~L2_OFFSET, L2_SIZE);
8013 pmap_update_entry(kernel_pmap, ptep, pte, tmpva,
8107 pmap_update_entry(pma
[all...]

Completed in 404 milliseconds