Home
last modified time | relevance | path

Searched refs:cfunc (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/entry/
H A Dentry_64.S327 .macro idtentry_body cfunc has_error_code:req
339 call \cfunc
354 .macro idtentry vector asmsym cfunc has_error_code:req
377 idtentry_body \cfunc \has_error_code
392 .macro idtentry_irq vector cfunc argument
394 idtentry \vector asm_\cfunc \cfunc has_error_code=1
401 .macro idtentry_sysvec vector cfunc argument
402 idtentry \vector asm_\cfunc \cfunc has_error_code=0
421 .macro idtentry_mce_db vector asmsym cfunc argument
442 call \cfunc
[all …]
H A Dentry_32.S706 .macro idtentry vector asmsym cfunc has_error_code:req
716 pushl $\cfunc
722 .macro idtentry_irq vector cfunc argument
724 SYM_CODE_START_LOCAL(asm_\cfunc)
731 call \cfunc
733 SYM_CODE_END(asm_\cfunc)
736 .macro idtentry_sysvec vector cfunc argument
737 idtentry \vector asm_\cfunc \cfunc has_error_code=0
/OK3568_Linux_fs/kernel/tools/objtool/
H A Delf.h57 struct symbol *pfunc, *cfunc, *alias; member
H A Delf.c458 if (sym->cfunc == NULL) in read_symbols()
459 sym->cfunc = sym; in read_symbols()
483 pfunc->cfunc = sym; in read_symbols()
H A Dcheck.c73 if (func == func->cfunc) in next_insn_same_func()
77 return find_insn(file, func->cfunc->sec, func->cfunc->offset); in next_insn_same_func()
1274 insn->func->cfunc = insn->jump_dest->func; in add_jump_destinations()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/
H A Dintrin_cpp.hpp476 #define OPENCV_HAL_IMPL_MATH_FUNC(func, cfunc, _Tp2) \ argument
481 c.s[i] = cfunc(a.s[i]); \
525 #define OPENCV_HAL_IMPL_MINMAX_FUNC(func, cfunc) \ argument
530 c.s[i] = cfunc(a.s[i], b.s[i]); \
536 #define OPENCV_HAL_IMPL_REDUCE_MINMAX_FUNC(func, cfunc) \ argument
541 c = cfunc(c, a.s[i]); \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/
H A Dintrin_cpp.hpp476 #define OPENCV_HAL_IMPL_MATH_FUNC(func, cfunc, _Tp2) \ argument
481 c.s[i] = cfunc(a.s[i]); \
525 #define OPENCV_HAL_IMPL_MINMAX_FUNC(func, cfunc) \ argument
530 c.s[i] = cfunc(a.s[i], b.s[i]); \
536 #define OPENCV_HAL_IMPL_REDUCE_MINMAX_FUNC(func, cfunc) \ argument
541 c = cfunc(c, a.s[i]); \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/
H A Dintrin_cpp.hpp476 #define OPENCV_HAL_IMPL_MATH_FUNC(func, cfunc, _Tp2) \ argument
481 c.s[i] = cfunc(a.s[i]); \
525 #define OPENCV_HAL_IMPL_MINMAX_FUNC(func, cfunc) \ argument
530 c.s[i] = cfunc(a.s[i], b.s[i]); \
536 #define OPENCV_HAL_IMPL_REDUCE_MINMAX_FUNC(func, cfunc) \ argument
541 c = cfunc(c, a.s[i]); \