Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst57 * 用户空间的分配应该使用 ``GFP_USER`` 、 ``GFP_HIGHUSER`` 或 ``GFP_HIGHUSER_MOVABLE``
60 ``GFP_HIGHUSER_MOVABLE`` 不要求分配的内存将被内核直接访问,并意味着数据是可迁移的。
/linux/tools/include/linux/
H A Dgfp_types.h386 #define GFP_HIGHUSER_MOVABLE (GFP_HIGHUSER | __GFP_MOVABLE | __GFP_SKIP_KASAN) macro
387 #define GFP_TRANSHUGE_LIGHT ((GFP_HIGHUSER_MOVABLE | __GFP_COMP | \
/linux/include/trace/events/
H A Dmmflags.h91 gfpflag_string(GFP_HIGHUSER_MOVABLE), \
/linux/Documentation/core-api/
H A Dmemory-allocation.rst58 ``GFP_HIGHUSER`` or ``GFP_HIGHUSER_MOVABLE`` flags. The longer
61 ``GFP_HIGHUSER_MOVABLE`` does not require that allocated memory
/linux/include/linux/
H A Dhighmem.h325 folio = vma_alloc_folio(GFP_HIGHUSER_MOVABLE, 0, vma, vaddr); in vma_alloc_zeroed_movable_folio()
H A Dhugetlb.h942 gfp |= hugepage_movable_supported(h) ? GFP_HIGHUSER_MOVABLE : GFP_HIGHUSER; in htlb_alloc_mask()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dmem.c499 GFP_HIGHUSER_MOVABLE, order), 0); in nouveau_dmem_evict_chunk()