Searched refs:PTE_V (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/sys/riscv/include/ |
| D | pte.h | 79 #define PTE_V (1 << 0) /* Valid */ macro 82 #define PTE_KERN (PTE_V | PTE_R | PTE_W | PTE_A | PTE_D) 83 #define PTE_PROMOTE (PTE_V | PTE_RWX | PTE_D | PTE_A | PTE_G | PTE_U | \
|
| /freebsd-12-stable/sys/mips/mips/ |
| D | pmap.c | 233 npte = TLBLO_PA_TO_PFN(phys) | PTE_C_CACHE | PTE_D | PTE_V | PTE_G; in pmap_lmem_map1() 255 npte = TLBLO_PA_TO_PFN(phys1) | PTE_C_CACHE | PTE_D | PTE_V | PTE_G; in pmap_lmem_map2() 258 npte = TLBLO_PA_TO_PFN(phys2) | PTE_C_CACHE | PTE_D | PTE_V | PTE_G; in pmap_lmem_map2() 808 if (pte_test(&pte, PTE_V) && (!pte_test(&pte, PTE_RO) || in pmap_extract_and_hold() 841 npte = TLBLO_PA_TO_PFN(pa) | PTE_C(ma) | PTE_D | PTE_V | PTE_G; in pmap_kenter_attr() 843 if (pte_test(&opte, PTE_V) && opte != npte) in pmap_kenter_attr() 1833 if (!pte_test(ptq, PTE_V)) in pmap_remove_page() 1911 if (!pte_test(pte, PTE_V)) { in pmap_remove() 2076 if (!pte_test(&pbits, PTE_V) || pte_test(&pbits, in pmap_protect() 2182 KASSERT(!pte_test(&origpte, PTE_D | PTE_RO | PTE_V), in pmap_enter() [all …]
|
| D | minidump_machdep.c | 216 if (pte_test(&pte[i], PTE_V)) { in minidumpsys()
|
| D | machdep.c | 466 pte = PTE_D | PTE_V | PTE_G | PTE_C_CACHE; in mips_pcpu_tlb_init()
|
| D | exception.S | 905 andi k0, PTE_V
|
| /freebsd-12-stable/sys/riscv/riscv/ |
| D | pmap.c | 367 if ((pmap_load(l1) & PTE_V) == 0) in pmap_l2() 395 if ((pmap_load(l2) & PTE_V) == 0) in pmap_l3() 537 entry = (PTE_V); in pmap_bootstrap_l3() 1314 entry = (PTE_V); in _pmap_alloc_l3() 1343 entry = (PTE_V); in _pmap_alloc_l3() 1497 entry = (PTE_V); in pmap_growkernel() 1505 if ((pmap_load(l2) & PTE_V) != 0 && in pmap_growkernel() 1526 entry = (PTE_V); in pmap_growkernel() 2006 newl2 = ml3pa | PTE_V; in pmap_remove_kernel_l2() 2388 if ((l3e & PTE_V) == 0) in pmap_protect() [all …]
|
| D | locore.S | 88 li t4, PTE_V 122 li t4, PTE_V
|
| D | minidump_machdep.c | 253 if ((l3[i] & PTE_V) == 0) in minidumpsys()
|
| /freebsd-12-stable/lib/libkvm/ |
| D | kvm_riscv.h | 85 _Static_assert(PTE_V == RISCV_PTE_V, "PTE_V mismatch");
|
| /freebsd-12-stable/sys/mips/include/ |
| D | pte.h | 142 #define PTE_V 0x02 macro
|