HomeSort by: relevance | last modified time | path
    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 in function:gicv3_its_device_map
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 in function:gicv3_its_device_map
414 const u_int itt_size = roundup(uimax(vectors, 2) * itt_entry_size, GITS_ITT_ALIGN);

Completed in 22 milliseconds