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

/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c2016 pt_entry_t new_l3, orig_l3; local
2120 orig_l3 = pmap_load(l3);
2121 opa = PTE_TO_PHYS(orig_l3);
2126 if (pmap_l3_valid(orig_l3)) {
2134 (orig_l3 & PTE_SW_WIRED) == 0)
2137 (orig_l3 & PTE_SW_WIRED) != 0)
2157 if ((orig_l3 & PTE_SW_MANAGED) != 0) {
2166 if (pmap_is_current(pmap) && pmap_l3_valid_cacheable(orig_l3))
2193 if (orig_l3 != 0) {
2195 orig_l3
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c2892 pt_entry_t new_l3, orig_l3; local
3021 orig_l3 = pmap_load(l3);
3022 opa = orig_l3 & ~ATTR_MASK;
3027 if (pmap_l3_valid(orig_l3)) {
3035 (orig_l3 & ATTR_SW_WIRED) == 0)
3038 (orig_l3 & ATTR_SW_WIRED) != 0)
3058 if ((orig_l3 & ATTR_SW_MANAGED) != 0) {
3069 if (pmap_is_current(pmap) && pmap_l3_valid_cacheable(orig_l3))
3096 if (orig_l3 != 0) {
3098 orig_l3
[all...]

Completed in 113 milliseconds