OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_ttb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/arm/
cpufunc.c
121
uint32_t
cpu_ttb
= ~0;
variable in typeref:typename:uint32_t
3588
/* Don't access
cpu_ttb
unless the mmu is enabled */
3591
((armreg_ttbr1_read() & -L1_TABLE_SIZE) ==
cpu_ttb
) ||
3593
((armreg_ttbr_read() & -L1_TABLE_SIZE) ==
cpu_ttb
);
cpufunc.c
121
uint32_t
cpu_ttb
= ~0;
variable in typeref:typename:uint32_t
3588
/* Don't access
cpu_ttb
unless the mmu is enabled */
3591
((armreg_ttbr1_read() & -L1_TABLE_SIZE) ==
cpu_ttb
) ||
3593
((armreg_ttbr_read() & -L1_TABLE_SIZE) ==
cpu_ttb
);
Completed in 24 milliseconds
Indexes created Fri Nov 07 16:09:50 GMT 2025