Home
last modified time | relevance | path

Searched refs:leave (Results 1 – 14 of 14) sorted by relevance

/xnu-12377.81.4/osfmk/i386/
H A Dasm.h72 #define EMARF leave
86 #define EMARF leave
/xnu-12377.81.4/osfmk/arm/
H A Dasm.h65 #define EMARF leave
/xnu-12377.81.4/osfmk/x86_64/
H A DWKdmDecompress_new.s295 leave
H A Dstart.s530 leave
H A DWKdmCompress_new.s438 leave
/xnu-12377.81.4/doc/vm/
H A Dpageout_scan.md47 file backed pages may preclude jetsam from running and leave the system
182 anonymous, leave a breadcrumb in the page table entry for memory accounting
/xnu-12377.81.4/doc/debugging/
H A Dextensible_paniclog.md213 …a to estimate how big the other log section usually is and ensure that we leave enough space for t…
253 …ations will use the data that we collect from our utilization metrics and leave out space for the …
/xnu-12377.81.4/doc/arm/
H A Dapple_speculative_hardening.md10 effects—such as cache line evictions and fills—which leave subtle traces all
408 pointer of a magnitude less than 4GB will not leave the submap or submap front
424 (especially on systems with relatively little DRAM), we leave this attack out of
/xnu-12377.81.4/iokit/DriverKit/
H A DIOService.iig78 * When set, PM kernel will prefer to leave the CPU and core hardware
/xnu-12377.81.4/bsd/netinet/
H A Dtcp_input.c1160 u_int32_t leave = max(advwin, (sbrcv->sb_idealsize >> 4)); in tcp_sbrcv_trim() local
1165 if (leave == 0) { in tcp_sbrcv_trim()
1166 leave = tp->t_maxseg << tcp_autorcvbuf_inc_shift; in tcp_sbrcv_trim()
1169 trim = sbrcv->sb_hiwat - (sbrcv->sb_cc + leave); in tcp_sbrcv_trim()
/xnu-12377.81.4/tools/lldbmacros/
H A DREADME.md445 …If you do not wish to change anything in operating_system plugin then just leave the setting empty…
/xnu-12377.81.4/osfmk/kern/
H A Dsmr.c597 #pragma mark SMR domains: enter / leave
/xnu-12377.81.4/makedefs/
H A DMakeInc.def734 # CFLAGS_DEVELOPMENT is folded into CFLAGS_KASAN. For the time being we leave this check here,
/xnu-12377.81.4/tests/
H A Dstackshot_tests.m892 * don't leave a process stuck in the kernel.