MCPcopy Create free account
hub / github.com/F-Stack/f-stack / gic_r_read_8

Function gic_r_read_8

freebsd/arm64/arm64/gic_v3.c:213–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213uint64_t
214gic_r_read_8(device_t dev, bus_size_t offset)
215{
216 struct gic_v3_softc *sc;
217 struct resource *rdist;
218
219 sc = device_get_softc(dev);
220 rdist = &sc->gic_redists.pcpu[PCPU_GET(cpuid)]->res;
221 return (bus_read_8(rdist, offset));
222}
223
224void
225gic_r_write_4(device_t dev, bus_size_t offset, uint32_t val)

Callers 2

its_init_cpu_lpiFunction · 0.85
its_init_cpuFunction · 0.85

Calls 1

device_get_softcFunction · 0.85

Tested by

no test coverage detected