OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lcputype
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/arm/
cpufunc.c
2980
const u_int
lcputype
= cpufunc_id();
local in function:armv7_setup
2984
if (CPU_ID_CORTEX_A5_P(
lcputype
)) {
2992
} else if (CPU_ID_CORTEX_A7_P(
lcputype
)) {
2996
} else if (CPU_ID_CORTEX_A8_P(
lcputype
)) {
2999
} else if (CPU_ID_CORTEX_A9_P(
lcputype
)) {
3005
} else if (CPU_ID_CORTEX_A15_P(
lcputype
)) {
3010
} else if (CPU_ID_CORTEX_A12_P(
lcputype
) ||
3011
CPU_ID_CORTEX_A17_P(
lcputype
)) {
3015
__SHIFTIN(__SHIFTOUT(
lcputype
, CPU_ID_VARIANT_MASK), __BITS(7,4)) |
3016
__SHIFTIN(__SHIFTOUT(
lcputype
, CPU_ID_REVISION_MASK), __BITS(3,0))
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025