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

/freebsd-current/sys/arm64/arm64/
H A Dpmap.c473 static bool pmap_demote_l3c(pmap_t pmap, pt_entry_t *l3p, vm_offset_t va);
3151 (void)pmap_demote_l3c(pmap, pte, va);
3778 (void)pmap_demote_l3c(pmap, l3, va);
3943 (void)pmap_demote_l3c(pmap, l3, sva);
4202 (void)pmap_demote_l3c(pmap, pte, pv->pv_va);
4430 (void)pmap_demote_l3c(pmap, l3p, sva);
5247 (void)pmap_demote_l3c(pmap, l3, va);
5335 (void)pmap_demote_l3c(pmap, l3, va);
6184 (void)pmap_demote_l3c(pmap, l3, sva);
7121 (void)pmap_demote_l3c(pma
8429 pmap_demote_l3c(pmap_t pmap, pt_entry_t *l3p, vm_offset_t va) function
[all...]

Completed in 178 milliseconds