Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Dmm.h607 static inline void accumulate_tlbflush(bool *need_tlbflush, in accumulate_tlbflush() argument
611 if ( page->u.free.need_tlbflush && in accumulate_tlbflush()
613 (!*need_tlbflush || in accumulate_tlbflush()
616 *need_tlbflush = true; in accumulate_tlbflush()
/xen-4.10.0-shim-comet/xen/common/
A Dpage_alloc.c882 bool need_tlbflush = false; in alloc_heap_pages() local
985 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()
A Dmemory.c151 bool need_tlbflush = false; in populate_physmap() local
249 accumulate_tlbflush(&need_tlbflush, &page[j], in populate_physmap()
271 if ( need_tlbflush ) in populate_physmap()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dmm.h56 bool need_tlbflush:1; member
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmm.h101 bool need_tlbflush; member

Completed in 14 milliseconds