Home
last modified time | relevance | path

Searched refs:MPCOPY (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/arch/sparc/sparc/
Dcpu.c2167 #define MPCOPY(x) if (sc->x == 0) sc->x = mp->minfo->x; in getcpuinfo() macro
2168 MPCOPY(hotfix); in getcpuinfo()
2169 MPCOPY(mmu_enable); in getcpuinfo()
2170 MPCOPY(cache_enable); in getcpuinfo()
2171 MPCOPY(get_syncflt); in getcpuinfo()
2172 MPCOPY(get_asyncflt); in getcpuinfo()
2173 MPCOPY(cache_flush); in getcpuinfo()
2174 MPCOPY(sp_vcache_flush_page); in getcpuinfo()
2175 MPCOPY(sp_vcache_flush_segment); in getcpuinfo()
2176 MPCOPY(sp_vcache_flush_region); in getcpuinfo()
[all …]