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

Function gic_r_write_8

freebsd/arm64/arm64/gic_v3.c:235–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void
236gic_r_write_8(device_t dev, bus_size_t offset, uint64_t val)
237{
238 struct gic_v3_softc *sc;
239 struct resource *rdist;
240
241 sc = device_get_softc(dev);
242 rdist = &sc->gic_redists.pcpu[PCPU_GET(cpuid)]->res;
243 bus_write_8(rdist, offset, val);
244}
245
246/*
247 * Device interface.

Callers 1

its_init_cpu_lpiFunction · 0.85

Calls 1

device_get_softcFunction · 0.85

Tested by

no test coverage detected