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

/freebsd-11.0-release/sys/riscv/include/
H A Dpte.h62 #define L3_SIZE (1 << L3_SHIFT) macro
63 #define L3_OFFSET (L3_SIZE - 1)
/freebsd-11.0-release/sys/arm64/include/
H A Dpte.h99 #define L3_SIZE (1 << L3_SHIFT) macro
100 #define L3_OFFSET (L3_SIZE - 1)
/freebsd-11.0-release/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.0-release/sys/arm64/arm64/
H A Dpmap.c1090 cpu_dcache_wb_range(va, L3_SIZE);
1175 va += L3_SIZE;
1200 cpu_dcache_wb_range(va, L3_SIZE);
1932 cpu_dcache_wb_range(va, L3_SIZE);
2030 sva += L3_SIZE) {
2044 sva += L3_SIZE;
2103 cpu_dcache_wb_range(pv->pv_va, L3_SIZE);
2179 sva += L3_SIZE) {
2375 cpu_dcache_wb_range(va, L3_SIZE);
2674 sva += L3_SIZE) {
[all...]

Completed in 204 milliseconds