Searched refs:its_rdbase (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/arm/cortex/
H A Dgicv3_its.h55 uint64_t *its_rdbase; member in struct:gicv3_its
H A Dgicv3_its.c538 gits_command_sync(its, its->its_rdbase[cpu_index(ci)]);
611 gits_command_sync(its, its->its_rdbase[cpu_index(ci)]);
819 its->its_rdbase[cpu_index(ci)] = rdbase;
839 gits_command_sync(its, its->its_rdbase[cpu_index(ci)]);
880 gits_command_sync(its, its->its_rdbase[cpu_index(ci)]);
911 its->its_rdbase = kmem_zalloc(sizeof(*its->its_rdbase) * ncpu, KM_SLEEP);

Completed in 83 milliseconds