Home
last modified time | relevance | path

Searched refs:shared_page_alloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_sharedpage.c91 shared_page_alloc(int size, int align) in shared_page_alloc() function
235 tk_base = shared_page_alloc(sizeof(struct vdso_timekeep) + in alloc_sv_tk()
255 tk_base = shared_page_alloc(sizeof(struct vdso_timekeep32) + in alloc_sv_tk_compat32()
293 base = shared_page_alloc(CACHE_LINE_SIZE, CACHE_LINE_SIZE); in alloc_sv_fxrng_generation()
/freebsd/sys/sys/
H A Dsysent.h334 int shared_page_alloc(int size, int align);