Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Dkmmio.c45 * Protected by kmmio_lock, when linked into kmmio_page_table.
77 static struct list_head kmmio_page_table[KMMIO_PAGE_TABLE_SIZE]; variable
89 return &kmmio_page_table[hash_long(addr, KMMIO_PAGE_HASH_BITS)]; in kmmio_page_list()
532 * Remove the pages from kmmio_page_table.
575 * we cannot remove the pages from kmmio_page_table, in unregister_kmmio_probe()
578 * kmmio_page_table when it is certain that no probe hit related to in unregister_kmmio_probe()
618 INIT_LIST_HEAD(&kmmio_page_table[i]); in kmmio_init()
629 WARN_ONCE(!list_empty(&kmmio_page_table[i]), in kmmio_cleanup()
630 KERN_ERR "kmmio_page_table not empty at cleanup, any further tracing will leak memory.\n"); in kmmio_cleanup()