Searched refs:NCOPY_WINDOWS (Results 1 - 17 of 17) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dthread.h152 #if NCOPY_WINDOWS > 0
155 } copy_window[NCOPY_WINDOWS];
H A Dcopyio.c47 * - a cache of up to NCOPY_WINDOWS is maintained per thread for
121 for (i = 0; i < NCOPY_WINDOWS; i++) {
229 for (window_index = 0; window_index < NCOPY_WINDOWS; window_index++) {
233 if (window_index >= NCOPY_WINDOWS) {
238 if (thread->machine.nxt_window >= NCOPY_WINDOWS)
H A Dmisc_protos.h56 #if NCOPY_WINDOWS > 0
H A Dcpu_data.h185 #if NCOPY_WINDOWS > 0
192 #if NCOPY_WINDOWS > 0
H A Dmp_desc.c248 #if NCOPY_WINDOWS > 0
251 ((NBPDE * NCOPY_WINDOWS) / PAGE_SIZE) - 1,
782 #if NCOPY_WINDOWS > 0
950 #if NCOPY_WINDOWS > 0
970 (NBPDE * NCOPY_WINDOWS * num_cpus) + NBPDE,
991 (NBPDE * NCOPY_WINDOWS * num_cpus);
995 ((NBPDE * NCOPY_WINDOWS * num_cpus) + NBPDE)) -
999 user_window = user_window_base + (cpu * NCOPY_WINDOWS * NBPDE);
1048 #endif /* NCOPY_WINDOWS > 0 */
H A Dphys.c239 #if NCOPY_WINDOWS > 0
305 #if NCOPY_WINDOWS > 0
H A Dpmap.h529 #if NCOPY_WINDOWS > 0
676 #if NCOPY_WINDOWS > 0
756 for (i = 0; i < NCOPY_WINDOWS; i++) { \
790 #if NCOPY_WINDOWS > 0
H A Dmachine_routines.c348 #if NCOPY_WINDOWS > 0
370 #if NCOPY_WINDOWS > 0
H A Dtrap.c482 #if NCOPY_WINDOWS > 0
573 #if NCOPY_WINDOWS > 0
588 if (kvaddr >= copy_window_base && kvaddr < (copy_window_base + (NBPDE * NCOPY_WINDOWS)) ) {
712 #if NCOPY_WINDOWS > 0
719 #endif /* NCOPY_WINDOWS > 0 */
H A Dgenassym.c204 #if NCOPY_WINDOWS > 0
H A Dpcb_native.c524 #if NCOPY_WINDOWS > 0
/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dvm_param.h249 #define NCOPY_WINDOWS 4 macro
261 #define NCOPY_WINDOWS 0 macro
/darwin-on-arm/xnu/osfmk/kern/
H A Dstartup.c126 #if (defined(__i386__) || defined(__x86_64__)) && NCOPY_WINDOWS > 0
326 #if (defined(__i386__) || defined(__x86_64__)) && NCOPY_WINDOWS > 0
359 #if (defined(__i386__) || defined(__x86_64__)) && NCOPY_WINDOWS > 0
H A Dbsd_kern.c313 #if (defined(__i386__) || defined(__x86_64__)) && NCOPY_WINDOWS > 0
/darwin-on-arm/xnu/osfmk/arm/
H A Dgenassym.c222 #if NCOPY_WINDOWS > 0
/darwin-on-arm/xnu/osfmk/arm64/
H A Dgenassym.c192 #if NCOPY_WINDOWS > 0
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c341 #if NCOPY_WINDOWS > 0
378 #if NCOPY_WINDOWS > 0

Completed in 103 milliseconds