Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/iommufd/
H A Dioas.c337 cmd->val64 = ictx->account_mode == IOPT_PAGES_ACCOUNT_MM; in iommufd_option_rlimit_mode()
351 ictx->account_mode = IOPT_PAGES_ACCOUNT_USER; in iommufd_option_rlimit_mode()
353 ictx->account_mode = IOPT_PAGES_ACCOUNT_MM; in iommufd_option_rlimit_mode()
H A Dio_pagetable.h200 u8 account_mode; member
H A Diommufd_private.h22 u8 account_mode; member
H A Dio_pagetable.c417 if (ictx->account_mode == IOPT_PAGES_ACCOUNT_MM && in iopt_map_user_pages()
418 elm.pages->account_mode == IOPT_PAGES_ACCOUNT_USER) in iopt_map_user_pages()
419 elm.pages->account_mode = IOPT_PAGES_ACCOUNT_MM; in iopt_map_user_pages()
H A Dmain.c234 ictx->account_mode = IOPT_PAGES_ACCOUNT_MM; in iommufd_fops_open()
H A 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()