Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A D0001-tiffcrop-disable-incompatibility-of-Z-X-Y-z-options-.patch15 …that seg_buffs are further handled are within an if-clause with if (page.mode == PAGE_MODE_NONE) .
48 + if ((XY + Z + R > 0) && page->mode != PAGE_MODE_NONE) {
/OK3568_Linux_fs/kernel/drivers/iommu/amd/
H A Diommu.c1454 case PAGE_MODE_NONE: in DEFINE_FREE_PT_FN()
1487 if (pgtable->mode == PAGE_MODE_NONE) in free_pagetable()
1490 BUG_ON(pgtable->mode < PAGE_MODE_NONE || in free_pagetable()
1614 pte_level == PAGE_MODE_NONE) { in alloc_pte()
1916 if (pgtable->mode != PAGE_MODE_NONE) in set_dte_entry()
2432 BUG_ON(mode < PAGE_MODE_NONE || mode > PAGE_MODE_6_LEVEL); in protection_domain_init()
2440 if (mode != PAGE_MODE_NONE) { in protection_domain_init()
2476 mode = PAGE_MODE_NONE; in amd_iommu_domain_alloc()
2598 if (pgtable.mode == PAGE_MODE_NONE) in amd_iommu_map()
2621 if (pgtable.mode == PAGE_MODE_NONE) in amd_iommu_unmap()
[all …]
H A Damd_iommu_types.h264 #define PAGE_MODE_NONE 0x00 macro