Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ region_device_offset
Function
region_device_offset
src/commonlib/include/commonlib/region.h:154–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
static inline size_t region_device_offset(const struct region_device *rdev)
155
{
156
return region_offset(region_device_region(rdev));
157
}
158
159
static inline size_t region_device_last(const struct region_device *rdev)
160
{
Callers
12
lb_boot_media_params
Function · 0.85
elog_flash_offset_to_address
Function · 0.85
elog_find_flash
Function · 0.85
smmstore_append_data
Function · 0.85
smmstore_get_info
Function · 0.85
print_var
Function · 0.85
rdev_relative_offset
Function · 0.85
soc_update_apob_cache
Function · 0.85
qdutt_find_flash
Function · 0.85
test_write_tables
Function · 0.85
test_rdev_basics
Function · 0.85
test_rdev_chain
Function · 0.85
Calls
2
region_offset
Function · 0.85
region_device_region
Function · 0.85
Tested by
3
test_write_tables
Function · 0.68
test_rdev_basics
Function · 0.68
test_rdev_chain
Function · 0.68