Searched refs:kVPartTableOffset (Results 1 – 4 of 4) sorted by relevance
115 constexpr size_t kVPartTableOffset = FVM_BLOCK_SIZE; variable117 constexpr size_t kAllocTableOffset = kVPartTableOffset + kVPartTableLength;
46 fvm::kVPartTableOffset, fvm::kVPartTableLength); in Reset()272 uintptr_t offset = static_cast<uintptr_t>(fvm::kVPartTableOffset + in GetPartition()
572 uintptr_t offset = static_cast<uintptr_t>(kVPartTableOffset + index * sizeof(vpart_entry_t)); in GetVPartEntryLocked()573 ZX_DEBUG_ASSERT(kVPartTableOffset <= offset); in GetVPartEntryLocked()574 ZX_DEBUG_ASSERT(offset < kVPartTableOffset + kVPartTableLength); in GetVPartEntryLocked()
251 const size_t vpart_table_start = fvm::kVPartTableOffset; in CheckFVM()
Completed in 7 milliseconds