Searched hist:f1c3adefd95d35115bd4597293e0b904ae401245 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | asan.h | diff f1c3adefd95d35115bd4597293e0b904ae401245 Tue Apr 13 23:40:19 CEST 2021 Mark Johnston <markj@FreeBSD.org> execve: Mark exec argument buffers
We cache mapped execve argument buffers to avoid the overhead of TLB shootdowns. Mark them invalid when they are freed to the cache.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29460
|
/freebsd/sys/kern/ |
H A D | subr_asan.c | diff f1c3adefd95d35115bd4597293e0b904ae401245 Tue Apr 13 23:40:19 CEST 2021 Mark Johnston <markj@FreeBSD.org> execve: Mark exec argument buffers
We cache mapped execve argument buffers to avoid the overhead of TLB shootdowns. Mark them invalid when they are freed to the cache.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29460
|
H A D | kern_exec.c | diff f1c3adefd95d35115bd4597293e0b904ae401245 Tue Apr 13 23:40:19 CEST 2021 Mark Johnston <markj@FreeBSD.org> execve: Mark exec argument buffers
We cache mapped execve argument buffers to avoid the overhead of TLB shootdowns. Mark them invalid when they are freed to the cache.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29460
|