Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Dioas.c445 case IOPT_PAGES_ACCOUNT_MM: in need_charge_update()
594 cmd->val64 = ictx->account_mode == IOPT_PAGES_ACCOUNT_MM; in iommufd_option_rlimit_mode()
610 ictx->account_mode = IOPT_PAGES_ACCOUNT_MM; in iommufd_option_rlimit_mode()
H A Dmain.c309 ictx->account_mode = IOPT_PAGES_ACCOUNT_MM; in iommufd_fops_open()
/linux/tools/testing/selftests/iommu/
H A Diommufd.c262 .val64 = (variant->accounting == IOPT_PAGES_ACCOUNT_MM), in FIXTURE_SETUP()
288 .accounting = IOPT_PAGES_ACCOUNT_MM, in FIXTURE_VARIANT_ADD()
316 if (variant->accounting == IOPT_PAGES_ACCOUNT_MM) in TEST_F()
327 if (variant->accounting == IOPT_PAGES_ACCOUNT_MM) in TEST_F()
H A Diommufd_utils.h29 IOPT_PAGES_ACCOUNT_MM = 2, enumerator