gicv3.c | 358 uint64_t gicr_typer; local in function:gicv3_find_redist 364 gicr_typer = gicr_read_8(sc, n, GICR_TYPER); 365 if ((gicr_typer & GICR_TYPER_Affinity_Value) == cpu_identity) 588 const uint64_t typer = gicr_read_8(sc, ci->ci_gic_redist, GICR_TYPER); 923 const uint64_t gicr_typer = gicr_read_8(sc, i, GICR_TYPER); local in function:gicv3_init 924 const u_int aff0 = __SHIFTOUT(gicr_typer, GICR_TYPER_Affinity_Value_Aff0); 925 const u_int aff1 = __SHIFTOUT(gicr_typer, GICR_TYPER_Affinity_Value_Aff1); 926 const u_int aff2 = __SHIFTOUT(gicr_typer, GICR_TYPER_Affinity_Value_Aff2) [all...] |