MCPcopy Create free account
hub / github.com/coreboot/coreboot / prog_chain_rdev

Function prog_chain_rdev

src/include/program_loading.h:94–98  ·  view source on GitHub ↗

Can be used to get an rdev representation of program area in memory. */

Source from the content-addressed store, hash-verified

92
93/* Can be used to get an rdev representation of program area in memory. */
94static inline void prog_chain_rdev(const struct prog *prog,
95 struct region_device *rdev_out)
96{
97 rdev_chain_mem(rdev_out, prog->start, prog->size);
98}
99
100static inline void prog_set_area(struct prog *prog, void *start, size_t size)
101{

Callers

nothing calls this directly

Calls 1

rdev_chain_memFunction · 0.85

Tested by

no test coverage detected