Searched refs:rdistif_base (Results 1 – 2 of 2) sorted by relevance
65 uintptr_t rdistif_base = gicr_base; in gicv3_rdistif_base_addrs_probe() local77 typer_val = gicr_read_typer(rdistif_base); in gicv3_rdistif_base_addrs_probe()87 rdistif_base_addrs[proc_num] = rdistif_base; in gicv3_rdistif_base_addrs_probe()89 rdistif_base += gicv3_redist_size(typer_val); in gicv3_rdistif_base_addrs_probe()382 uintptr_t rdistif_base = gicr_frame; in gicv3_rdistif_get_number_frames() local386 uint64_t typer_val = gicr_read_typer(rdistif_base); in gicv3_rdistif_get_number_frames()391 rdistif_base += gicv3_redist_size(typer_val); in gicv3_rdistif_get_number_frames()
1259 uintptr_t rdistif_base; in gicv3_rdistif_probe() local1272 rdistif_base = gicr_frame; in gicv3_rdistif_probe()1274 typer_val = gicr_read_typer(rdistif_base); in gicv3_rdistif_probe()1291 rdistif_base; in gicv3_rdistif_probe()1295 rdistif_base += gicv3_redist_size(typer_val); in gicv3_rdistif_probe()
Completed in 4 milliseconds