/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | process.c | 175 #ifndef MADV_REMOVE 176 #define MADV_REMOVE KERNEL_MADV_REMOVE macro 183 err = madvise(addr, length, MADV_REMOVE); in os_drop_memory() 194 printk(UM_KERN_INFO "Checking host MADV_REMOVE support..."); in can_drop_memory() 210 if (madvise(addr, UM_KERN_PAGE_SIZE, MADV_REMOVE) != 0) { in can_drop_memory() 211 printk(UM_KERN_ERR "MADV_REMOVE failed, err = %d\n", -errno); in can_drop_memory()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | process.c | 175 #ifndef MADV_REMOVE 176 #define MADV_REMOVE KERNEL_MADV_REMOVE macro 183 err = madvise(addr, length, MADV_REMOVE); in os_drop_memory() 194 printk(UM_KERN_INFO "Checking host MADV_REMOVE support..."); in can_drop_memory() 210 if (madvise(addr, UM_KERN_PAGE_SIZE, MADV_REMOVE) != 0) { in can_drop_memory() 211 printk(UM_KERN_ERR "MADV_REMOVE failed, err = %d\n", -errno); in can_drop_memory()
|
/kernel/linux/linux-5.10/tools/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
/kernel/linux/linux-5.10/tools/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
/kernel/linux/linux-5.10/tools/arch/mips/include/uapi/asm/ |
H A D | mman.h | 16 #define MADV_REMOVE 9 macro
|
/kernel/linux/linux-5.10/tools/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
/kernel/linux/linux-6.6/tools/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
/kernel/linux/linux-6.6/tools/arch/mips/include/uapi/asm/ |
H A D | mman.h | 16 #define MADV_REMOVE 9 macro
|
/kernel/linux/linux-6.6/tools/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
/kernel/linux/linux-6.6/tools/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 48 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | mman-common.h | 53 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | mman-common.h | 56 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | mman-common.h | 57 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | mman-common.h | 53 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | mman-common.h | 37 #define MADV_REMOVE 9 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | mman-common.h | 48 #define MADV_REMOVE 9 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | mman-common.h | 48 #define MADV_REMOVE 9 macro
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 54 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | mman.h | 80 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 89 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | mman.h | 80 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 54 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 48 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 89 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|