Home
last modified time | relevance | path

Searched refs:MADV_COLD (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h72 #define MADV_COLD 20 /* deactivate these pages */ macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h72 #define MADV_COLD 20 /* deactivate these pages */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman-common.h72 #define MADV_COLD 20 /* deactivate these pages */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h106 #define MADV_COLD 20 /* deactivate these pages */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h71 #define MADV_COLD 20 /* deactivate these pages */ macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h98 #define MADV_COLD 20 /* deactivate these pages */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h98 #define MADV_COLD 20 /* deactivate these pages */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h65 #define MADV_COLD 20 /* deactivate these pages */ macro
/openbmc/linux/mm/
H A Dmadvise.c57 case MADV_COLD: in madvise_need_mmap_write()
1034 case MADV_COLD: in madvise_vma_behavior()
1175 case MADV_COLD: in madvise_behavior_valid()
1206 case MADV_COLD: in process_madvise_behavior_valid()
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/
H A Dusage.rst218 - ``cold``: 对具有 ``MADV_COLD`` 的区域调用 ``madvise()`` 。
452 - 1: Call ``madvise()`` for the region with ``MADV_COLD``
/openbmc/linux/mm/damon/
H A Dvaddr.c662 madv_action = MADV_COLD; in damon_va_apply_scheme()
/openbmc/linux/Documentation/admin-guide/mm/damon/
H A Dusage.rst285 - ``cold``: Call ``madvise()`` for the region with ``MADV_COLD``.
644 - 1: Call ``madvise()`` for the region with ``MADV_COLD``. Ignored if
/openbmc/qemu/linux-user/
H A Dstrace.c3259 ENUM_TARGET(MADV_COLD),