Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iommu/iommufd/
Dioas.c329 cmd->val64 = ictx->account_mode == IOPT_PAGES_ACCOUNT_MM; in iommufd_option_rlimit_mode()
343 ictx->account_mode = IOPT_PAGES_ACCOUNT_USER; in iommufd_option_rlimit_mode()
345 ictx->account_mode = IOPT_PAGES_ACCOUNT_MM; in iommufd_option_rlimit_mode()
Dio_pagetable.h200 u8 account_mode; member
Dio_pagetable.c397 if (ictx->account_mode == IOPT_PAGES_ACCOUNT_MM && in iopt_map_user_pages()
398 elm.pages->account_mode == IOPT_PAGES_ACCOUNT_USER) in iopt_map_user_pages()
399 elm.pages->account_mode = IOPT_PAGES_ACCOUNT_MM; in iopt_map_user_pages()
Diommufd_private.h22 u8 account_mode; member
Dmain.c234 ictx->account_mode = IOPT_PAGES_ACCOUNT_MM; in iommufd_fops_open()
Dpages.c862 switch (pages->account_mode) { in do_update_pinned()
1172 pages->account_mode = IOPT_PAGES_ACCOUNT_NONE; in iopt_alloc_pages()
1174 pages->account_mode = IOPT_PAGES_ACCOUNT_USER; in iopt_alloc_pages()