Home
last modified time | relevance | path

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

/openbsd/sys/arch/mips64/mips64/
H A Dcache_loongson3.c37 ci->ci_SyncCache = Loongson3_SyncCache; in Loongson3_ConfigCache()
H A Dcache_octeon.c144 ci->ci_SyncCache = Octeon_SyncCache; in Octeon_ConfigCache()
H A Dcache_loongson2.c99 ci->ci_SyncCache = Loongson2_SyncCache; in Loongson2_ConfigCache()
H A Dcache_mips64r2.c126 ci->ci_SyncCache = mips64r2_SyncCache; in mips64r2_ConfigCache()
/openbsd/sys/arch/mips64/include/
H A Dcpu.h162 void (*ci_SyncCache)(struct cpu_info *); member
518 ((ci)->ci_SyncCache)(ci)