Searched defs:page_start (Results 1 – 7 of 7) sorted by relevance
32 const uintptr_t page_start = reinterpret_cast<uintptr_t>(start) & page_mask; in SetMemory() local51 const uintptr_t page_start = reinterpret_cast<uintptr_t>(ptr) & page_mask; in AssertMemoryIsReadOnly() local
51 FX_FILESIZE page_start = 0; in TEST_F() local
82 uint8_t* const page_start = buf() + page_idx * page_size(); in TEST_P() local
274 unsigned int page_start = RMI_DEVICE_PAGE_SIZE * page; in ScanPDT() local
50 void SetPageStart(Address page_start) { page_start_ = page_start; } in SetPageStart()459 explicit TypedSlotSet(Address page_start) in TypedSlotSet()
1354 static SlotSet* AllocateAndInitializeSlotSet(size_t size, Address page_start) { in AllocateChunk()
440 uint8_t* page_start(size_t page_idx) { in page_start() function