pub fn verify_bset(
metadata_spec: &SideMetadataSpec,
start: Address,
size: usize,
)Expand description
Commits a side metadata bulk set operation (set the related bits to all 1s). Panics if the metadata spec is not valid.
Arguments:
metadata_spec: the metadata spec to perform the bulk set onstart: the starting address of the source datasize: size of the source data