Searched refs:need_tlbflush (Results 1 – 5 of 5) sorted by relevance
607 static inline void accumulate_tlbflush(bool *need_tlbflush, in accumulate_tlbflush() argument611 if ( page->u.free.need_tlbflush && in accumulate_tlbflush()613 (!*need_tlbflush || in accumulate_tlbflush()616 *need_tlbflush = true; in accumulate_tlbflush()
882 bool need_tlbflush = false; in alloc_heap_pages() local985 accumulate_tlbflush(&need_tlbflush, &pg[i], in alloc_heap_pages()1028 if ( need_tlbflush ) in alloc_heap_pages()1378 pg[i].u.free.need_tlbflush = (page_get_owner(&pg[i]) != NULL); in free_heap_pages()1379 if ( pg[i].u.free.need_tlbflush ) in free_heap_pages()
151 bool need_tlbflush = false; in populate_physmap() local249 accumulate_tlbflush(&need_tlbflush, &page[j], in populate_physmap()271 if ( need_tlbflush ) in populate_physmap()
56 bool need_tlbflush:1; member
101 bool need_tlbflush; member
Completed in 14 milliseconds