Home
last modified time | relevance | path

Searched refs:TRAMP_COPYOUT_SZ (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dframe.h45 #define TRAMP_COPYOUT_SZ 128 macro
/f-stack/freebsd/i386/i386/
H A Dgenassym.c233 ASSYM(TRAMP_COPYOUT_SZ, TRAMP_COPYOUT_SZ);
H A Dcopyout.c215 if (len == 0 || (fast_copyout && len <= TRAMP_COPYOUT_SZ && in copyin()
250 if (len == 0 || (fast_copyout && len <= TRAMP_COPYOUT_SZ && in copyout()
H A Dmp_machdep.c355 ap_copyout_buf = pmap_trm_alloc(TRAMP_COPYOUT_SZ, M_NOWAIT); in start_all_aps()
H A Dmachdep.c2596 copyout_buf = pmap_trm_alloc(TRAMP_COPYOUT_SZ, M_NOWAIT); in machdep_init_trampoline()