Home
last modified time | relevance | path

Searched refs:old_l3 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dpmap.c543 static void pmap_set_protected(pt_entry_t old_l3);
4059 pt_entry_t old_l3; in pmap_remove_l3() local
4063 old_l3 = pmap_load(l3); in pmap_remove_l3()
4064 if ((old_l3 & ATTR_CONTIGUOUS) != 0) in pmap_remove_l3()
4066 old_l3 = pmap_load_clear(l3); in pmap_remove_l3()
4068 if (old_l3 & ATTR_SW_WIRED) in pmap_remove_l3()
4071 if (old_l3 & ATTR_SW_MANAGED) { in pmap_remove_l3()
4072 m = PTE_TO_VM_PAGE(old_l3); in pmap_remove_l3()
4073 if (pmap_pte_dirty(pmap, old_l3)) in pmap_remove_l3()
4075 if (old_l3 & ATTR_AF) in pmap_remove_l3()
[all …]
/freebsd/sys/riscv/riscv/
H A Dpmap.c2575 pt_entry_t old_l3; in pmap_remove_l3() local
2579 old_l3 = pmap_load_clear(l3); in pmap_remove_l3()
2581 if (old_l3 & PTE_SW_WIRED) in pmap_remove_l3()
2584 if (old_l3 & PTE_SW_MANAGED) { in pmap_remove_l3()
2585 m = PTE_TO_VM_PAGE(old_l3); in pmap_remove_l3()
2586 if ((old_l3 & PTE_D) != 0) in pmap_remove_l3()
2588 if (old_l3 & PTE_A) in pmap_remove_l3()