Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A Diommu.c2677 int ctxt_table_entries; in copy_translation_tables() local
2708 ctxt_table_entries = ext ? 512 : 256; in copy_translation_tables()
2710 ctxt_tbls = kcalloc(ctxt_table_entries, sizeof(void *), GFP_KERNEL); in copy_translation_tables()