| /freebsd-13.1/sys/compat/cloudabi/ |
| H A D | cloudabi_mem.c | 66 int behav; in cloudabi_sys_mem_advise() local 70 behav = MADV_DONTNEED; in cloudabi_sys_mem_advise() 73 behav = MADV_NORMAL; in cloudabi_sys_mem_advise() 76 behav = MADV_RANDOM; in cloudabi_sys_mem_advise() 79 behav = MADV_SEQUENTIAL; in cloudabi_sys_mem_advise() 82 behav = MADV_WILLNEED; in cloudabi_sys_mem_advise() 89 behav)); in cloudabi_sys_mem_advise()
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_mmap.c | 342 linux_madvise_common(struct thread *td, uintptr_t addr, size_t len, int behav) in linux_madvise_common() argument 345 switch (behav) { in linux_madvise_common() 408 linux_msg(curthread, "unsupported madvise behav %d", behav); in linux_madvise_common()
|
| /freebsd-13.1/share/doc/papers/newvm/ |
| H A D | spell.ok | 26 behav
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_machdep.c | 121 return (linux_madvise_common(td, PTROUT(uap->addr), uap->len, uap->behav)); in linux_madvise()
|
| H A D | linux_systrace_args.c | 1859 iarg[2] = p->behav; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 909 char behav_l_[PADL_(l_int)]; l_int behav; char behav_r_[PADR_(l_int)]; member
|
| /freebsd-13.1/sys/vm/ |
| H A D | vm_mmap.c | 742 int behav; member 750 return (kern_madvise(td, (uintptr_t)uap->addr, uap->len, uap->behav)); in sys_madvise() 754 kern_madvise(struct thread *td, uintptr_t addr0, size_t len, int behav) in kern_madvise() argument 764 if (behav == MADV_PROTECT) { in kern_madvise() 789 return (vm_map_madvise(map, start, end, behav)); in kern_madvise()
|
| H A D | vm_map.c | 2924 int behav) in vm_map_madvise() argument 2936 switch(behav) { in vm_map_madvise() 2990 switch (behav) { in vm_map_madvise() 3048 if (behav == MADV_FREE && in vm_map_madvise() 3080 if (behav == MADV_DONTNEED || behav == MADV_FREE) in vm_map_madvise() 3082 behav); in vm_map_madvise() 3085 pend, behav); in vm_map_madvise() 3092 if (behav == MADV_WILLNEED && in vm_map_madvise()
|
| /freebsd-13.1/share/doc/psd/05.sysman/ |
| H A D | spell.ok | 106 behav
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_machdep.c | 154 return (linux_madvise_common(td, PTROUT(uap->addr), uap->len, uap->behav)); in linux_madvise()
|
| H A D | linux_systrace_args.c | 266 iarg[2] = p->behav; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 142 char behav_l_[PADL_(l_int)]; l_int behav; char behav_r_[PADR_(l_int)]; member
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_machdep.c | 366 return (linux_madvise_common(td, PTROUT(uap->addr), uap->len, uap->behav)); in linux_madvise()
|
| H A D | linux_systrace_args.c | 1572 iarg[2] = p->behav; /* int */ in systrace_args()
|
| H A D | linux_proto.h | 690 char behav_l_[PADL_(int)]; int behav; char behav_r_[PADR_(int)]; member
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_machdep.c | 471 return (linux_madvise_common(td, PTROUT(uap->addr), uap->len, uap->behav)); in linux_madvise()
|
| H A D | linux32_systrace_args.c | 1533 iarg[2] = p->behav; /* int */ in systrace_args()
|
| H A D | linux32_proto.h | 693 char behav_l_[PADL_(int)]; int behav; char behav_r_[PADR_(int)]; member
|
| /freebsd-13.1/sys/sys/ |
| H A D | syscallsubr.h | 192 int kern_madvise(struct thread *td, uintptr_t addr, size_t len, int behav);
|
| H A D | sysproto.h | 279 char behav_l_[PADL_(int)]; int behav; char behav_r_[PADR_(int)]; member
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 403 #define __sanitizer_syscall_pre_madvise(addr, len, behav) \ argument 405 (long long)(behav)) 406 #define __sanitizer_syscall_post_madvise(res, addr, len, behav) \ argument 408 (long long)(len), (long long)(behav)) 3139 long long behav); 3141 long long len, long long behav);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_systrace_args.c | 1381 iarg[2] = p->behav; /* int */ in systrace_args()
|
| /freebsd-13.1/sys/kern/ |
| H A D | systrace_args.c | 457 iarg[2] = p->behav; /* int */ in systrace_args()
|
| /freebsd-13.1/sys/compat/freebsd32/ |
| H A D | freebsd32_systrace_args.c | 460 iarg[2] = p->behav; /* int */ in systrace_args()
|