/src/sys/arch/arm/cortex/ |
gicv3_its.c | 158 gits_command_mapc(struct gicv3_its *its, uint16_t icid, uint64_t rdbase, bool v) 162 KASSERT((rdbase & 0xffff) == 0); 165 * Map a collection table entry (ICID) to the target redistributor (RDbase). 171 cmd.dw[2] |= rdbase; 175 DPRINTF(("ITS #%u: MAPC icid 0x%x rdbase 0x%lx valid %u\n", 176 its->its_id, icid, rdbase, v)); 282 gits_command_sync(struct gicv3_its *its, uint64_t rdbase) 286 KASSERT((rdbase & 0xffff) == 0); 290 * for the specified redistributor (RDbase) are globally observed before 295 cmd.dw[2] = rdbase; 982 uint64_t rdbase; local in function:gicv3_its_cpu_init [all...] |
gicv3_its.c | 158 gits_command_mapc(struct gicv3_its *its, uint16_t icid, uint64_t rdbase, bool v) 162 KASSERT((rdbase & 0xffff) == 0); 165 * Map a collection table entry (ICID) to the target redistributor (RDbase). 171 cmd.dw[2] |= rdbase; 175 DPRINTF(("ITS #%u: MAPC icid 0x%x rdbase 0x%lx valid %u\n", 176 its->its_id, icid, rdbase, v)); 282 gits_command_sync(struct gicv3_its *its, uint64_t rdbase) 286 KASSERT((rdbase & 0xffff) == 0); 290 * for the specified redistributor (RDbase) are globally observed before 295 cmd.dw[2] = rdbase; 982 uint64_t rdbase; local in function:gicv3_its_cpu_init [all...] |
gicv3_its.c | 158 gits_command_mapc(struct gicv3_its *its, uint16_t icid, uint64_t rdbase, bool v) 162 KASSERT((rdbase & 0xffff) == 0); 165 * Map a collection table entry (ICID) to the target redistributor (RDbase). 171 cmd.dw[2] |= rdbase; 175 DPRINTF(("ITS #%u: MAPC icid 0x%x rdbase 0x%lx valid %u\n", 176 its->its_id, icid, rdbase, v)); 282 gits_command_sync(struct gicv3_its *its, uint64_t rdbase) 286 KASSERT((rdbase & 0xffff) == 0); 290 * for the specified redistributor (RDbase) are globally observed before 295 cmd.dw[2] = rdbase; 982 uint64_t rdbase; local in function:gicv3_its_cpu_init [all...] |