Home
last modified time | relevance | path

Searched refs:need_tlbflush (Results 1 – 5 of 5) sorted by relevance

/xen/xen/include/xen/
A Dmm.h642 static inline void accumulate_tlbflush(bool *need_tlbflush, in accumulate_tlbflush() argument
646 if ( page->u.free.need_tlbflush && in accumulate_tlbflush()
648 (!*need_tlbflush || in accumulate_tlbflush()
651 *need_tlbflush = true; in accumulate_tlbflush()
/xen/xen/include/asm-arm/
A Dmm.h56 bool need_tlbflush:1; member
/xen/xen/common/
A Dpage_alloc.c924 bool need_tlbflush = false; in alloc_heap_pages() local
1018 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()
A Dmemory.c162 bool need_tlbflush = false; in populate_physmap() local
263 accumulate_tlbflush(&need_tlbflush, &page[j], in populate_physmap()
280 if ( need_tlbflush ) in populate_physmap()
/xen/xen/include/asm-x86/
A Dmm.h178 bool need_tlbflush; member

Completed in 14 milliseconds