Searched refs:L3_SIZE (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c931 cpu_dcache_wb_range(va, L3_SIZE);
1012 va += L3_SIZE;
1036 cpu_dcache_wb_range(va, L3_SIZE);
1745 cpu_dcache_wb_range(va, L3_SIZE);
1838 sva += L3_SIZE) {
1852 sva += L3_SIZE;
1909 cpu_dcache_wb_range(pv->pv_va, L3_SIZE);
1980 sva += L3_SIZE) {
2167 cpu_dcache_wb_range(va, L3_SIZE);
2460 sva += L3_SIZE) {
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c1186 cpu_dcache_wb_range(va, L3_SIZE);
1273 va += L3_SIZE;
1298 cpu_dcache_wb_range(va, L3_SIZE);
2364 cpu_dcache_wb_range(va, L3_SIZE);
2473 sva += L3_SIZE) {
2487 sva += L3_SIZE;
2584 cpu_dcache_wb_range(pv->pv_va, L3_SIZE);
2670 sva += L3_SIZE) {
3070 cpu_dcache_wb_range(va, L3_SIZE);
3402 sva += L3_SIZE) {
[all...]
/freebsd-11-stable/sys/arm64/include/
H A Dpte.h104 #define L3_SIZE (1 << L3_SHIFT) macro
105 #define L3_OFFSET (L3_SIZE - 1)
/freebsd-11-stable/sys/riscv/include/
H A Dpte.h62 #define L3_SIZE (1 << L3_SHIFT) macro
63 #define L3_OFFSET (L3_SIZE - 1)

Completed in 102 milliseconds