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

/freebsd-current/sys/arm64/arm64/
H A Dpmap.c4231 pmap_protect_l2(pmap_t pmap, pt_entry_t *l2, vm_offset_t sva, pt_entry_t mask, function
4240 ("pmap_protect_l2: sva is not 2mpage aligned"));
4243 ("pmap_protect_l2: L2e %lx is not a block mapping", old_l2));
4376 pmap_protect_l2(pmap, l2, sva, mask, nbits);

Completed in 130 milliseconds