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

Function its_cmd_invall

freebsd/arm64/arm64/gicv3_its.c:1881–1890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1879}
1880
1881static void
1882its_cmd_invall(device_t dev, struct its_col *col)
1883{
1884 struct its_cmd_desc desc;
1885
1886 desc.cmd_type = ITS_CMD_INVALL;
1887 desc.cmd_desc_invall.col = col;
1888
1889 its_cmd_send(dev, &desc);
1890}
1891
1892#ifdef FDT
1893static device_probe_t gicv3_its_fdt_probe;

Callers 1

its_init_cpuFunction · 0.85

Calls 1

its_cmd_sendFunction · 0.85

Tested by

no test coverage detected