Searched refs:need_tlbflush (Results 1 – 5 of 5) sorted by relevance
642 static inline void accumulate_tlbflush(bool *need_tlbflush, in accumulate_tlbflush() argument646 if ( page->u.free.need_tlbflush && in accumulate_tlbflush()648 (!*need_tlbflush || in accumulate_tlbflush()651 *need_tlbflush = true; in accumulate_tlbflush()
56 bool need_tlbflush:1; member
924 bool need_tlbflush = false; in alloc_heap_pages() local1018 accumulate_tlbflush(&need_tlbflush, &pg[i], in alloc_heap_pages()1062 if ( need_tlbflush ) in alloc_heap_pages()1427 pg[i].u.free.need_tlbflush = (page_get_owner(&pg[i]) != NULL); in free_heap_pages()1428 if ( pg[i].u.free.need_tlbflush ) in free_heap_pages()
162 bool need_tlbflush = false; in populate_physmap() local263 accumulate_tlbflush(&need_tlbflush, &page[j], in populate_physmap()280 if ( need_tlbflush ) in populate_physmap()
178 bool need_tlbflush; member
Completed in 14 milliseconds