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

/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c956 PTE_SYNC(pl1pd);
1015 PTE_SYNC(ptep);
1165 PTE_SYNC(ptep); \
1366 PTE_SYNC(ptep);
1470 PTE_SYNC(ptep);
1573 PTE_SYNC(ptep);
1858 PTE_SYNC(ptep);
1883 PTE_SYNC(ptep);
1895 PTE_SYNC(pl1pd);
1982 PTE_SYNC(pte
[all...]
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c385 #define PTE_SYNC(pte) cpu_dcache_wb_range((vm_offset_t)pte, sizeof(*pte)) macro
909 PTE_SYNC(l3);
933 PTE_SYNC(l3);
953 PTE_SYNC(l3);
1011 PTE_SYNC(l3);
1038 PTE_SYNC(l3);
1111 PTE_SYNC(l1);
1117 PTE_SYNC(l2);
1269 PTE_SYNC(l1);
1301 PTE_SYNC(l
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c533 #define PTE_SYNC(pte) cpu_dcache_wb_range((vm_offset_t)pte, sizeof(*pte)) macro
1156 PTE_SYNC(pte);
1188 PTE_SYNC(pte);
1211 PTE_SYNC(pte);
1271 PTE_SYNC(pte);
1300 PTE_SYNC(pte);
1372 PTE_SYNC(l0);
1379 PTE_SYNC(l1);
1386 PTE_SYNC(l2);
1527 PTE_SYNC(l
[all...]
/freebsd-11-stable/sys/arm/include/
H A Dpmap-v4.h412 #define PTE_SYNC(pte) \ macro

Completed in 89 milliseconds