OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:l1cfg0
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/evbppc/mpc85xx/
machdep.c
652
const uint32_t
l1cfg0
= mfspr(SPR_L1CFG0);
local in function:cpu_probe_cache
653
const int dcache_assoc = L1CFG_CNWAY_GET(
l1cfg0
);
655
ci->ci_ci.dcache_size = L1CFG_CSIZE_GET(
l1cfg0
);
656
ci->ci_ci.dcache_line_size = 32 << L1CFG_CBSIZE_GET(
l1cfg0
);
658
if (L1CFG_CARCH_GET(
l1cfg0
) == L1CFG_CARCH_HARVARD) {
783
const uint32_t
l1cfg0
= mfspr(SPR_L1CFG0);
local in function:cpu_print_info
786
L1CFG_CSIZE_GET(
l1cfg0
) >> 10,
787
32 << L1CFG_CBSIZE_GET(
l1cfg0
),
788
L1CFG_CNWAY_GET(
l1cfg0
),
789
L1CFG_CARCH_GET(
l1cfg0
) == L1CFG_CARCH_HARVAR
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025