HomeSort by: relevance | last modified time | path
    Searched refs:its_rdbase (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/cortex/
gicv3_its.h 74 uint64_t *its_rdbase; member in struct:gicv3_its
gicv3_its.c 619 gits_command_sync(its, its->its_rdbase[cpu_index(ci)]);
697 gits_command_sync(its, its->its_rdbase[cpu_index(ci)]);
992 its->its_rdbase[cpu_index(ci)] = rdbase;
1012 gits_command_sync(its, its->its_rdbase[cpu_index(ci)]);
1053 gits_command_sync(its, its->its_rdbase[cpu_index(ci)]);
1084 its->its_rdbase = kmem_zalloc(sizeof(*its->its_rdbase) * ncpu, KM_SLEEP);

Completed in 14 milliseconds