OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:itt_entry_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/cortex/
gicv3_its.c
413
const u_int
itt_entry_size
= __SHIFTOUT(typer, GITS_TYPER_ITT_entry_size) + 1;
local
414
const u_int itt_size = roundup(uimax(vectors, 2) *
itt_entry_size
, GITS_ITT_ALIGN);
gicv3_its.c
413
const u_int
itt_entry_size
= __SHIFTOUT(typer, GITS_TYPER_ITT_entry_size) + 1;
local
414
const u_int itt_size = roundup(uimax(vectors, 2) *
itt_entry_size
, GITS_ITT_ALIGN);
Completed in 45 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026