Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c305 mm_segment_t old_fs; in MApi_IPA_Pool_Init() local
392 old_fs = get_fs(); in MApi_IPA_Pool_Init()
396 set_fs(old_fs); in MApi_IPA_Pool_Init()
466 mm_segment_t old_fs; in MApi_IPA_Pool_GetMem() local
489 old_fs = get_fs(); in MApi_IPA_Pool_GetMem()
492 set_fs(old_fs); in MApi_IPA_Pool_GetMem()
513 mm_segment_t old_fs; in MApi_IPA_Pool_PutMem() local
536 old_fs = get_fs(); in MApi_IPA_Pool_PutMem()
540 set_fs(old_fs); in MApi_IPA_Pool_PutMem()
546 set_fs(old_fs); in MApi_IPA_Pool_PutMem()
[all …]
H A DdrvCMAPool.c242 mm_segment_t old_fs; in MApi_CMA_Pool_Init() local
270 old_fs = get_fs(); in MApi_CMA_Pool_Init()
274 set_fs(old_fs); in MApi_CMA_Pool_Init()
279 set_fs(old_fs); in MApi_CMA_Pool_Init()
355 mm_segment_t old_fs; in MApi_CMA_Pool_GetMem() local
377 old_fs = get_fs(); in MApi_CMA_Pool_GetMem()
381 set_fs(old_fs); in MApi_CMA_Pool_GetMem()
387 set_fs(old_fs); in MApi_CMA_Pool_GetMem()
405 mm_segment_t old_fs; in MApi_CMA_Pool_PutMem() local
420 old_fs = get_fs(); in MApi_CMA_Pool_PutMem()
[all …]