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

/freebsd-12-stable/sys/i386/include/
H A Dpmap.h244 #define pte_store(ptep, pte) atomic_store_rel_64_i586(ptep, pte) macro
254 #define pte_store(ptep, pte) do { \ macro
261 #define pte_clear(ptep) pte_store(ptep, 0)
263 #define pde_store(pdep, pde) pte_store(pdep, pde)
/freebsd-12-stable/sys/amd64/include/
H A Dpmap.h290 #define pte_store(ptep, pte) do { \ macro
293 #define pte_clear(ptep) pte_store(ptep, 0)
295 #define pde_store(pdep, pde) pte_store(pdep, pde)
/freebsd-12-stable/sys/amd64/amd64/
H A Defirt_machdep.c224 pte_store(pte, va | bits);
H A Dpmap.c3091 pte_store(pte, spa | pte_bits);
3231 pte_store(pte, pa | X86_PG_RW | X86_PG_V | pg_g | pg_nx);
3242 pte_store(pte, pa | X86_PG_RW | X86_PG_V | pg_g | pg_nx | cache_bits);
3302 pte_store(pte, pa | pg_g | pg_nx | X86_PG_RW | X86_PG_V);
5978 pte_store(pte, newpte);
6348 pte_store(pte, newpte);
9028 pte_store(pte, paddr | X86_PG_RW | X86_PG_V |
9067 pte_store(vtopte(qframe), paddr | X86_PG_RW | X86_PG_V | X86_PG_A |
9078 pte_store(vtopte(qframe), 0);
9822 pte_store(pt
[all...]
/freebsd-12-stable/sys/i386/i386/
H A Dpmap.c881 * - Assumes we can write to ptes without pte_store() atomic ops, even
1796 pte_store(pte, pa | PG_RW | PG_V);
1805 pte_store(pte, pa | PG_RW | PG_V | pmap_cache_bits(kernel_pmap,
1906 pte_store(pte, pa | pg_nx | PG_RW | PG_V);
1908 pte_store(pte, pa | PG_RW | PG_V);
3915 pte_store(pte, newpte);
4215 pte_store(pte, newpte);
5990 pte_store(&trm_pte[atop(af - prev_addr)], VM_PAGE_TO_PHYS(m) |

Completed in 202 milliseconds