Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ region_sz
Function
region_sz
src/commonlib/include/commonlib/region.h:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
static inline size_t region_sz(const struct region *r)
123
{
124
return r->size;
125
}
126
127
static inline size_t region_last(const struct region *r)
128
{
Callers
15
boot_device_subregion
Function · 0.85
fmap_find_region_name
Function · 0.85
winbond_get_write_protection
Function · 0.85
winbond_set_write_protection
Function · 0.85
smm_place_entry_code
Function · 0.85
append_and_check_region
Function · 0.85
spi_flash_protect
Function · 0.85
incoherent_rdev_init
Function · 0.85
region_last
Function · 0.85
region_device_sz
Function · 0.85
spi_flash_get_mmap_windows
Function · 0.85
backup_boot_device_rw_subregion
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_fmap_locate_area
Function · 0.68
test_cbfs_fail_beyond_rdev
Function · 0.68
test_region
Function · 0.68