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

Function its_cmd_mapd

freebsd/arm64/arm64/gicv3_its.c:1849–1859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1847}
1848
1849static void
1850its_cmd_mapd(device_t dev, struct its_dev *its_dev, uint8_t valid)
1851{
1852 struct its_cmd_desc desc;
1853
1854 desc.cmd_type = ITS_CMD_MAPD;
1855 desc.cmd_desc_mapd.its_dev = its_dev;
1856 desc.cmd_desc_mapd.valid = valid;
1857
1858 its_cmd_send(dev, &desc);
1859}
1860
1861static void
1862its_cmd_inv(device_t dev, struct its_dev *its_dev,

Callers 2

its_device_getFunction · 0.85
its_device_releaseFunction · 0.85

Calls 1

its_cmd_sendFunction · 0.85

Tested by

no test coverage detected