HomeSort by: relevance | last modified time | path
    Searched defs:cachetype (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/aarch64/aarch64/
cpufunc.c 58 extract_cacheunit(int level, bool insn, int cachetype,
77 cunit->cache_type = cachetype;
106 int level, cachetype; local in function:aarch64_getcacheinfo
114 cachetype = CACHE_TYPE_VPIPT;
117 cachetype = CACHE_TYPE_VIVT;
120 cachetype = CACHE_TYPE_VIPT;
123 cachetype = CACHE_TYPE_PIPT;
145 extract_cacheunit(level, true, cachetype, cinfo);
153 extract_cacheunit(level, true, cachetype, cinfo);
172 * L1 insn cachetype is CTR_EL0:L1IP
230 const char *cacheable, *cachetype; local in function:prt_cache
    [all...]
cpufunc.c 58 extract_cacheunit(int level, bool insn, int cachetype,
77 cunit->cache_type = cachetype;
106 int level, cachetype; local in function:aarch64_getcacheinfo
114 cachetype = CACHE_TYPE_VPIPT;
117 cachetype = CACHE_TYPE_VIVT;
120 cachetype = CACHE_TYPE_VIPT;
123 cachetype = CACHE_TYPE_PIPT;
145 extract_cacheunit(level, true, cachetype, cinfo);
153 extract_cacheunit(level, true, cachetype, cinfo);
172 * L1 insn cachetype is CTR_EL0:L1IP
230 const char *cacheable, *cachetype; local in function:prt_cache
    [all...]
cpufunc.c 58 extract_cacheunit(int level, bool insn, int cachetype,
77 cunit->cache_type = cachetype;
106 int level, cachetype; local in function:aarch64_getcacheinfo
114 cachetype = CACHE_TYPE_VPIPT;
117 cachetype = CACHE_TYPE_VIVT;
120 cachetype = CACHE_TYPE_VIPT;
123 cachetype = CACHE_TYPE_PIPT;
145 extract_cacheunit(level, true, cachetype, cinfo);
153 extract_cacheunit(level, true, cachetype, cinfo);
172 * L1 insn cachetype is CTR_EL0:L1IP
230 const char *cacheable, *cachetype; local in function:prt_cache
    [all...]

Completed in 32 milliseconds